Finding Report Server URL

  • I have an application that needs the report server URL for that application's sql instance. I've checked on the server that has the SQL server instance and based on the fact that it is an instance the report server URL should be:

    http://servername/reportserver$InstanceName

    However, when I enter the above the application returns an error stating:

    The Report Server URL entered is not valid

    Following is the URL for the reports manager, which the application accepts:

    http://servername/reports$InstanceName

    Does anyone know what is or could be wrong with the report server URL and how to fix the issue(s)?

    Thanks.

  • Try something like this but add your named instance and maybe port number.

    add key="reportservice.reportservice" value="http://servername/ReportServer/ReportService.asmx"/>

    add key="reportservice.path" value="http://servername/ReportServer/"/>

  • greggoble2 (3/18/2009)


    Try something like this but add your named instance and maybe port number.

    add key="reportservice.reportservice" value="http://servername/ReportServer/ReportService.asmx"/>

    add key="reportservice.path" value="http://servername/ReportServer/"/>

    What configuration file do I modify by adding the above?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply