OBIEE 12c - run agent from shell script — Oracle Analytics

Oracle Analytics Cloud and Server

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

OBIEE 12c - run agent from shell script

Received Response
217
Views
3
Comments
marcobalduini
marcobalduini Rank 4 - Community Specialist

Hi community,

I need to run some agents from shell script.

My purpouse is to run an agent when some procedures are done...and I never know the right timing.

I knew since OBIEE 11 some utility was provided...I cannot find anything for 12c.

I tryed to inspect a little bit agents from dev tools; and I found this POST request

http://myOBIEEserver:9502/analytics/saw.dll?RunIBotNow

that with this parameter

AlertPath=myAgentPath

let me run an agent calling an url from browser:

http://myOBIEEserver:9502/analytics/saw.dll?RunIBotNow&AlertPath=myAgentPath

Then I tryied calling this url with wget/curl via shell script but it looks it doesn't work.

Is there any more conventional instrument in order to call agent from script?

kind regards,

Marco

EDIT

I found this note; maybe is the way...keep the post updated

Answers