Logo
My activities

WRM: Change the SSRS Report Server URL

If you change to a new report server, the URL between the WRM application and the report server will need to be updated. To make these changes:

  1. Edit the web.config files located in the UI and Core folders of the application. In default installations, these files can be found at the following locations:
    • UI: C:\inetpub\wwwroot\<Instance Name>\<Instance Name>\Web.config
    • Core: C:\inetpub\wwwroot\<Instance Name>\<Instance Name>Core\Web.config
  2. In the SSRSReportingServer setting in both the UI and Core files, remove the existing URL between the <value> tags and replace it with the updated URL.

          <setting name="SSRSReportingServer" serializeAs="String">

            <value>https://newurl.com/ReportServer</value>

          </setting>

  3. Save both the files to save your changes and automatically update the system.

 

Follow
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk