Hello,
I'd like to change steps name with an activex script (visual basic activex). I have used the following code but the problem is I obtain error message when i try to open the step. The message is "Unable to find step" (with the old name).
Here is my code :
Dim oPkg, s
Set oPkg = DTSGlobalVariables.Parent
for each s in oPkg.steps
s.Properties("Name").Value="Exec Package "+s.Properties("Description").Value
next
Thanks for ur help!
I'd like to change steps name with an activex script (visual basic activex). I have used the following code but the problem is I obtain error message when i try to open the step. The message is "Unable to find step" (with the old name).
Here is my code :
Dim oPkg, s
Set oPkg = DTSGlobalVariables.Parent
for each s in oPkg.steps
s.Properties("Name").Value="Exec Package "+s.Properties("Description").Value
next
Thanks for ur help!