Permission required to execute a DTS package from ASP.NET applicatio?!!
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
.
Relevant Pages
- Permission required to execute a DTS package from ASP.NET app
... 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 ... step before calling the package I get the IDENTITY of the current security ... (microsoft.public.dotnet.framework.aspnet) - Re: Permission required to execute a DTS package from ASP.NET app
... > because of permission issue I canot run the package within the sql ... > can execute te package.one step before calling the package I get the ... > and I'm using IntegratedSecurity to call the DTS package.I'm also ... (microsoft.public.dotnet.framework.aspnet) - Version Issue Calling One DTS Package From Another
... I have a DTS package that in some cases is calling another ... hoping for an automatic fix. ... (microsoft.public.sqlserver.dts) - Remote Access Configuration Errors
... Calling CRRASCommit::ValidatePropertyBag ... Reading VPN Server Name returned OK ... Running IExpress to build the package returned OK ... Modifying client setup config.dat for provisioning returned OK ... (microsoft.public.windows.server.sbs) - Re: importing xls file - different attempt - one result....
... Why not use the wizard to create the exact DTS package you need to import XLS files? ... Dim oConnection as DTS.Connection2 ... Dim oColumn As DTS.Column ... (microsoft.public.sqlserver.dts) |
|