We are using BO XIR2 in our production environment (windows xp). We use Perl/dbi on a Unix machine to create Oracle 10g tables each morning. Once the Perl script completes and tables are created, we manually run the webi report. Is it possible to envoke a webi report from our Unix server so that we can fully automate the process (maybe wrap it in Perl)?
I don’t know about automating report scheduling directly (from another system/program), however here’s one possible solution:
[list]
Have your Perl script create a file, either on the Unix machine, but preferably directly on the BO Server’s filesystem.
Create a File-Based Event in BO CMC. Making sure you specify the full path and filename to the file that was produced by your Perl script.
Schedule your report to run based on the event above being triggered.
[/list]
If you need more help, then please refer to the following sections in the BO Administrator’s Guide (CMC help):