DB2 Connector

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
naveen.p
Participant
Posts: 55
Joined: Sat Nov 21, 2009 5:19 am
Location: Chennai

DB2 Connector

Post by naveen.p »

Hi Experts,

Please help me with this weird scenario.

We are trying to load data from complex flat file to DB2 Table and we use DB2 Connector Stage with Update and Insert option.

There were 97 records as input but unable to find these records in the table.

There are no log information too.

Thanks,
Naveen
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Did you run the job? (Have to ask.)
Did the job itself report row counts into the DB2 Connector?
If 0, is there a constraint in the Transformer stage that might prevent the rows from being sent (I'm assuming here that you have a Transformer stage)?
Do you have a reject link for the DB2 Connector stage?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
naveen.p
Participant
Posts: 55
Joined: Sat Nov 21, 2009 5:19 am
Location: Chennai

Post by naveen.p »

Hi Ray,

Yes. Job ran successfully with no warnings.

DB2 Connector log information

Input 0 consumed 97 records.
Number of records inserted : 0
Number of records deleted : 0
Number of records updated : 0
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Back to Ray's questions: any Transformer constraint or DB2 reject link?
Choose a job you love, and you will never have to work a day in your life. - Confucius
naveen.p
Participant
Posts: 55
Joined: Sat Nov 21, 2009 5:19 am
Location: Chennai

Post by naveen.p »

Sorry...I missed that question.

There is no constraint before the data is loaded.

There is no reject link in DB2 connector stage.
vinothkumar
Participant
Posts: 342
Joined: Tue Nov 04, 2008 10:38 am
Location: Chennai, India

Post by vinothkumar »

Can you see all records are passing to target in your designer window(through performace stats) . If yes, add a reject link to target connector stage and check. Also check in director log for any messages related to rejects.
Post Reply