You should check the spool usage of an individual query based on QueryLog.
Those functional users like BO normally get an insane amount of spool to be able to run multiple reports in parallel. What spool size is assigned to it and what's your system space?
If there are too many queries in parallel you might implement a throttle using TDWM.
You should check the spool usage of an individual query based on QueryLog.
Those functional users like BO normally get an insane amount of spool to be able to run multiple reports in parallel. What spool size is assigned to it and what's your system space?
If there are too many queries in parallel you might implement a throttle using TDWM.