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
PriyaI believe that after line 84 you should have something like this :
rs.Url = http://<<Servername>>/ReportServer
Thereafter line 85 and the rest will follow.
"Priya" <Priya@.discussions.microsoft.com> wrote in message
news:228D12EA-CC82-4015-AA6E-5BA7799CBEC3@.microsoft.com...
> 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
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment