Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 deploy ssrs

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2011-09-12 : 10:59:34
I would like to deploy my first report onto the reportserver.
The report has been designed in ssrs 2008.
In the property of the ssrs project I have typed:
http://sqlservername/ReportServer
This is the path to TargetServerUrl

Question:
When I browse to the above path, I get:
"
This site is running TeamViewer.
Free Port 80 for other applications in advanced settings.
"

Any thoughts on how to solve this issue please?
Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-09-12 : 11:55:53
try changing default port in sql server report configuration manager

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2011-09-13 : 04:39:37
quote:
Originally posted by visakh16

try changing default port in sql server report configuration manager

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/




Hi,
I figured out how to ochange the port which I changed to 3030
Still can not use something like:
http://machinename:3030/reportserver
I am trying to get to the report manager window.
Go to Top of Page
   

- Advertisement -