I am trying to deploy the predefined SSRS reports for GP10 on a SQL 2008 server (SSMS 10.0.1600.22). I have loaded SP4 for the SSRS Reporting Wizard and get to the third window in the wizard "Define Location and Deploy Reports" where I enter the same URL from the Report Services Configuration Manager >> Web Services tab. This is where the reports are stored. I notice that the "Next" button remains grayed out but if I click the "Finish" button, I get "A configuration file cannot be created for the requested Configuration object". The syntax is http://ourserver:80/ReportServer. We have SSRS set up and running for custom reports but cannot get past this window to deploy the GP reports. Any suggestions?
MIke,
This KB provides a lot of information about deploying SRS reports with GP 10.
mbs2.microsoft.com/.../KBDisplay.aspx
Thanks
Rob
Rob Bernhardt [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Thanks for your reply Rob. I followed this to the letter a few days ago but no such luck. Still getting errors. I am looking into permissions now.
Here is what fixed it:
From a related error post:
Go to ...Program Files\Microsoft SQL Server\(SRS Instance)\Reporting Services\ReportServer\web.config and open it with notepad, you should see something similar to the following:
<httpRuntime executionTimeout="9000" />
Change it to (<httpRuntime executionTimeout="9000" maxRequestLength="20960"/>).
Re-ran the wizard and it worked perfectly.