We are self hosted. I am tying to install the Event Cancellation Utility and I am stuck on step 2:
How do I open report manager?
Thanks
Ashley
I managed to get stuck here... twice!
It is a browser-based system. For our test environment it is http://tesstest4db/Reports/browse/ which I ran on the server itself in IE.
In T_DEFAULTS there is SSRS_URL which is not the same thing but it may have the correct machine name as what you are looking for.
Clarke
I don't actually know if it is browser-based for everyone, but it seems to be so for SQL Server 2016
For me (running 15.1), there's literally a report in the Miscellaneous folder called "Report Manager", and when I run it, it opens the browser-based system.
Maery is correct.
Are you self-hosted or on RAMP?
Hi Ashley -
The typical format for the Report Manager URL is http://<servername>/Reports_<instance name>
To find out what yours is, go to the server running SSRS and open Reporting Services Configuration Manager. Connect to your instance of SSRS, and go to the Web Portal URL tab. The URL will be listed there, as you can see mine from my local system:
As others have noted, for RAMP-hosted organizations, we place a link to the Report Manager in Reports and Utilities, but that is not pre-configured for non-Hosted organizations.
Thanks,
Patrick
^^This reply led me to the right place^^
Thank you so much!
I found mine based on the reply from Patrick below. Looks like mine has a different pattern from yours:
http://<testservername>/Reports/Pages/Folder.aspx
but I also opened it in IE on the server self. The fact that this can be unique for each self-hosted environment makes it hard for newbies like me to figure out. Especially when the information is not documented within the organization.
Hopefully, my posting this helps someone in the future, but their address will of course be different.