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

sql server reporting services

group:

Request failed with HTTP status 404


Request failed with HTTP status 404 Priya
12/21/2004 12:21:03 PM
sql server reporting services:
Hi

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)

Can anyone help?

Thanks
Priya
Re: Request failed with HTTP status 404 Daniel Reib [MSFT]
12/21/2004 12:47:52 PM
Are you setting the .Url property to ensure you are going against the
correct server?

--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: Request failed with HTTP status 404 Priya
12/21/2004 1:03:02 PM
Iam setting it to
http://<<report server name>>/ReportServer
Any other possibilities?

Thanks
Priya

[quoted text, click to view]
AddThis Social Bookmark Button