我通过创建订阅来运行多个报告。
所有报告都将PDF文件生成到给定的驱动器。但是,一个报告有错误:
Failure writing file Filename@timestamp : Report processing has been canceled by the user.
此报告在开发PC上运行良好,大约需要一分钟来获取/呈现数据。但是,要在报表服务器中进行渲染会花费很长时间。也就是说,有时需要花费30分钟以上的时间进行渲染,有时甚至没有。
此外,在订阅下执行时出错:
Failure writing file Filename@timestamp : Report processing has been canceled by the user.
请注意,没有人取消报告,那我为什么会收到这种错误消息。
不要超时报告“网站设置”以及“个人报告”。
编辑: 刚执行报告(无订阅)时遇到一个新错误:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12002
这有什么问题?如何调试呢?如何解决这个问题?
注意:此报告查询具有NOLOCK并以从SSDT释放的方式进行部署。
谢谢。