Re: DTS + ASP.NET
From: Paul Glavich (glav_at_aspalliance.com-NOSPAM)
Date: 03/08/04
- Next message: bob Sterrett: "Re: check a running process, impersonate"
- Previous message: Ram: "Re: logout(without getting page using back button)"
- In reply to: Chamindu R Munasinghe: "DTS + ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 8 Mar 2004 21:42:38 +1100
If I understand you correctly, this problem is because you can not propagate
credentials further than 1 "hop" without explicitly allowing that account to
be delegated AND it only works with kerberos (win2k +). eg. Credentials flow
from clien to web server (where you impersonate), then you are trying to
delegate these credentials to your DTS on another machine (extra hop).
You need to mark that account to enable delegation and it should be ok.
-- - Paul Glavich "Chamindu R Munasinghe" <chamindu@hsenid.lk> wrote in message news:uaC8C6MBEHA.688@tk2msftngp13.phx.gbl... > Hi > I use a aspx page to call a DTS in my application. the application is > configured to use windows authentication and identity impersonation is > turned on. I load the DTS package using windows authentication. The web > application and the database server is on two different machines and the > domain controller ( W2K) is on the web server. when I access the application > from the web server itself it works fine but if I access it from another > machine it gives the error login failed for NT AUTHORITY\ANONYMOUS LOGIN > when I try to load the DTS package. > > > Thanks > Chamindu > >
- Next message: bob Sterrett: "Re: check a running process, impersonate"
- Previous message: Ram: "Re: logout(without getting page using back button)"
- In reply to: Chamindu R Munasinghe: "DTS + ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]