OBIEE Presentation Server Always Refresh

Post date: 15-Apr-2010 07:13:58

If you have a separate development presentation server, you can use the developersprompt: (http://obiee101.blogspot.com/2008/10/obiee-developersprompt.html) for bypassing the BI servercache. If you always want to bypass the Presentation server cache add this to the instanceconfig file of the development presentation server:

<WebConfig>

<ServerInstance>

<ForceRefresh>TRUE</ForceRefresh>

</ServerInstance>

</WebConfig>