Wednesday, March 21, 2012

Errors while producing reports to RS

Hi,
I am using form authentiacation.
everything is o.k with ReportServer browser i am able to loging on and
running the reports.
But when i am using the same username and password at the time of
producing reports to ReporServer it is not working.
why it is happenning?where i did mistake ?
And also while i am tring to open my ReportManager browser it is saying like
"The request failed with HTTP status 401: Access Denied. "
plz anybody can help me
thanksAre you creating a network credential object on your connection to report
server? This might help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnetnetworkcredentialclasstopic.asp
-Lukasz
This posting is provided "AS IS" with no warranties, and confers no rights.
"simmi" <simmi@.discussions.microsoft.com> wrote in message
news:CED09F88-47B4-4630-804D-13358616645F@.microsoft.com...
> Hi,
> I am using form authentiacation.
> everything is o.k with ReportServer browser i am able to loging on and
> running the reports.
> But when i am using the same username and password at the time of
> producing reports to ReporServer it is not working.
> why it is happenning?where i did mistake ?
> And also while i am tring to open my ReportManager browser it is saying
> like
> "The request failed with HTTP status 401: Access Denied. "
> plz anybody can help me
> thanks
>
>|||Lukasz,
If Simmi is using Forms Auth he needs to authenticate using LogonUser ;-)
Something like:
ReportingServiceProxy.LogonUser(uid,pwd, null);
Simmi, you also should be able to debug the authentication process. The
forms auth white paper shows you how to do this...
--
Adrian M.
MCP
"Lukasz Pawlowski [MSFT]" <lukaszp@.online.microsoft.com> wrote in message
news:eRDBVQHGFHA.2568@.TK2MSFTNGP10.phx.gbl...
> Are you creating a network credential object on your connection to report
> server? This might help:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnetnetworkcredentialclasstopic.asp
> -Lukasz
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "simmi" <simmi@.discussions.microsoft.com> wrote in message
> news:CED09F88-47B4-4630-804D-13358616645F@.microsoft.com...
>> Hi,
>> I am using form authentiacation.
>> everything is o.k with ReportServer browser i am able to loging on and
>> running the reports.
>> But when i am using the same username and password at the time of
>> producing reports to ReporServer it is not working.
>> why it is happenning?where i did mistake ?
>> And also while i am tring to open my ReportManager browser it is saying
>> like
>> "The request failed with HTTP status 401: Access Denied. "
>> plz anybody can help me
>> thanks
>>
>|||Hi,
in MSDN the author said enter ur username and password in "UILogon.aspx"
right?
i could't get where i have to add those.
and one question is should i have adminstrative privillages on IIS for this?
Thanks!
"Adrian M." wrote:
> Lukasz,
> If Simmi is using Forms Auth he needs to authenticate using LogonUser ;-)
> Something like:
> ReportingServiceProxy.LogonUser(uid,pwd, null);
> Simmi, you also should be able to debug the authentication process. The
> forms auth white paper shows you how to do this...
> --
> Adrian M.
> MCP
> "Lukasz Pawlowski [MSFT]" <lukaszp@.online.microsoft.com> wrote in message
> news:eRDBVQHGFHA.2568@.TK2MSFTNGP10.phx.gbl...
> > Are you creating a network credential object on your connection to report
> > server? This might help:
> >
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnetnetworkcredentialclasstopic.asp
> >
> > -Lukasz
> >
> >
> > --
> > This posting is provided "AS IS" with no warranties, and confers no
> > rights.
> >
> >
> >
> > "simmi" <simmi@.discussions.microsoft.com> wrote in message
> > news:CED09F88-47B4-4630-804D-13358616645F@.microsoft.com...
> >> Hi,
> >> I am using form authentiacation.
> >> everything is o.k with ReportServer browser i am able to loging on and
> >> running the reports.
> >> But when i am using the same username and password at the time of
> >> producing reports to ReporServer it is not working.
> >>
> >> why it is happenning?where i did mistake ?
> >>
> >> And also while i am tring to open my ReportManager browser it is saying
> >> like
> >>
> >> "The request failed with HTTP status 401: Access Denied. "
> >>
> >> plz anybody can help me
> >>
> >> thanks
> >>
> >>
> >>
> >
> >
>
>

No comments:

Post a Comment