If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Writing to DB2 table from SSIS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-19-11, 08:25
maxwellhouse maxwellhouse is offline
Registered User
 
Join Date: Oct 2010
Posts: 8
Writing to DB2 table from SSIS

Let me first start off by saying that I know this is a DB2 forum. My issue has to do with DB2 and SSIS. Specifically....... I can't seem to write to a DB2 table from within SSIS, even thought I can connect to it and manually insert records via SQL.

Details: Within SSIS, I can connect to the DB2 table which I want to populate. I can see all the tables which I have to work with, and can select the specific table needed.

However, the package fails when it runs that step.

Almost like it is a DB2 security issue. The odd thing, I can insert records directly into the DB2 table using a SQL statement externall to SSIS.

The same credentials are being used for this SQL statement and the connection manager in SSIS.....

Do you think the issue is with the package or with security on DB2.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On