0

I have installed SSRS 2014 and Configured. When I open the web link from Report Server Configuration Manager I get below message,

enter image description here

I can't see any home page. I am not sure what is missing.

enter image description here

user2331670
  • 335
  • 2
  • 6
  • 15

2 Answers2

0

The correct format for the report manager is
http://<Server Name>/Reports/Pages/Folder.aspx?ViewMode=List

iamdave
  • 12,023
  • 3
  • 24
  • 53
0

Have you solve it yet? It might happen because the reporting service is not running-make sure the service is running ( can check at sql server config manager) screenshots added.

You can also refresh the service from command prompt by typing: net stop reporting service and net start reporting service Sql Server Configuration Manager

4stars
  • 89
  • 1
  • 2
  • 15