dbTalk Databases Forums  

DTS EXECUTION ERROR

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS EXECUTION ERROR in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Aparna
 
Posts: n/a

Default DTS EXECUTION ERROR - 09-17-2004 , 12:18 PM






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.



Reply With Quote
  #2  
Old   
alien2_51
 
Posts: n/a

Default Re: DTS EXECUTION ERROR - 09-17-2004 , 04:32 PM






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

Quote:
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.





Reply With Quote
  #3  
Old   
aparna
 
Posts: n/a

Default Re: DTS EXECUTION ERROR - 09-17-2004 , 04:49 PM



Can U pls explain it in detail.
Thanks,Aparna
Quote:
-----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.




.


Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS EXECUTION ERROR - 09-18-2004 , 05:40 AM



In article <352401c49d00$3df0f960$a601280a (AT) phx (DOT) gbl>, Aparna wrote:
Quote:
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





Reply With Quote
  #5  
Old   
aparna
 
Posts: n/a

Default Re: DTS EXECUTION ERROR - 09-20-2004 , 11:20 AM




I am using udl files for datasource connectivity
for the package and it is not using windows
authentication.Also removed windows integrated
authentication checkbox from iis.Still Failing




Quote:
-----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



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.