B.8 Custom Link and SampleApp Oracle Technology Network Page Not Visible Post Migration

Custom Link and SampleApp Oracle Technology Network page may not be visible in the 12c system directly after the migration. This happens because the Custom Links xml settings is not copied from BI 11g to 12c during the migration. You must manually copy the Custom Links xml settings from BI 11g to 12c.

To copy the Custom Links xml settings:
  1. Copy the Custom Links xml to the following folder on your 12c system:
    On UNIX operating system:
     $DOMAIN_HOME/bidata/components/OBIPS(customMessages)
    On Windows operating system:
     %DOMAIN_HOME%\bidata\components\OBIPS(customMessages)
  2. Open the Oracle BI EE instanceconfig.xml for editing and find the <CustomLinks> directive.
  3. Enable the custom links as shown in the following example:
    <CustomLinks>
    <Enabled>true</Enabled>
    </CustomLinks>