![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, I have to steps in DTS which I want to run in indeterminate loop. DTSStep_DTSActiveScriptTask_1 DTSStep_DTSActiveScriptTask_2 In DTSStep_DTSActiveScriptTask_2, Though VB Script in Main() I am trying to execute DTSStep_DTSActiveScriptTask_1 Set oPkg = DTSGlobalVariables.Parent Set oStep = oPkg.Steps("DTSStep_DTSActiveScriptTask_1") oPkg.Steps("DTSStep_DTSActiveScriptTask_1").Execut ionStatus = DTSStepExecStat_ExecuteTask but its throwing error "Invalid step status" How to execute DTSStep_DTSActiveScriptTask_1 on completion of DTSStep_DTSActiveScriptTask_2. I don;t want to use workflow. Regards Abhijeet |
![]() |
| Thread Tools | |
| Display Modes | |
| |