I have been running Reporting Services on the same server for a couple of years. Our IT team say no changes have been made to the server, but suddenly I cannot deploy reports (they timeout) and when I access via the url http:\server\reports or "http:\server\reportserver" it just hangs and I never get an error. We cannot run reports.
I can run reports via the Visual Studio data tools but I cannot deploy them.
I have tried rebooting the server and restarting the Reporting services & sql server services.
Any ideas ? How can I troubleshoot this? The log files don't seem to be much help.
Thanks PJC
There are a few things to check here.
Make sure you can access the report server and report manager. (You can get the url from the SSRS configuration manager)
Clear the logs and retry your attempt. If a connection can be made to report server and there is something else causing the issue then you should see evidence in the log file. The log file is \Reporting Service\LogFiles.
If you don't see anything in the log files in step 2 or can't make a connection in step 1 above then look into the IIS log files and troubleshoot your issue from a IIS standpoint. Can you see your incoming request? Should you be using https?
If you cannot see your incoming request from step 3 above then it is likely a network issue.