Enable BI Mobile App Designer in BI Presentation Services

Enable BI Mobile App Designer in the BI Presentation Services user interface by updating the BI Presentation Services instanceconfig.xml file.
  1. Open the configuration file instanceconfig.xml for editing. You can find instanceconfig.xml at:
    ORACLE_INSTANCE\config\OracleBIPresentationServicesComponent\coreapplication_obipsn
    For example:
    \instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
  2. Add the <EnableMAD> element to the file as shown in the following example:
    <ServerInstance>
        .....
         <AdvancedReporting>
             <EnableMAD>true</EnableMAD>
             ...
        </AdvancedReporting>
      </ServerInstance>
    
  3. Save the instanceconfig.xml file.

No comments:

Post a Comment