Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Custom Task execution prob in MSDE.

Status
Not open for further replies.

LotusEater

Programmer
May 8, 2002
5
0
0
AU

DTS Objects in use:
DTS.Package
DTS.Connection
DTS.Step
DTS.Task
DTS.DataPumpTask
DTS.Transformation
DTS.Lookup
DTSPump.DTSTransformScriptProperties
I built a DTS Custom Task using VB ActiveX Scripting utilising the above DTS objects in VB6.
A custom task is added to the DataPumpTask to a monitor (a DLL that implements the Custom Task interface) that monitors progress/transforms and reports errors via GlobalVariables etc.
Development was on SQL Server 7.0
When it came to implementing the app on machines with MSDE, the great "Unspecified Error" appeared when trying to execute the Custom Task ie objPackage.Execute.
Does anyone have any ideas why the Custom Task won't execute on MSDE but is ok in my development IDE?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top