Answered by:
How to fix problem 503 service unavailable in SSRS ?

Question
-
Hiiiii..
I am trying to open my ssrs reports trough the path http://<ServerName>/reports
but this gives me error 503 service unavailable.
Plz give me solution for this problem.
thanks............
Tuesday, August 21, 2012 6:58 AM
Answers
-
Hi,
First thing is to verify that the SSRS service is running. Go to report server configuration manager and starts the service if stopped.
If you are running server on VM, Please have a look at below thread to see if it helps
Also, have a look at section "HTTP 503 Service is Unavailable" in below link, to see if it helps
http://msdn.microsoft.com/en-us/library/ms159778.aspx
Please revert if this does not resolve the issue.
- Chintak (My Blog)
- Marked as answer by Mike Yin Sunday, August 26, 2012 12:32 PM
Tuesday, August 21, 2012 7:08 AM -
http://www.laschinger.net/?tag=error-503-service-unavailable
Best Regards,Uri Dimant SQL Server MVP,http://sqlblog.com/blogs/uri_dimant/
- Marked as answer by Mike Yin Sunday, August 26, 2012 12:32 PM
Tuesday, August 21, 2012 7:01 AM
All replies
-
http://www.laschinger.net/?tag=error-503-service-unavailable
Best Regards,Uri Dimant SQL Server MVP,http://sqlblog.com/blogs/uri_dimant/
- Marked as answer by Mike Yin Sunday, August 26, 2012 12:32 PM
Tuesday, August 21, 2012 7:01 AM -
Hi,
First thing is to verify that the SSRS service is running. Go to report server configuration manager and starts the service if stopped.
If you are running server on VM, Please have a look at below thread to see if it helps
Also, have a look at section "HTTP 503 Service is Unavailable" in below link, to see if it helps
http://msdn.microsoft.com/en-us/library/ms159778.aspx
Please revert if this does not resolve the issue.
- Chintak (My Blog)
- Marked as answer by Mike Yin Sunday, August 26, 2012 12:32 PM
Tuesday, August 21, 2012 7:08 AM -
SSRS 2016 has a similar HTTP Error 503 bug where after you change the port/cert bindings, it will go into the Service Unavailable state. Simply restart SSRS service and it will begin working again with the new binding!
- Proposed as answer by Sohail_I Friday, July 21, 2017 1:54 PM
Wednesday, December 21, 2016 10:27 PM -
That link is broken.Monday, February 13, 2017 6:56 PM
-
https://youtu.be/FQ4cp429GzsMonday, April 10, 2017 2:28 PM
-
Hi all I've the same problem when I've installed the SP2 on SQL2016
someone would have a solution?
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/bac7d15b-7087-4b07-8030-4f17bbd22082/sql-2016-with-sp2-http-error-503-the-service-is-unavailable?forum=sqlreportingservices
Thursday, June 21, 2018 7:57 AM -
Hi. I had the same SSRS HTTP Error 503 problem after SP2 was installed. I also had the problem documented in the following link at the same time.
I ran the SQL that the Microsoft SSRS Team recommended in the link which simply creates a job (which is then deleted by SSRS) and BOTH problems were resolved.
Monday, September 17, 2018 1:53 PM -
Spot on. Can't believe it was so simple.
Never thought to restart it a the server had recently been rebooted.
ThanksFriday, October 19, 2018 10:18 AM -
In my case I had apparently not finished configuring the Report Server. The place where things fell of in the configuration was defining the Report Server database. Once that was created, everything was peachy.Thursday, January 9, 2020 10:12 PM