The Operation has Timed out
Hi,
When I deploying the SSRS 2005 report in server using VS(BIDS), the operation has timed out error occur. The file size is 2.11MB.
Pl. suggest how to deploy this report.
Thanks,
Bala
August 2nd, 2012 12:36am
Hi Balush !
You can also deploy reports using Report Manager. Your report manage URL would be like this;
http://<YourMachineName>:8080/Reports
Then go to upload file and deploy your selected report(s).
Please let me know if this doesnt work for you. Hope I have answered you correctly.
Thanks, Hasham Niaz
Free Windows Admin Tool Kit Click here and download it now
August 2nd, 2012 1:08am
Hi,
To deploy a large report from Business Intelligence Development Studio to the Report Server, please change the maxRequestLength of the machine to be a large one.
In the Machine.config file, change the maxRequestLength attribute of the <httpRuntime> configuration section to a larger value. This change affects the whole computer.
By default, we can get the Machine.config in this folder:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG
Another way to avoid this issue is as Hasham said you can upload the rdl file directly through report manager.
If you have any questions, please feel free to ask.
Regards,
Charlie Liao
August 4th, 2012 11:19pm