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
 Transact-SQL (2008)
 Unable to access the SQL Reporting Server 2008 via

Author  Topic 

m_singh
Starting Member

2 Posts

Posted - 2011-03-31 : 09:11:36
Hi,
Unable to access the SQL Reporting Server 2008 via url with IP Address.Here is what I did.
1.) I have Configured Windows sever 2008 and Installed Sql 2008 on it.
2.) Then I installed Reporting Service and enabled TCP/IP in SQl Config.
3.) I have added the inbound rul for port 80.
4.) NOw when I tried to access my virtual directory named "reportserver" on the Reporting server.It is not allowing me via url with IP.
a.) this is not accessible http://ipaddress/reportserver on server itself nither on network.
but it is allowing me with localhost i.e.
b.) this is accessible on server only http://localhost/reportserver
I am unable to access my reports I made on it and stuck here.is I am doing something wrong or i missed something
a help will be appreciated.
Pawan Bali
Social27

ajthepoolman
Constraint Violating Yak Guru

384 Posts

Posted - 2011-03-31 : 10:11:49
I never messed with this type of configuration but the first thing that pops into my head is that there is a permission missing. I am wondering if there are security permissions that need to be set for a specific user like the ASP user or some other user profile that needs set on the server that basically lets the machine know that requests from a certain user are allowed.

Hey, it compiles.
Go to Top of Page

shan
Yak Posting Veteran

84 Posts

Posted - 2011-03-31 : 10:35:39
may be some firewall config\setting, I know many companies restrict the tcp/ip by IP using firewall.
-Shan


-Shan
Go to Top of Page
   

- Advertisement -