Execution 'iwy2vpzo52pmp555ftfn4455' cannot be found (rsExecutionNotFound)

前端 未结 6 1941
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:07

    On the web.config's impersonation, use identity

    impersonate="true" 
    userName="xxxxx" 
    password="xxxxx"  
    

    instead of : !--

    Hope it helps

提交回复
热议问题