Add the following entries into instanceconfig.xml file and restart the BI services:
The following entries are needed to generate marketing output into file system.
<Marketing>
<ContentServer>
<!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
<URL>http://localhost:port</URL>
</ContentServer>
<FileSystem>\\IP Address\Filesys\</FileSystem>
<PreviewPath>\\IP Address\Filesys\Marketing\Preview\</PreviewPath>
</Marketing>
If you find any iframe issue:
1) Locate the instanceconfig.xml file at the location:
[OBIEE_HOME]\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\
Update
the instanceconfig.xml file to add the highlighted entry within the
"security" tag (possible values are 'allow', 'prohibit' and
'sameDomainOnly'):
<Security>
<InIFrameRenderingMode>allow</InIFrameRenderingMode>
<!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
<ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
</Security>
2) Edit the 'web.xml' file at the following location:
[OBIEE_HOME]\oracleBI1\bifoundation\web\app\WEB-INF\
<context-param>
<param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
<param-value>never</param-value>
</context-param>
No comments:
Post a Comment