I have multiple report running by creating subscription.
All reports are generating PDF files to the given drive. However, one report having error:
Failure writing file Filename@timestamp : Report processing has been canceled by the user.
This report is working fine from development PC and taking around a minute to get/render the data. However, it’s taking long time in the report server to be rendered.That is, sometimes its rending (taking more than 30 mins) and sometimes not.
Also, there is error while executing under subscription:
Failure writing file Filename@timestamp : Report processing has been canceled by the user.
Please note that, no one is cancelling the report, then why am I getting this kind of error message.
Do not time out report "site setting" as well as "individual report".
EDIT: Got one new error, while just executing report (no subscription):
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12002
What is wrong with this? How to debug this? How to fix this issue?
Note: this report query has NOLOCK and deployed in released mode from SSDT.
Thanks.