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 2005 Forums
 Analysis Server and Reporting Services (2005)
 Failed to host SSRS Report on other server

Author  Topic 

bhushan_juare
Starting Member

45 Posts

Posted - 2012-10-15 : 09:27:48
Hi All,

I am working on SSRS, I have developed a report when deployed it in local instance its working fine when i changed local server name by its ip and running it in my web browser i am getting below error..


The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
--------------------------------------------------------------------------------

Please try the following:

Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)

--------------------------------------------------------------------------------

Technical Information (for support personnel)

Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
Could anybode knows how to resolve this..???



Thanks & Regards,
Bhushan

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-10-15 : 22:47:02
Are you trying to access it from outside domain? is webserver also in same domain?

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

Go to Top of Page

bhushan_juare
Starting Member

45 Posts

Posted - 2012-10-16 : 01:20:42
Hi Visakh
Yes.. I have tried from outside domain where its giving an error and web server is in same server where my SSRS project is..
When i replaced "localhost" my respective IP in SSRS's "Deployment server (i.e. Target Server) option it failed to deploy..
Go to Top of Page

bhushan_juare
Starting Member

45 Posts

Posted - 2012-10-17 : 07:48:21
hi Visakh,

Currently i am loging from same domain where my DB, and Application pool is exist.. and funny part is when in properties section of SSRS project when i used TargetServerURL :- http://localhost/ReportServer/ its working fine and If I changed localhost by its IP Address (i.e. http://172.1.2.3/ReportServer/) it failed to deploy it in local host..


Go to Top of Page
   

- Advertisement -