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
Have you also checked to see that the ReportServer has been set with the port you are trying to use? Maybe you set the ReportManager to 8080, but not the Web Service?
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of James FairfieldSent: Friday, August 05, 2011 4:23 PMTo: Ryan CrepsSubject: RE: [Tessitura Technical Forum] SSRS Deploy Reports on port 8080
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.
From: Ryan Creps <bounce-ryancreps9649@tessituranetwork.com>Sent: 8/5/2011 2:18:54 PM
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 FairfieldSent: Friday, August 05, 2011 11:28 AMTo: Ryan CrepsSubject: [Tessitura Technical Forum] SSRS Deploy Reports on port 8080
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!