Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 11g Presentation server cache clearing - SSO enabled

Hi Team,
How to clear BI Presentation server cache clearing in SSO enabled environment.
In Non sso environment below command works perfectly.
./runcat.sh -cmd clearQueryCache -online https://<host>/analytics/saw.dll -credentials catmancredentials.properties
But in SSO environment, it does not work and throws below error.
Unable to login to <host>/analytics/saw.dll.
Regards,
RKA
Answers
-
We got the issue and below is the solution.
make sure you have this in the mod_wl_20.conf [mod_wl_ohs.conf file (default name)] file (add it otherwise):
<Location /analytics-ws>
SetHandler weblogic-handler
Allow from All
Satisfy any
WebLogicHost servername.us.oracle.com
WebLogicPort 7001
</Location
Regards,
RKA
0