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)
 Connect to report server on other network? Help!

Author  Topic 

djorre
Yak Posting Veteran

94 Posts

Posted - 2009-07-24 : 03:48:42
Hi friends,

I am strugling a problem here. I got a web application that runs on a different machine than the machine where my reportserver is running. It is also on a different network. This are the configs:

web-machine:
development
192.168.0.108

report-machine:
rpt01.ordmsg
172.16.0.52
sql instance rpt01
report directory //rpt01/reportserver

i can ping to the report machine after done
route -p add 172.16.0.0 mask 255.255.0.0 192.168.0.168
ping 172.16.0.52 = OK
ping rpt01 = NOK

but when i try http://172.16.0.52/reportserver it won't run
and http://rpt01/reportserver wont work
and http://rpt01.ordmsg/reportserver won't work
...

what do i need to do to get these reports??

please help.

greetings Joris
   

- Advertisement -