dbTalk Databases Forums  

SSIS and DB2 Connection

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


Discuss SSIS and DB2 Connection in the microsoft.public.sqlserver.dts forum.



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

Default SSIS and DB2 Connection - 03-21-2006 , 09:01 AM






Hello All,

I'm trying to develop a simple SSIS Package which copies an entire table
from DB2 to SQL Server 2005.

I'm facing with some problems in the DB2 connection. I tried to use both IBM
OLEDB Connection and ODBC and did not had success.
I downloaded the Microsoft OLE DB Provider for DB2 but I did not have
success configuring the connection.
When I try to add a new Connection Manager I got the message:

Test connection failed because of an error in initializing the provider. -
The parameter is incorrect.

Is there any different way to connect to DB2 using a SSIS Package?
Could someone help me on this issue ?

Thank you,
Guber

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: SSIS and DB2 Connection - 03-27-2006 , 01:34 PM






Hello Guber.

We also use DB2 for one major business app.
Some things I did to get past the "parameter is incorrect" stage:

Make sure you visit ALL parts of the Data Source dialog. On the first
screen, I put in the static IP address of the DB2 box, the User name,
Password, and Initial Catalog. Under the Data Links button, I supplied the IP
address again in Data Source, User name, Password, Initial Catalog, and
Package collection. Then, in the Network section near the top, I selected
TCP/IP and click the elipsis (...) and supplied the IP address a third time.

Check to make sure the Initial Catalog, Package Collection, and Default
Schema settings are all correct. I had to check with my DB2 administrator for
that stuff. That was the kicker for me. I think that 'initial catalog' in DB2
lexicon is not the same as it is in other OLE DB sources. "Package
Collection" in DB2 refers to the database name.

Hope this helps.

Todd C

"Guber" wrote:

Quote:
Hello All,

I'm trying to develop a simple SSIS Package which copies an entire table
from DB2 to SQL Server 2005.

I'm facing with some problems in the DB2 connection. I tried to use both IBM
OLEDB Connection and ODBC and did not had success.
I downloaded the Microsoft OLE DB Provider for DB2 but I did not have
success configuring the connection.
When I try to add a new Connection Manager I got the message:

Test connection failed because of an error in initializing the provider. -
The parameter is incorrect.

Is there any different way to connect to DB2 using a SSIS Package?
Could someone help me on this issue ?

Thank you,
Guber

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.