dbTalk Databases Forums  

DTS doesn't execute properly when called from asp

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


Discuss DTS doesn't execute properly when called from asp in the microsoft.public.sqlserver.dts forum.



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

Default DTS doesn't execute properly when called from asp - 02-07-2005 , 09:39 AM






When I execute a DTS via an ASP page it doesn't execute properly. I am
deleting from some tables and then copying some data from an Access db. It
seems to be coping then deleting rather than the other way round. When I
execute from Enterprise Manager it does things correctly. I am outputting
the steps on the ASP page and backs up the wrong order theory. Any ideas?
Regards. Here is the output.


Copy Data from tbl_Picture to [magnets].[dbo].[tbl_Picture] Step
Copy Data from tbl_ProdGroup to [magnets].[dbo].[tbl_ProdGroup] Step
Copy Data from tbl_ProdType to [magnets].[dbo].[tbl_ProdType] Step
Copy Data from tbl_Product to [magnets].[dbo].[tbl_Product] Step
DTSStep_DTSExecuteSQLTask_1
DTSStep_DTSExecuteSQLTask_2
DTSStep_DTSExecuteSQLTask_3
DTSStep_DTSExecuteSQLTask_4
DTSStep_DTSExecuteSQLTask_5
DTSStep_DTSExecuteSQLTask_6
DTSStep_DTSExecuteSQLTask_7
DTSStep_DTSDataPumpTask_1
DTSStep_DTSDataPumpTask_2
DTSStep_DTSExecuteSQLTask_8
DTSStep_DTSExecuteSQLTask_9



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.