SSRS Deploy Reports on port 8080

Former Member
Former Member $organization

Hi:

We have a  Win 2008 box with SQL 2008 R2 with a named instance.  The box is hosting our support ticket website on port 80 (localhost).  I changed our SSRS port to 8080, and I can get to the SSRS URL by including the port and named instance example: http://servername:8080/Reports_namedinstance/Pages/Folder.aspx.  However, I cannot deploy any reports without getting this error: 

"The specified report server url http:localhost/servername could not be found.  Verify the syntax of theURL and that the report server exists." 

I tried editing the rsreportserver.config file to include the path in the ReportServerUrl but that did not work either.  Have any of you ever used a port other than the standard port 80 and had SSRS to work?  If so what did you have to do to make it work?

James

Parents
  • Are you trying to deploy from Visual Studio?  Make sure that you are using the ReportServer WebService endpoint, NOT the Report Manager.  The Report Manager is not the programmatic endpoint and can’t be used to deploy report changes.

     

    Report Manager à http://server/Reports_instanceName

    Report Server (CORRECT) à http://server/ReportServer_instanceName

     

    These specific URIs are defined in the Reporting Services Configuration Manager under the Web Service and Report Manager panes.

    -Ryan

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of James Fairfield
    Sent: Friday, August 05, 2011 11:28 AM
    To: Ryan Creps
    Subject: [Tessitura Technical Forum] SSRS Deploy Reports on port 8080

     

    Hi:

    We have a  Win 2008 box with SQL 2008 R2 with a named instance.  The box is hosting our support ticket website on port 80 (localhost).  I changed our SSRS port to 8080, and I can get to the SSRS URL by including the port and named instance example: http://servername:8080/Reports_namedinstance/Pages/Folder.aspx.  However, I cannot deploy any reports without getting this error: 

    "The specified report server url http:localhost/servername could not be found.  Verify the syntax of theURL and that the report server exists." 

    I tried editing the rsreportserver.config file to include the path in the ReportServerUrl but that did not work either.  Have any of you ever used a port other than the standard port 80 and had SSRS to work?  If so what did you have to do to make it work?

    James




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Reply
  • Are you trying to deploy from Visual Studio?  Make sure that you are using the ReportServer WebService endpoint, NOT the Report Manager.  The Report Manager is not the programmatic endpoint and can’t be used to deploy report changes.

     

    Report Manager à http://server/Reports_instanceName

    Report Server (CORRECT) à http://server/ReportServer_instanceName

     

    These specific URIs are defined in the Reporting Services Configuration Manager under the Web Service and Report Manager panes.

    -Ryan

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of James Fairfield
    Sent: Friday, August 05, 2011 11:28 AM
    To: Ryan Creps
    Subject: [Tessitura Technical Forum] SSRS Deploy Reports on port 8080

     

    Hi:

    We have a  Win 2008 box with SQL 2008 R2 with a named instance.  The box is hosting our support ticket website on port 80 (localhost).  I changed our SSRS port to 8080, and I can get to the SSRS URL by including the port and named instance example: http://servername:8080/Reports_namedinstance/Pages/Folder.aspx.  However, I cannot deploy any reports without getting this error: 

    "The specified report server url http:localhost/servername could not be found.  Verify the syntax of theURL and that the report server exists." 

    I tried editing the rsreportserver.config file to include the path in the ReportServerUrl but that did not work either.  Have any of you ever used a port other than the standard port 80 and had SSRS to work?  If so what did you have to do to make it work?

    James




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!

Children
  • Former Member
    Former Member $organization in reply to Ryan Creps (Past Staff Member)

    Ryan:

    Thank you for replying!  We are trying to deploy from Visual Studio.  When we use the ReportServer method without the port number included we receive the Status 404 error, and with the port number (8080) included a nearly blank webpage is returned.  Using Report Manager end point (with the port number) the normal SSRS screen is returned.

    We have decided to move the other web application to another server to alleviate these port issues.

     

    James