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 2008 Forums
 Analysis Server and Reporting Services (2008)
 The request failed with HTTP status 401in ssrs2008

Author  Topic 

vinu
Starting Member

34 Posts

Posted - 2010-12-06 : 07:31:35
hi...
i've two system in which
1)windows server 2008 os
2)XP prof SP3 ..
In windows server 2008 i#39;ve created ssrs reports and deployed..(URL-- http://123.123.1.123:8080/reports) report
server url..
and in XP prof SP3 i've created an application in which reportviewer is present..
following is my code behind..

MyReportViewer.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote;
MyReportViewer.ShowCredentialPrompts = true;
MyReportViewer.ServerReport.ReportServerUrl = new Uri("http://IP:8080/reports";);
MyReportViewer.ServerReport.ReportPath = "/sample/report";
MyReportViewer.ServerReport.Refresh();



</pre>
when i execute the application
the following error is displayed..
"The request failed with HTTP status 401: Unauthorized"
..
i've tried giving the " everyone" permission to the deployed folder in report manager..
but it is displaying the same message
please help me..

vinu
Starting Member

34 Posts

Posted - 2010-12-07 : 02:19:42
hi.. everybody
i got the solution here..
http://community.discountasp.net/showthread.php?t=4402

but now again i'm in a problem
how to assign security role for different system in a network
for a folder or it can be report..
i want to assign diferent permission for different users..
Go to Top of Page
   

- Advertisement -