Configuring ActionFrameworkConfig.xml in Oracle BI EE Folder

The first task in invoking an ADF page from a Oracle BI EE report consists of configuring the ActionFrameworkConfig.xml file. The objective here is twofold:

The ActionFrameworkConfig.xml file is located at the following location:<OBIEE home location>\user_projects\domains\bifoundation_domain\config\fmwconfig\biinstances\coreapplication

  To configure the ActionFrameworkConfig.xml in the Oracle BI EE folder:

  1. Open the ActionFrameworkConfig.xml file with an editor.

  2. Add the following code:

    <aliases>
       <location-alias>
          <alias>icadfbiimplemenation</alias>
          <actual>Server Name</actual>
       </location-alias>
    </aliases>
    

    Figure 41, Adding code to ActionFrameworkConfig.xml File shows an example of adding the above code to the ActionFrameworkConfig.xml file:

    Figure 41. Adding code to ActionFrameworkConfig.xml File

    This screen shot shows an example of adding code to the ActionFrameworkConfig.xml file.