tobania / VSTS.Extension.SqlReportingServices

VSTS Extension for uploading SSRS Reports
MIT License
14 stars 20 forks source link

Maximum request length exceeded. #38

Closed kathirvel21 closed 6 years ago

kathirvel21 commented 6 years ago

Got this exception while deploying the report. I checked the size of the report file it is 3 MB. All the reports below 3 MB gets deployed. I thought the default maxRequestedLength is 4 MB. I m not sure why still get this error. I used the TFS Build Automation and addon throw this error in the log. Please help me.

2018-02-12T03:28:24.1851670Z ##[error]Microsoft.PowerShell.Commands.WriteErrorException: There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded. 2018-02-12T03:28:24.2007938Z ##[error]PowerShell script completed with 1 errors.

ygeelen-tb commented 6 years ago

Perhaps the Reporting Services WCF service that you configured in the task has this limit in its web.config?

kathirvel21 commented 6 years ago

Yes, once i changed the web.config for the ReportingServices, it worked. Thanks