![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a DTS package that loops to update tables from an ODBC datasource to a SQL table. Here is the layout of the package: 1. Look for List of Records to Update (ActiveX Script) 2. Update Record (Transform Data Task) 3. Delete Record from List of Records to update (Execute SQL Task) 4. Loop to step 1 When the recordset is empty in step 1 I do a "Main = DTSTaskExecResult_Failure" to end the DTS package. The problem is that it appears that the job fails when in fact it completed successfully. Is there a way to end the DTS job with a "Success" status from an ActiveX script? or can I use the "On Completion" workflow to follow another path? Does anyone have any ideas? |
![]() |
| Thread Tools | |
| Display Modes | |
| |