SSRS Page error

Has anyone found the answer to why an SSRS report will periodically crash when paging up or down.  The error is usually 

Sys.WebForms. PageRequestManagerParseErrorException. 

Etc

It is annoying enough that the Page Up/Page Down keys can't be used but it adds insult to injury when it crashes like this.

Thanks

Parents
  • It's been a while and I'm just wondering if anyone was able to get around this error somehow.

    I came across this in the knowledgebase:

    http://www.tessituranetwork.com/knowledgebase/Content/Reports_and_Utilities/SSRS_Timeout_Settings.htm

    A script parser error occurs if an SSRS report is run and the result window is allowed to idle for longer than the Time Stamp Validity setting and you attempt to navigate to any other pages in the report.

    The Time Stamp Validity settings can be adjusted by editing the TessituraWeb service web.config file. Update the value for the key "authTimeStampValidityInSeconds". The default value is 300, which equals 5 minutes.

    Which sounds just like what we're looking for! But changing the setting didn't work for me. :( I'm not sure if a server reboot or anything is required for these kinds of changes to take effect but I'm not in a position at the moment to try.

Reply
  • It's been a while and I'm just wondering if anyone was able to get around this error somehow.

    I came across this in the knowledgebase:

    http://www.tessituranetwork.com/knowledgebase/Content/Reports_and_Utilities/SSRS_Timeout_Settings.htm

    A script parser error occurs if an SSRS report is run and the result window is allowed to idle for longer than the Time Stamp Validity setting and you attempt to navigate to any other pages in the report.

    The Time Stamp Validity settings can be adjusted by editing the TessituraWeb service web.config file. Update the value for the key "authTimeStampValidityInSeconds". The default value is 300, which equals 5 minutes.

    Which sounds just like what we're looking for! But changing the setting didn't work for me. :( I'm not sure if a server reboot or anything is required for these kinds of changes to take effect but I'm not in a position at the moment to try.

Children
No Data