Extra Pages

Tuesday, December 9, 2008

OBIEE bypassing the presentation / web cache

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

2 comments:

  1. We are getting wierd behaviours in our production OBIEE environment. Would it be dangerous to bypass the presentation services cache on that system?

    ReplyDelete
  2. No, But you might get performance problems

    ReplyDelete

Note: Only a member of this blog may post a comment.