我通过创建订阅运行了多个报告。
所有报告都生成 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 以发布模式部署。
谢谢。