| Author |
Message |
jrc@maxima Forum Member


Joined: 05 Feb 2010
Posts: 6

|
Posted: Fri Feb 05, 2010 12:20 pm Post subject: Bulk Scheduling Of WEBI Docs (XIR3) |
|
|
I have a requirement to group WEBI docs by order of priority and then schedule them to run in that priority i.e. 100 reports need to be scheduled to run but must run a specific 50 first and then the other 50.
I know that you could use publishing or packaging to obtain a similar result but the client wants to view the results as instances on the original docs.
Any ideas? |
|
| Back to top |
|
 |
Raj_admin Principal Member


Joined: 04 Dec 2008
 Posts: 163 Location: India

|
Posted: Mon Feb 08, 2010 3:03 am Post subject: Re: Bulk Scheduling Of WEBI Docs (XIR3) |
|
|
Set the schedule time such that the second set of reports run after the completion of the first set of reports. _________________ Regards,
Raj
A conclusion is simply the place where you got tired of thinking... |
|
| Back to top |
|
 |
Mak 1 Forum Fanatic


Joined: 06 Jan 2005
     Posts: 6656 Location: London

|
Posted: Mon Feb 08, 2010 3:46 am Post subject: Re: Bulk Scheduling Of WEBI Docs (XIR3) |
|
|
You could use an event to trigger the second set on completion of the first set.. _________________ Next Available for Contract Work October 2010.
Business Objects Versions 4,5,6, XI R2, 3.2
Oracle, SQL Server, Sybase, Netezza.
Red Adair: "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." |
|
| Back to top |
|
 |
jrc@maxima Forum Member


Joined: 05 Feb 2010
Posts: 6

|
Posted: Mon Feb 08, 2010 4:41 am Post subject: Re: Bulk Scheduling Of WEBI Docs (XIR3) |
|
|
Sorry I should have been clearer. The reports need to be scheduled to run over night, after a data load has completed, so that they are ready for users to view in the morning (I am using a file based event to achieve this). However, the data load could finish at any time, this means that I can not simply schedule the second set of reports to run at a later time than the first set as I do not know when the first set will run or finish. What I really need to be able to do is run the first set of reports once the file based event has been triggered and then run the second set once the first set has finished running. The only way I can see to currently achieve this is to link every single report using events (so that a report is waiting for an event which another report will trigger upon completion) but in the actual scenario there are hundreds of reports so this would be too difficult to maintain. What I would really like to be able to do is use the same event based method but on a group of reports rather than a single one.
Hope that makes more sense now..... |
|
| Back to top |
|
 |
MJRBIM Forum Associate


Joined: 23 Mar 2007
   Posts: 686 Location: Toronto, Canada

|
Posted: Mon Feb 08, 2010 11:54 am Post subject: Re: Bulk Scheduling Of WEBI Docs (XIR3) |
|
|
You would probably need to use a 3rd Part Add-On tool like APOS Instance Manager or InfoScheduler to manage those Event Links.
We use a bunch of their tools to supplement the limits of CMC and InfoView.
www.apos.com _________________ Senior Business Intelligence Consultant
Toronto, Canada
http://www.roserichardsonenterprises.com
SeagateInfo 7 -> Crystal Enterprise -> BOE-XI (R2) / (R3.1) | Crystal ( 7 -> 2008) design |
WebI design | Best practices for Java / .Net / Web Services |
|
| Back to top |
|
 |
Mak 1 Forum Fanatic


Joined: 06 Jan 2005
     Posts: 6656 Location: London

|
Posted: Mon Feb 08, 2010 1:59 pm Post subject: Re: Bulk Scheduling Of WEBI Docs (XIR3) |
|
|
Mr Bim,
Thanks for the update. I couldn't, for the life of me, think of a way of achieving this out of the box... .
Cheers,
Mark. _________________ Next Available for Contract Work October 2010.
Business Objects Versions 4,5,6, XI R2, 3.2
Oracle, SQL Server, Sybase, Netezza.
Red Adair: "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." |
|
| Back to top |
|
 |
jrc@maxima Forum Member


Joined: 05 Feb 2010
Posts: 6

|
Posted: Mon Feb 08, 2010 3:35 pm Post subject: Re: Bulk Scheduling Of WEBI Docs (XIR3) |
|
|
| thanks I'll look into the 3rd party tools.... |
|
| Back to top |
|
 |
|