Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
MyAccount-Preferences-Starting Page not loading for users in obiee 12c post migration

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
-
has any one previously faced this issue?
0 -
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 ...
0 -
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.
0