In addition to settings mentioned in this article: http://obiee101.blogspot.com/2008/11/obiee-presentation-services-cache.html. You sometimes you want to bypass the presentation / cache for development purposes. Or more often when you get weird write back behaviour. Add this to the instanceconfig file:
<CacheMaxExpireMinutes>-1</CacheMaxExpireMinutes>
<CacheMinExpireMinutes>-1</CacheMinExpireMinutes>
<CacheMinUserExpireMinutes>-1</CacheMinUserExpireMinutes>
Till Next Time
We are getting wierd behaviours in our production OBIEE environment. Would it be dangerous to bypass the presentation services cache on that system?
ReplyDeleteNo, But you might get performance problems
ReplyDelete