3.14 Copying Configuration Files

You must manually copy the following configuration files after the migration: writebacktemplate.xml, userpref_currencies.xml, and bicustom.ear.

Copy the following configuration files to the new BI instance:
  1. Change to the following directory:
    (UNIX) DOMAIN_HOME/bi/bifoundation/web/msgdb/messages
    (Windows) DOMAIN_HOME\bi\bifoundation\web\msgdb\messages
  2. Copy the writebacktemplate.xml file to the 12c instance.
  3. Change to the following directory:
    (UNIX) APPLICATION_HOME/bi/bidata/components/OBIPS/
    (Windows) APPLICATION_HOME\bi\bidata\components\OBIPS\
  4. Copy the bicustom.ear file to the 12c instance.
  5. Change to the following directory:
    (UNIX) DOMAIN_HOME/config/fmwconfig/biconfig/OBIPS
    (Windows) DOMAIN_HOME\config\fmwconfig\biconfig\OBIPS
  6. Copy the userpref_currencies.xml file to the 12c instance.
  7. Open the userpref_currencies.xml file for editing and add the following lines:
    <Config>
    <UserCurrencyPreferences currencyTagMappingType="static">
      <UserCurrencyPreference sessionVarValue="gc1" displayText="Global Currency 1" currencyTag="int:USD" />
      <UserCurrencyPreference sessionVarValue="gc2" displayText="Global Currency 2" currencyTag="int:euro-l" />
      <UserCurrencyPreference sessionVarValue="gc3" displayText="Global Currency 3" currencyTag="loc:ja-JP" />
      <UserCurrencyPreference sessionVarValue="orgc" displayText="Org Currency" currencyTag="loc:en-BZ" />
      <UserCurrencyPreference sessionVarValue="lc1" displayTag="int:DEM" currencyTag="int:DEM" />
    </UserCurrencyPreferences>
    </Config>
    
    Save and close the file.
  8. Change to the following directory:
    (UNIX) DOMAIN_HOME/config/fmwconfig/biconfig/OBIPS
    (Windows) DOMAIN_HOME\config\fmwconfig\biconfig\OBIPS
  9. Open the instanceconfig.xml file for editing and add the following line:
    <UserprefCurrenciesConfigFile>DOMAIN_HOME/config/fmwconfig/biconfig/OBIPS/userpref_currencies.xml</UserprefCurrenciesConfigFile>
    
    Save and close the file.
  10. Restart the services.