dbTalk Databases Forums  

Error 429 using DTS in VB6

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


Discuss Error 429 using DTS in VB6 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael D. Murphy
 
Posts: n/a

Default Error 429 using DTS in VB6 - 08-05-2003 , 10:20 AM






Hi,
Any pointers on identifying the Error 429 (can't create ActiveX Object) in
my tiny VB app that simply uses a DTS object to remotely upload Access2000
data to a SQLServer2000 database. In house (developement machines) there is
no problem running the utility. When installed on target box, it seems the
Access2000 preparation for the export works just fine--it's when the box
tries to connect with the remote SQLServer that the error is thrown.
Thanks in advance for anything you can do to help me identify this problem.
Michael Murphy
954-452-1047



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

Default Re: Error 429 using DTS in VB6 - 08-06-2003 , 01:36 AM






Is it the DTS Package object that it cannot create ?

You will need to register the DTS dlls on each client

Redistributing DTS with your program
http://www.sqldts.com/default.aspx?6,105,225,0,1

--

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



"Michael D. Murphy" <mdmurphy (AT) scs-techresources (DOT) com> wrote

Quote:
Hi,
Any pointers on identifying the Error 429 (can't create ActiveX Object) in
my tiny VB app that simply uses a DTS object to remotely upload Access2000
data to a SQLServer2000 database. In house (developement machines) there
is
no problem running the utility. When installed on target box, it seems the
Access2000 preparation for the export works just fine--it's when the box
tries to connect with the remote SQLServer that the error is thrown.
Thanks in advance for anything you can do to help me identify this
problem.
Michael Murphy
954-452-1047





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

Default Re: Error 429 using DTS in VB6 - 08-06-2003 , 03:03 PM



In article <eSrZcU#WDHA.2568 (AT) tk2msftngp13 (DOT) phx.gbl>, Allan Mitchell
<allan (AT) no-spam (DOT) sqldts.com> writes
Quote:
Is it the DTS Package object that it cannot create ?

You will need to register the DTS dlls on each client

Redistributing DTS with your program
http://www.sqldts.com/default.aspx?6,105,225,0,1

snip


"Michael D. Murphy" <mdmurphy (AT) scs-techresources (DOT) com> wrote in message
news:eY66VV2WDHA.1748 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Hi,
Any pointers on identifying the Error 429 (can't create ActiveX Object) in
my tiny VB app that simply uses a DTS object to remotely upload Access2000
data to a SQLServer2000 database. In house (developement machines) there
is
no problem running the utility. When installed on target box, it seems the
Access2000 preparation for the export works just fine--it's when the box
tries to connect with the remote SQLServer that the error is thrown.
Thanks in advance for anything you can do to help me identify this
problem.
Michael Murphy
954-452-1047

I would also recommend you improve the error handling to help you
identify exactly where the error occurred. Information such as the line
is really useful when trying to track down and error when you cannot
debug interactively. Add some line numbers and use Erl to return it to
your error handler. There are plenty of VB add-ins out that that can be
used to manage line numbering.

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




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.