Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OBIEE 12c - run agent from shell script

marcobalduiniMar 14 2019 — edited Mar 14 2019

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

Comments