![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When I try to execute the DTS package from ASP Page , it gives the follwing error: 0-2147220440Package failed because Step 'DTSStep_DTSDataPumpTask_1' failed. But it runs fine from EM Thanks in advance. |
#3
| |||
| |||
|
|
-----Original Message----- Make sure your not using Windows Integrated Security in your package unless your impersonating users in your asp application... "Aparna" <nandi_aparna (AT) yahoo (DOT) com> wrote in message news:25d001c49cda$56f2e8e0$a401280a (AT) phx (DOT) gbl... When I try to execute the DTS package from ASP Page , it gives the follwing error: 0-2147220440Package failed because Step 'DTSStep_DTSDataPumpTask_1' failed. But it runs fine from EM Thanks in advance. . |
#4
| |||
| |||
|
|
Can U pls explain it in detail. Thanks,Aparna -----Original Message----- Make sure your not using Windows Integrated Security in your package unless your impersonating users in your asp application... "Aparna" <nandi_aparna (AT) yahoo (DOT) com> wrote in message news:25d001c49cda$56f2e8e0$a401280a (AT) phx (DOT) gbl... When I try to execute the DTS package from ASP Page , it gives the follwing error: 0-2147220440Package failed because Step 'DTSStep_DTSDataPumpTask_1' failed. But it runs fine from EM Thanks in advance. . |
#5
| |||
| |||
|
|
-----Original Message----- In article <352401c49d00$3df0f960$a601280a (AT) phx (DOT) gbl>, Aparna wrote: Can U pls explain it in detail. Thanks,Aparna -----Original Message----- Make sure your not using Windows Integrated Security in your package unless your impersonating users in your asp application... "Aparna" <nandi_aparna (AT) yahoo (DOT) com> wrote in message news:25d001c49cda$56f2e8e0$a401280a (AT) phx (DOT) gbl... When I try to execute the DTS package from ASP Page , it gives the follwing error: 0-2147220440Package failed because Step 'DTSStep_DTSDataPumpTask_1' failed. But it runs fine from EM Thanks in advance. . The error suggests that the datapump fails and because you are calling the package from ASP then it suggests the security account with which you are connecting to the datasources in your package is set to use Windows authentication and that this then uses the ASP account. http://support.microsoft.com/?kbid=252987 Execute a package from Active Server Pages (ASP) (http://www.sqldts.com/default.aspx?207) -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.konesans.com - Consultancy from the people who know . |
![]() |
| Thread Tools | |
| Display Modes | |
| |