To disable Presentation server cache permanently across obiee application then add the following parameters in instaceconfig.xml. (Take a backup copy of instanceconfig.xml)
<ServerInstance>
-
-
<Cursors>
<ForceRefresh>true</ForceRefresh>
</Cursors>
-
-
</ServerInstance>
Now restart the OBI Presentation server.
<ServerInstance>
-
-
<Cursors>
<ForceRefresh>true</ForceRefresh>
</Cursors>
-
-
</ServerInstance>
Now restart the OBI Presentation server.
No comments:
Post a Comment