dbTalk Databases Forums  

Unknown Error Code (80074001)

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Unknown Error Code (80074001) in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Darren Morrow
 
Posts: n/a

Default Unknown Error Code (80074001) - 11-16-2003 , 06:54 PM






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


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Unknown Error Code (80074001) - 11-16-2003 , 08:06 PM






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

Quote:
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




Reply With Quote
  #3  
Old   
 
Posts: n/a

Default Re: Unknown Error Code (80074001) - 11-16-2003 , 08:26 PM



we get the exactly the same error message...

the problem does not appear to be with the line itself as
the code executes fine when we execute just the step. it
is when we run the package that we get this error message -
which means that executing a step is different to
executing a package - but what?


Quote:
-----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



.


Reply With Quote
  #4  
Old   
 
Posts: n/a

Default Re: Unknown Error Code (80074001) - 11-16-2003 , 09:14 PM



weve just solved it

went to your web site and did a search on that error code
in the google groups...

apparently you need to go to each steps workflow
properties/options tab and ensure that "execute on main
package thread" is checked...

thats fine and makes sense - would be nice if the error
message actually said that rather than "not implemented" -
which is actually referring to the error number not being
implemented...

mark.




Quote:
-----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



.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.