Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8076981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:22:45+00:00 2026-06-05T15:22:45+00:00

Have deployed numerous report parts which reference the same view however one of them

  • 0

Have deployed numerous report parts which reference the same view however one of them is failing to run on the server, I think it may be due to having parameters in place with all sorts of characters in them. This is the error message I get:

Does anyone have any suggestions on how to get around this.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Wed, 6 Jun 2012 08:34:05 UTC


Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
Line: 5
Char: 62099
Code: 0
URI: http://mysqlserver/Reports/ScriptResource.axd?d=XwwW1tMwtFzdBQ9-6KriOz3q0Wkgg-xPb7EWT8HUhJXnf8sz46FbnRIo5guVNx1JC-QFapCZ-oQvTRpjjwXFYypY46ebyJBSDV8_0QBsVijeeYDDkZolFtJT35QxeGTEsgsKCpzrB-ZJiu83PMYBwOjrroQ1&t=ffffffffb868b5f4
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T15:22:46+00:00Added an answer on June 5, 2026 at 3:22 pm

    This problem is being caused by SQL server stopping a report being run because the request length exceeds a certain amount.

    The solution to this is as follows:

    Locate the web.config files for the ReportManager & ReportServer.

    These should be found somewhere like this:

    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportManager\Web.config
    
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\Web.config
    

    Once located you need to edit the web.config files for both and add the following bit of code:

    <appSettings>
    <add key="aspnet:IgnoreFormActionAttribute" value="true" />
    <add key="aspnet:MaxHttpCollectionKeys" value="100000" />
    </appSettings>
    

    These app settings should be added between between /system.web and runtime nodes, so it should look something like the following:

    </system.web>
    <appSettings>
    <add key="aspnet:IgnoreFormActionAttribute" value="true" />
    <add key="aspnet:MaxHttpCollectionKeys" value="100000" />
    </appSettings>
    <runtime> 
    

    NOTE:
    The ReportManager may already have an app settings node so you will only need to paste the two add key lines.

    The ReportServer will more than likely require all 4 lines (including the open and close appsettings nodes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have deployed around 40 report parts to my reporting server which are all
I have deployed a website in my server, how i know which what my
I have deployed a 'Customer' customfield plugin in JIRA which accesses a SQL Server
We have deployed a fresh openemm installation on a resin server (which wasn't exactly
I have deployed a simple hello service in jboss server. I can view the
I have deployed an application that uses EF to the same server as my
I have deployed my app in remote server with capistrano and git. I'm novice
I have deployed 2 websites on a server (windows Server 2008 R2 Standard). I
I have deployed my Website on Windows Server 2007. in IIS I have added
I have a web-app in which I have deployed multiple jax-ws based webservices clients.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.