Hello,
I have question about automatic clear cache.
I want to use: clearQueryCache with runcat.sh
I created catmancredentials.properties, like:
Login=weblogicPwd=password
Next I add this file in runcat location, for me is:
/ORACLE/fmw/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalogmanager
I opened terminal, change location to /ORACLE/fmw/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalogmanager and try to run script as follow:
./runcat.sh -cmd clearQueryCache -online http://test.obiee.com:9704/analytics/saw.dll -credentials catmancredentials.properties
And it return message:
BIFNDN_LABEL =BIFNDN_11.1.1.9.0BIFNDNBP_LINUX.X64_151118.0155# Command : -cmd clearQueryCache -online http://test.obiee.com:9704/analytics/saw.dll? -credentials catmancredentials.propertiesclearQueryCache Clears the query cacheDescriptionClears the query cache in the Presentation ServerFor more information, please see the Oracle Business Intelligence SuiteEnterprise Edition's Presentation Services Administration Guide.Syntaxruncat.cmd/runcat.sh -cmd clearQueryCache -online <OBIPS url> -credentials <credentials properties file>Basic ArgumentsOptional ArgumentsCommon Arguments-online <OBIPS url>-credentials <credentials properties file>ExampleTo clear OBIPS query cache:runcat.cmd/runcat.sh -cmd clearQueryCache -online http://localhost:8080/analytics/saw.dll -credentials c:\oracle\catmancredentials.properties------------------------------------------------------------------------------------------------------------------------------Unable to login to http://test.obiee.com:9704/analytics/saw.dll?
Why I get this message? I have added valid login data.
Oracle Business Intelligence 11.1.1.9.6