![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When loading a package from within an ActiveX script using the following code: 'Connect to DTS Package Set oPackage = CreateObject("DTS.Package2") oPackage.LoadFromSQLServer ServerName, "********", "******", 0, , , , "DW_Copy_Table" I get the following error message: Step Error Source: Microsoft Data Transformation Services (DTS) Package Step Error Description:Not implemented Step Error code: 80074001 Step Error Help File:sqldts80.hlp Step Error Help Context ID:4500 This error only occurs when I execute the package. If I execute the activex step by itself it works fine. I am running SQLServer 2000 with Service Pack 3 on an XP Pro Box conneected to a Windows 2003 server. Can anyone please tell me what this message number relates to. Thanks in advance Darren Morrow |
#3
| |||
| |||
|
|
-----Original Message----- What happens if you use the Package object not the Package2 object? -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Darren Morrow" <anonymous (AT) discussions (DOT) microsoft.com wrote in message news:03c401c3aca5$4d40f5b0$a101280a (AT) phx (DOT) gbl... When loading a package from within an ActiveX script using the following code: 'Connect to DTS Package Set oPackage = CreateObject("DTS.Package2") oPackage.LoadFromSQLServer ServerName, "********", "******", 0, , , , "DW_Copy_Table" I get the following error message: Step Error Source: Microsoft Data Transformation Services (DTS) Package Step Error Description:Not implemented Step Error code: 80074001 Step Error Help File:sqldts80.hlp Step Error Help Context ID:4500 This error only occurs when I execute the package. If I execute the activex step by itself it works fine. I am running SQLServer 2000 with Service Pack 3 on an XP Pro Box conneected to a Windows 2003 server. Can anyone please tell me what this message number relates to. Thanks in advance Darren Morrow . |
#4
| |||
| |||
|
|
-----Original Message----- What happens if you use the Package object not the Package2 object? -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Darren Morrow" <anonymous (AT) discussions (DOT) microsoft.com wrote in message news:03c401c3aca5$4d40f5b0$a101280a (AT) phx (DOT) gbl... When loading a package from within an ActiveX script using the following code: 'Connect to DTS Package Set oPackage = CreateObject("DTS.Package2") oPackage.LoadFromSQLServer ServerName, "********", "******", 0, , , , "DW_Copy_Table" I get the following error message: Step Error Source: Microsoft Data Transformation Services (DTS) Package Step Error Description:Not implemented Step Error code: 80074001 Step Error Help File:sqldts80.hlp Step Error Help Context ID:4500 This error only occurs when I execute the package. If I execute the activex step by itself it works fine. I am running SQLServer 2000 with Service Pack 3 on an XP Pro Box conneected to a Windows 2003 server. Can anyone please tell me what this message number relates to. Thanks in advance Darren Morrow . |
![]() |
| Thread Tools | |
| Display Modes | |
| |