Hi all I am currently using SQL Server 2005 I create reports in SQL Server Business Intelligence Development Studio I have never had problems deploying a report until now and I cant figure out why. This is the error message I keep getting
----- Build started: Project: RevisedScairReports, Configuration: Debug ------
Build complete -- 0 errors, 0 warnings
------ Deploy started: Project: RevisedScairReports, Configuration: Debug ------
Deploying to https://sql.californiaindianeducation.org/reportserver
Deploying data source '/Data Sources/ReportingServices'.
Warning : Cannot deploy data source ReportingServices to the server because it already exists and OverwriteDataSources is not specified.
Deploying data source '/Data Sources/RevisedScairDtSrc'.
Warning : Cannot deploy data source RevisedScairDtSrc to the server because it already exists and OverwriteDataSources is not specified.
Deploying report '/RevisedScairReports/SoaringEaglesSignSheet'.
System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config file. ---> System.Web.HttpException: Maximum request length exceeded.
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.get_InputStream()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response)
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
Deploy complete -- 1 errors, 2 warnings
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========