Execution 'iwy2vpzo52pmp555ftfn4455' cannot be found (rsExecutionNotFound)

前端 未结 6 1969
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:06

    I am using SSRS 2017 and was running into this issue when trying to load a report into my MVC project using URL Access. The issue for me had to do with session.

    To check this for yourself, you can try deleting the RSExecutionSession cookie and reload your report. Unfortunately, this is only a temporarily fix.

    If this does work, try adding rs:ClearSession=true to your query string.
    You can read about this setting here.

提交回复
热议问题