all groups > sql server reporting services > december 2004 >
You're in the

sql server reporting services

group:

404 Request failed error


404 Request failed error Priya
12/22/2004 12:35:03 PM
sql server reporting services:
Hi
Iam reposting this as my qs seems to have submerged in a deluge of questions !

I have a .net application that lists all the reports within a specific
folder using RS.children methodand then calls a specific selected report in
Report viewer. My application code and reporting services are in two
different servers however in the same domain. The problem is that when I call
my .NET application it gives me this error on Line 85:

The request failed with HTTP status 404: Not Found.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Net.WebException: The request failed with HTTP
status 404: Not Found.
Source Error:
Line 84: RS.Credentials =
System.Net.CredentialCache.DefaultCredentials
Line 85: Dim items As CatalogItem()
Line 86: items = RS.ListChildren("/eCMSDashboard", True)

iam setting the Server.URL property to http://<<Servername>>/ReportServer

Please Help !!

Thanks
Priya

Re: 404 Request failed error Sanjeev
12/23/2004 1:38:39 PM
I believe that after line 84 you should have something like this :
rs.Url = http://<<Servername>>/ReportServer
Thereafter line 85 and the rest will follow.

[quoted text, click to view]

AddThis Social Bookmark Button