Thanks Scott. This was very helpful; from seeing the login failures, it looks
like I am fighting a problem with authentication.
I am have a data source that connects to the analysis server. It works great
"Scott Allen" wrote:
> Hi bill:
>
> One step I take in debugging issues like this is to enable security
> auditing, especially failed logins.
>
> Sometimes in a server environment with impersonation and delegation
> and multiple hops I get suprised by the result of who the servers are
> actually seeing logging in.
>
> Keith Brown's book has a section on turning on auditing:
>
http://pluralsight.com/wiki/default.aspx/Keith.GuideBook.HowToEnableAuditing
>
> --
> Scott
>
http://www.OdeToCode.com >
> On Sat, 7 Aug 2004 17:45:02 -0700, "bill"
> <bill@discussions.microsoft.com> wrote:
>
> >Trying to call the Render method from an ASP page.
> >
> >- Report opens fine with ReportServer Manager
> >- ReportServer is on the same machine as IIS
> >- Have set <identity impersonate="true" /> in Web.Config
> >- Setting Creditials via: rService.Credentials =
> >System.Net.CredentialCache.DefaultCredentials;
> >- SQL Server set for MixedMode
> >- Have tried adding ASPNET user to ReptSvcs (makes no difference)
> >
> >Get '401: Access Denied' everytime when calling rService.Render()
> >
> >Any suggestions would be greatly appreciated!
> >
> >
>