MyAccount-Preferences-Starting Page not loading for users in obiee 12c post migration — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

MyAccount-Preferences-Starting Page not loading for users in obiee 12c post migration

Received Response
51
Views
3
Comments
sai kiran t
sai kiran t Rank 3 - Community Apprentice

We have many users who have customized starting page/landing page in previous obiee server. We migrated everything to obiee 12c current version.

But user are seeing default page instead of their landing page.

My Account->Preferences-> Starting Page: Default ( This is not default in 11g)

Previous version: Oracle Business Intelligence 11.1.1.7.140715

Current Version : Oracle Business Intelligence 12.2.1.2.0

Checked instance config file, made the following change which was missing, user following link as reference:

https://docs.oracle.com/middleware/1221/biee/BIESG/answersconfigset.htm#BIESG1726

<DefaultName>Templates</DefaultName>  in <Dashboard> section

Current entry in instance config file for dashboards:

  <Dashboard>

<ShowPageTabsAlways>false</ShowPageTabsAlways>

<ShowSectionHeadingsDefault>false</ShowSectionHeadingsDefault>

<CollapsibleSectionsDefault>true</CollapsibleSectionsDefault>

</Dashboard>

Still not able to see landing pages as they were previously

Answers

  • sai kiran t
    sai kiran t Rank 3 - Community Apprentice

    has any one previously faced this issue?

  • Hi,

    I don't see a link between the issue you talk about and the change and settings in the OBIPS config file you talk about. The 2 are just not related at all ...

    Did you set <DefaultName> trying to fix the issue with landing page not being the one your users set in 11g ?

    Because if you read the doc you linked you see it just doesn't mean anything related to your problem, and so changing random settings hoping to fix something else .... there are still around 200 settings you can do in instanceconfig.xml if you want ....

    The landing page you set in "My Account" is stored in a file in the webcatalog: /users/<username>/_internals/userprefsxmlstore

    There inside in the XML you have a tag being: <sawprefs:userPreference prefKey="startingPage">bieeHome</sawprefs:userPreference>

    That's the one defining the landing page: bieeHome = OBIEE homepage , a dashboard path = the default dashboard to open when logging in, default = the system default defined by a variable.

    So check if that file exists and what it contains and start debugging from there, but do not change any other setting in instanceconfig.xml as they aren't at all related ...

  • sai kiran t
    sai kiran t Rank 3 - Community Apprentice

    thanks for the update  Gianni Ceresa, i will check those but i see all userprefsxml  files for all the users have moved  to new server.