Wednesday, March 7, 2012

Deploying a Model

I have a report model that I'm trying to deploy to a report server. When I deploy it I get an error that says

Maximum request length exceeded. How do I fix this error and get the model deployed

There is a limit to the size of data you can deploy through IIS. To adjust the size upwards to allow for a large model, you will need to edit the metabase.xml file on your IIS Server.

Set the property to as high as you would like then restart IIS. The number below is about 1gb.

ASPMAXREQUESTENTITYALLOWED=1073741824

|||

I get this error when I try to upload a PDF file of 9MB to the reporting server. I changed the setting in c:\WINDOWS\system32\inetsrv\metabase.xml and restarted the IIS services. I still get this error:

Maximum request length exceeded.

Any ideas?

|||

Take a look at this article. You are most likely hitting the asp.net limit as well.

http://msdn2.microsoft.com/en-us/library/aa479405.aspx

No comments:

Post a Comment