SSRS2005 timeout error

Posted by jaspernygaard on Stack Overflow See other posts from Stack Overflow or by jaspernygaard
Published on 2009-11-19T15:28:08Z Indexed on 2010/05/09 20:28 UTC
Read the original article Hit count: 300

Hi

I've been running around circles the last 2 days, trying to figure a problem in our customers live environment. I figured I might as well post it here, since google gave me very limited information on the error message (5 results to be exact).

The error boils down to a timeout when requesting a certain report in SSRS2005, when a certain parameter is used.

The deployment scenario is: Machine #1 Running reporting services (SQL2005, W2K3, IIS6) Machine #2 Running datawarehouse database (SQL2005, W2K3) which is the data source for #1 Both machines are running on the same vm cluster and LAN.

The report requests a fairly simple SP - lets called it sp(param $a, param $b). When requested with param $a filled, it executes correctly. When using param $b, it times out after the global timeout periode has passed.

If I run the stored procedure with param $b directly from sql management studio on #2, it returns the results perfectly fine (within 3-4s).

I've profiled the datawarehouse database on #2 and when param $b is used, the query from the reporting service to the database, never reaches #2.

The error message that I get upon timeout, when using param $b, when invoking the report directly from SSRS web interface is:

"An error has occurred during report processing. Cannot read the next data row for the data set DataSet. A severe error occurred on the current command. The results, if any, should be discarded. Operation cancelled by user."

The ExecutionLog for the SSRS does give me much information besides the error message rsProcessingAborted

I'm running out of ideas of how to nail this problem. So I would greatly appreciate any comments, suggestions or ideas.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about ssrs

Related posts about ssrs-2005