Re: Permission required to execute a DTS package from ASP.NET applicatio?!!
- From: "J-T" <JT@xxxxxxxxxx>
- Date: Wed, 13 Jul 2005 09:39:48 -0700
Thanks Jeje,
> have you setup the impersonation in the web.config file?
Yes,I've enabled impersonation in my application and that's why it is under
the security context of my account "Domain\My UserName".
> does SQL server is on the same server as your ASP.net application?
No they are in different boxes!!! I think this is the problem
> do you use NTLM or Basic authentication?
I'm using NTLM (Windows integrated security).
Thanks again
"Jéjé" <willgart@xxxxxxxxxxxxxxxxx> wrote in message
news:uWzExP2hFHA.1968@xxxxxxxxxxxxxxxxxxxxxxx
> does SQL server is on the same server as your ASP.net application?
> do you use NTLM or Basic authentication?
> have you setup the impersonation in the web.config file?
>
> "Ray5531" <Ray5531@xxxxxxxxxxxxx> wrote in message
> news:usCQ510hFHA.1372@xxxxxxxxxxxxxxxxxxxxxxx
>> Hello,
>>
>> I'm calling a DTS package from my asp.net application.Apparently because
>> of permission issue I canot run the package within the sql server
>> ,because when I set it to call a package from my local host it can
>> execute te package.one step before calling the package I get the IDENTITY
>> of the current security context and it is my Domian user name and I'm
>> using IntegratedSecurity to call the DTS package.I'm also memeber of
>> sysadmin rols in Database.Do I have to give it extra permissions?
>>
>> Thasnk
>>
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: how to autogenerate ID field
- Next by Date: RE: DTSRun Call from Unix
- Previous by thread: Re: Permission required to execute a DTS package from ASP.NET applicatio?!!
- Next by thread: Re: Permission required to execute a DTS package from ASP.NET applicatio?!!
- Index(es):
Relevant Pages
|