Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to run a report 300x with different params

Status
Not open for further replies.

isis5

Programmer
Apr 6, 2003
2
US
hi..i need to be able to schedule a report to run about 300x with different parameters for each instance..is this possible and what is the best way to do so?? we have several of these that need to run each month..also is there a way for me to be notified if any of the instances fail?

thanks (obviously i'm new to actuate)

thanks in advance for any assistance

 
You can use requester API in an Actuate Report or a VB application and then schedule the reports 300x. You can submit them synchronously or asychronously. If synchrous then you submit the reports one after the other, this is suggested if the execution time of the report is very small. If you submit them asynchronously then submit 25 or 50 jobs at one shot and wait for them to finish before u submit the next set, this way you shall not overload the server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top