Execution 'iwy2vpzo52pmp555ftfn4455' cannot be found (rsExecutionNotFound)

前端 未结 6 1936
Happy的楠姐
Happy的楠姐 2021-01-13 00:56

Some users get the following error when running reports.

• Execution \'iwy2vpzo52pmp555ftfn4455\' cannot be found (rsExecutionNotFound)

They run fine in t

6条回答
  •  野的像风
    2021-01-13 01:11

    If you're running SQL Server Express edition, the SQL Server Agent isn't running to clean up your old SSRS sessions. You'll need to run a job on SSRS DB to clean up the old sessions.

    My report took 10 seconds to run and 2 seconds to export - so it wasn't to do with the session expiry length.

    I'd get the error when exporting a report to excel into my app an hour after I exported the report.

提交回复
热议问题