When using Microsoft Reporting services, 2 url’s are important:
- The url of the report manager website (By default http://[DatabaseServerName]/Reports )
- The url of the report server(By default http://[DatabaseServerName]/ReportServer )
Easy and straightforward. But if you have multiple database instances on your server, the naming schema is a little bit more complex.
So a quick reminder to myself, for a server with multiple database instances:
- The url of the report manager website becomes http://[DatabaseServerName]/Reports$[InstanceName]
- The url of the report server becomes http://[DatabaseServerName]/ReportServer$[InstanceName]