Editing the instanceconfig.xml File

After you stop all of the OAS services, use these steps to edit the instanceconfig.xml file:

  1. Change the directory to:

    <MW_Home>/instances/instance1/config/OracleBIPresentationServices Component/coreapplication_obips1/

  2. Open the instanceconfig.xml file.

  3. Search for the <Security> tag.

  4. Add the tag <InIFrameRenderingMode>allow </InIFrameRenderingMode> in the Security section, as illustrated here:

    <Security>
       <InIFrameRenderingMode>allow</InIFrameRenderingMode>
       <!--This Configuration setting is managed by Oracle Enterprise Manager
           Fusion Middleware Control-->
       <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
    </Security>
    
  5. Save the file.