Report Never Finishes

  • A vendor that provides services to our company allows us to use their implementation of Report Builder (not 2.0) to analyze their data (They're using SSRS 2005). We've run into a situation where most of the reports we've built no longer actually return results-- i.e., the reports never finish. Reports that used to complete in a couple of minutes are now still running after several hours, even though nothing about the report definition/criteria has changed.

    It doesn't matter if we access the reports via Report Builder or the Report Manager. The reports don't finish for us. Strangely, when then vendor runs our reports, they work just fine.

    I've done some "testing" by limiting the filter criteria of the reports. I've noticed that changing a date parameter to look for a specific date yields a quick response for the report to complete; but, if I open the date filter to be "on or after xx/xx/xxxx" then the report won't finish (which is unfortunate since this is the correct filter definition we need).

    Its my hunch that the vendor's data models exposed in Report Builder have a bad join that has a many-to-many join in it somewhere. Since I don't have access to the actual model definition, I can't prove this.

    I'm the lead at my company on SSRS 2005 report design, and we've not encountered this "report never finishes" issue of our own. Consequently, I'm not equipped to diagnose our vendor's performance issue.

    Any suggestions on what might be causing this problem and how to fix will be greatly appreciated!

    Thanks,

    Pete

  • You could do a few things like take a trace and see what the actual queries are that are running against your database. Also, although it's unsupported, in the Reporting Services Database you can query the executionLog table to check on run times and such.

    Also, check for any errors in your various log files...

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply