开发者

Reporting Services Subscription fails but manually running report works

开发者 https://www.devze.com 2023-01-06 17:20 出处:网络
Our company has a huge nasty report that takes about 50-60 minutes to run (it\'s for a university and lists all sorts of payment information for all students registered in courses). While it has been

Our company has a huge nasty report that takes about 50-60 minutes to run (it's for a university and lists all sorts of payment information for all students registered in courses). While it has been running each morning at 5am as a subscription, it recently stopped working and di开发者_Go百科splays "An error has occurred during report processing." in the properties window for the subscription.

If I manually run the report from inside Visual Studio it will work every time, but the subscription will now always fail. I had our DBA turn on trace logging and it gave us no helpful information whatsoever. I've also set the subscription to run at different times throughout the day, with no success. The report is supposed to put an Excel file on a file share and it works for the other 5 subscriptions to this report (I have 6 subscriptions, only 1 of the 6 has a parameter set that returns values from a larger dataset). So this means that it has permission to write to the file share. Any ideas?


Could it be trying to write more than 65536 rows to the Excel file? If so it will just fail.

Also you might check the configuration for IIS to see if the report is causing a timeout.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号