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.
Author |
Topic |
Nroblex
Starting Member
17 Posts |
Posted - 2007-06-28 : 07:06:46
|
Hello all experts!I have a problem I would be very happy if someone could help me out with;I have a windows 2003 server with SQLExpress and Reporting Services. I have developed a report in visual studio and successfully deployed that report to the server. I can browse http://localhost/reports to access the report and view them (Via terminal server). But when I browse the page from outside I recieve the following error;"The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version."If I run from VisualStudio 2005 and try to access the page I get this message;"The request failed with HTTP status 401"What is Wrong??Thanks in advance for any good suggestion.best regards Nroblex from sweden |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-06-28 : 23:05:47
|
Did you replace localhost with server name? |
 |
|
Nroblex
Starting Member
17 Posts |
Posted - 2007-06-29 : 01:22:20
|
Yes I did. And I can browse the site if I logon to the server (via terminal server) |
 |
|
Maxer
Yak Posting Veteran
51 Posts |
Posted - 2007-06-29 : 12:52:39
|
I believe SQL Express DISABLES remote connections by default, you may want to check on that. |
 |
|
|
|
|