The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
We are experiencing an issue where a specific paginated report (.rdl) fails to load in the Edge browser on a remote client machine. The browser's developer tools (F12) show the following error for a critical POST request:
POST http://xxx/ReportServer/Pages/ReportViewer.aspx?%2fnvhtest&rc%3ashowbackbutton=true net::ERR_CONNECTION_RESET
Key Details and Troubleshooting Steps Already Performed:
Environment:
Error Symptoms:
Contrasting Behavior (Core to the Issue):
Critical Additional Information:
Request for Support:
The evidence suggests the issue is related to how the paginated report processor handles the initial rendering request (the POST) for a remote client versus a local one, potentially involving authentication handoff or data transmission. Since Power BI reports work fine, the problem is specific to the SSRS engine component.
We request assistance in investigating:
Hi @zhouli,
The NET::ERR_CONNECTION_RESET error that appears when loading a paginated report remotely is most likely caused by a Kerberos authentication failure due to missing SPNs for the Report Server service account. To resolve this, you can either register the required SPNs with the setspn command or set the report server to use NTLM only by modifying the RSReportServer.config file. This will help prevent connection resets when Kerberos authentication fails.
Troubleshoot paginated report execution issues - Power BI | Microsoft Learn
Thank you.
Hi @zhouli,
Have you had a chance to review the solution we shared by @Jaspreet99 @Shahid12523? If the issue persists, feel free to reply so we can help further.
Thank you.
@Shahid12523 Just a note here. I see you’re posting replies almost every minute. That kind of pace makes it seem like these are auto-generated rather than genuine contributions. If it’s only generic answers, people might as well go straight to GPT instead of coming here. The real value is when we share fixes we’ve tried or insights from our own work.
I’ll mark this one as inappropriate since it doesn’t feel in the spirit of the community.
- Issue: Paginated report fails remotely with NET::ERR_CONNECTION_RESET during POST to ReportViewer.aspx; works locally.
- Likely Cause: Network device (proxy/firewall) resets connection due to large or complex POST payload. Could also be Kerberos delegation failure if impersonation is enabled.
-
Fixes to Try:
- Bypass network path (VPN or same subnet) to confirm.
- Disable impersonation if using stored credentials.
- Check SPNs and enable Kerberos Constrained Delegation if impersonation is required.
- Simplify report to test payload sensitivity.
- Use Wireshark or Fiddler to trace the reset source.