dbTalk Databases Forums  

SQL--> UDB Driver Not Capable

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


Discuss SQL--> UDB Driver Not Capable in the microsoft.public.sqlserver.dts forum.



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

Default SQL--> UDB Driver Not Capable - 10-20-2003 , 08:05 AM






Hello:
I am trying to just copy a table from sql server 8.0 to UDB.
The table is simple, 3 columns, as listed here:
[Field1] [decimal](4, 0) NOT NULL ,
[Field2] [int] NOT NULL ,
[Field3] [decimal](3, 0) NULL
The table in UDB is identical.
The transformation is just a straight Copy Column...nothing fancy.
When I run the package this is what I get:
Error at Destination for Row number 1. Errors encountered so far in this
task: 1.

Error Source: Microsoft OLE DB Provider for ODBC Drivers
Error Description:[IBM][CLI Driver] CLI0150E Driver not capable.
SQLSTATE=S1C00

Any help is greatly appreciated.

Joe



Reply With Quote
  #2  
Old   
Ryan Waight
 
Posts: n/a

Default Re: SQL--> UDB Driver Not Capable - 10-20-2003 , 11:19 AM






Initially I suggest you have a search on IBM's site and ensure you have the
latest ODBC driver.

To circumvent the problem why not BCP or DTS the data out into a CSV file.
Then import the file on UDB using there data import method

--
HTH
Ryan Waight, MCDBA, MCSE

"Joe Linares" <linaresNOj (AT) aetna (DOT) SPAMcom> wrote

Quote:
Hello:
I am trying to just copy a table from sql server 8.0 to UDB.
The table is simple, 3 columns, as listed here:
[Field1] [decimal](4, 0) NOT NULL ,
[Field2] [int] NOT NULL ,
[Field3] [decimal](3, 0) NULL
The table in UDB is identical.
The transformation is just a straight Copy Column...nothing fancy.
When I run the package this is what I get:
Error at Destination for Row number 1. Errors encountered so far in this
task: 1.

Error Source: Microsoft OLE DB Provider for ODBC Drivers
Error Description:[IBM][CLI Driver] CLI0150E Driver not capable.
SQLSTATE=S1C00

Any help is greatly appreciated.

Joe





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.