0

We have a requirement of running/Scheduling BIP reports through unix script.Obiee will be installed in the same unix box.

Could you please help me.I am not getting any clue on this.

mona16
  • 46
  • 8

1 Answers1

1

One sure shot way is to use BIP webservices. The BIP server has a generic WSDL which has a method called runReport & scheduleReport. The request message for these take a report name and parameters as input, and can be used to schedule delivery of reports. You can use these with wget to submit a report request from unix.

BIP itself has its own command line tools which can be used to schedule jobs : SASchInvoke .

Ranjith R
  • 1,571
  • 1
  • 11
  • 11