May 8, 2008 at 4:21 am
The problem I am having is with a DTS Package and an activex task wriiten in VBScript. When the package gets to the step of the activex task, it just stops and does not run any other tasks. "trm_pdg" is a global boolean. My Code is as follows: -
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************
'main method
Function Main()
'set the trm_head variable to true indicating this file has loaded succesfully
DTSGlobalVariables("trm_pdg").value = True
Main = DTSTaskExecResult_Success
End Function
May 8, 2008 at 12:16 pm
What are the Workflow property settings between your Active X script task and the next task?
Check the Workflow propeties on the next step of the package. Right-click on the task, select Workflow/Workflow Properties. Go to the Options tab and make sure "Disable this step" isn't checked.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply