A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Hi @Raju Kothapally ,
This is expected SSRS behavior for embedded reports. After idle time, SSRS loses the user token and fails during re-execution (Next page / Export / Print).
To fix this, configure the report data source to use Stored Credentials (SQL or service account). Avoid Integrated Security=True for embedded SSRS reports.
If stored credentials aren’t allowed, configure the Unattended Execution Account.
This resolves the error works for pagination/export after idle time.
Thanks,
Akhil.