dbTalk Databases Forums  

Distribute DTS files in new environment

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


Discuss Distribute DTS files in new environment in the microsoft.public.sqlserver.dts forum.



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

Default Distribute DTS files in new environment - 10-15-2004 , 07:28 AM






hi,

I follow www.sqldts.com/default.aspx?225 to setup my client environment.
And I use DTSBulkExport that I download from www.sqldts.com to export data ,
it looks fine when I execute my package within a SQL SERVER and AS
environment.

But I got below error while executing the same package.

DTSRun OnError: ExportData_Step , Error = -2147219504 ( 800407D0)
Error string : BulkExport_P_Step: Class: DTSBulkExport
Source: GetSQLServer
Error Number: 429
Error Description: ActiveX component can't create object
Error Source: DTSBulkExport
Help file:
Help Context: 0

Any ideas is very appreciated.

Thans.





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

Default Re: Distribute DTS files in new environment - 10-16-2004 , 03:45 AM






The DTS Bulk Export task is not included with DTS it is a custom task.

It would seem you have not registered the component

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"Steffi" <steffibev (AT) hotmail (DOT) com> wrote

Quote:
hi,

I follow www.sqldts.com/default.aspx?225 to setup my client environment.
And I use DTSBulkExport that I download from www.sqldts.com to export data
,
it looks fine when I execute my package within a SQL SERVER and AS
environment.

But I got below error while executing the same package.

DTSRun OnError: ExportData_Step , Error = -2147219504 ( 800407D0)
Error string : BulkExport_P_Step: Class: DTSBulkExport
Source: GetSQLServer
Error Number: 429
Error Description: ActiveX component can't create object
Error Source: DTSBulkExport
Help file:
Help Context: 0

Any ideas is very appreciated.

Thans.







Reply With Quote
  #3  
Old   
Steffi
 
Posts: n/a

Default Re: Distribute DTS files in new environment - 10-17-2004 , 09:32 PM



hi,
I have install DTSBulkExport , and still doesn't work.
Any other ideas ?
Thanks.

Quote:
The DTS Bulk Export task is not included with DTS it is a custom task.

It would seem you have not registered the component

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"Steffi" <steffibev (AT) hotmail (DOT) com> wrote in message
news:ed1YNKrsEHA.3740 (AT) tk2msftngp13 (DOT) phx.gbl...
hi,

I follow www.sqldts.com/default.aspx?225 to setup my client environment.
And I use DTSBulkExport that I download from www.sqldts.com to export
data
,
it looks fine when I execute my package within a SQL SERVER and AS
environment.

But I got below error while executing the same package.

DTSRun OnError: ExportData_Step , Error = -2147219504 ( 800407D0)
Error string : BulkExport_P_Step: Class: DTSBulkExport
Source: GetSQLServer
Error Number: 429
Error Description: ActiveX component can't create object
Error Source: DTSBulkExport
Help file:
Help Context: 0

Any ideas is very appreciated.

Thans.









Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default c Distribute DTS files in new environment - 10-18-2004 , 04:03 PM



The bulk export task is a wrapper around the SQL-DMO BulkCopy object, so
it requires SQL-DMO to be installed locally on the machine that executes
the package.

Checkout Redist.txt on the SQL CD for info on distributing SQLDMO, or
just install the SQL Client Tools.




In message <ukU7IrLtEHA.2804 (AT) TK2MSFTNGP14 (DOT) phx.gbl>, Steffi
<steffibev (AT) hotmail (DOT) com> writes
Quote:
hi,
I have install DTSBulkExport , and still doesn't work.
Any other ideas ?
Thanks.

The DTS Bulk Export task is not included with DTS it is a custom task.

It would seem you have not registered the component

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


"Steffi" <steffibev (AT) hotmail (DOT) com> wrote in message
news:ed1YNKrsEHA.3740 (AT) tk2msftngp13 (DOT) phx.gbl...
hi,

I follow www.sqldts.com/default.aspx?225 to setup my client environment.
And I use DTSBulkExport that I download from www.sqldts.com to export
data
,
it looks fine when I execute my package within a SQL SERVER and AS
environment.

But I got below error while executing the same package.

DTSRun OnError: ExportData_Step , Error = -2147219504 ( 800407D0)
Error string : BulkExport_P_Step: Class: DTSBulkExport
Source: GetSQLServer
Error Number: 429
Error Description: ActiveX component can't create object
Error Source: DTSBulkExport
Help file:
Help Context: 0

Any ideas is very appreciated.

Thans.








--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.