POST REPORTS

Hello All,
For some reason my report server can't handle more than 1 scheduled report at a time.
The problem is that I cannot schedule more than 1 post report to run at the same time or close because the report server will hold them with a dialog that says something like  can not save report to file..
 
When I schedule the same reports with at at least five minutes between each other then everything works fine.
The issue is we need to get a few of these ssrs post reports delivered at the same time..because of time sensitive data..
 
Any ideas?
 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Eric Gonzalez
Application Programmer
The Adrienne Arsht Center for the Performing Arts
of Miami-Dade County
1300 Biscayne Blvd.
Miami, FL 33132
ph. (786) 468-2336 fx. (786) 468-2012
www.arshtcenter.org

  • Are you talking the Tessitura Report Server?  Check the Max Concurrent Jobs parameter.  The Report Server Setup Doc talks in more detail about it...

    Select Configure from the Options menu. Recommended settings are Poll Rate=1, Maximum Concurrent Jobs=2 and Delete Interval=60. Delete Interval is the number of days that stored reports are stored in the system before being deleted

  • In the Report Server window, go to Options --> Configure.  Check that the Maximum Concurrent Jobs is set to the number of reports that you wish to have run at any given point in time.  If this is set to one, only one report will be run at a time until it is finished.  Try setting this to 5 and see what results you get.

    The other thing to watch here is that you don't have failing reports scheduled in the queue.  If a report fails, it will sit in the queue as an active report (one of the concurrent jobs) until it is removed.

    -Ryan