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