Below are the errors which I am getting in different versions of the browser while loading SSRS report from the client machine. The reports are working fine on the server without any error.
In IE-5/7
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12019
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12152
In Chrome/Firefox/IE10/Edge, Latest browsers, getting these errors:
SCRIPT7002: XMLHttpRequest: Network Error 0x2ef3, Could not complete the operation due to error 00002ef3.
SCRIPT5022: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0
Initially I thought this error is due to timeout, So I have followed these steps to remove or increase time out:
But the error is still not resolved. At this point, I believe the actual problem lies in Microsoft’s Javascript. The issue seems to be the timeout that is being used by the Microsoft Ajax library MicrosoftAjaxWebForms.js as returned by ScriptResource.axd.
I’ve been able to watch the errors appear client-side, but there are no errors getting logged in the server
I have tried to add System.Web.Extensions setting as well. But no luck.