Hi All,
I have two different machines (both running on Windows Server 2003) for my web server and my database server which are connected through a LAN. I have recently moved reporting services (SSRS 2005) to the web server machine (hosting WSS). SSRS 2005 has been succesfully installed on the web server machine and the Reporting Services Configuration Manager shows connectivity (Running state) between the reporting service and the database. But when I'm trying to view the report server in IE 6, it is giving a page not found error with the caption "
Cannot find server or DNS error" at the bottom.
I am using the following url to connect to the report server -
http://<reportserver_name>/reportserver
Here the <reportserver_name> is not the "localhost" but the website's name which I have created to host the reportserver on IIS. I have created a different named instance to hold the report service in IIS. This is done to create the report server on a non-default web site. I have also created a folder (not wwwroot) on my C:\ drive which points to the report server in IIS. I have checked the Reportserver website created in IIS and given it the required permissions and set it's properties appropriately. But I'm also not able to browse the report server in IIS. I think I could be missing some small points which are hindering the process. Would be very thankful if anybody could help me in this regard.
Thanks.