data insert issue

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
hargun
Participant
Posts: 188
Joined: Mon May 16, 2011 7:41 pm
Location: United States

data insert issue

Post by hargun »

hi.,

My jos update design is

seq file...........>Xfm......>odbcd(db2)

when i run the job and doing upsert(update only)

when the job run first it update but when it run again it update 0 records.

Job run fine without any error and warning.

could you please tell what would be the issue

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

Post by ray.wurlod »

How do you know that the second run updated 0 records?

What were the row counts on each link on the second run?

Does the Transformer stage have a constraint expression? Was it the same source file on both runs?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Re: data insert issue

Post by SURA »

Information is not enough to help is my personal view.

DS User
hargun
Participant
Posts: 188
Joined: Mon May 16, 2011 7:41 pm
Location: United States

Post by hargun »

hi ray,

i check the target database from there and even log showing 0 records updated
Post Reply