Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 11g Presentation server cache clearing - SSO enabled

Received Response
1
Views
1
Comments
Arunkumark
Arunkumark Rank 1 - Community Starter

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

  • Arunkumark
    Arunkumark Rank 1 - Community Starter

    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