Constraints for a link

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
nkln@you
Premium Member
Premium Member
Posts: 271
Joined: Wed Nov 17, 2004 5:15 am
Location: US

Constraints for a link

Post by nkln@you »

I have given a constarint fro a link and when the job ran , 2 rows went through that link out of 4 rows. Then , when i removed the link, saved the job and ran the job again. Then also only 2 rows went through it, though i removed constraint.



What is the reason for this . How to rectify this.


Thanks in advance.
Aim high
nkln@you
Premium Member
Premium Member
Posts: 271
Joined: Wed Nov 17, 2004 5:15 am
Location: US

Post by nkln@you »

Sorry, the OS is Windows , but not Unix.
Aim high
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post by WoMaWil »

Difficult to answer without knowing precicely what you do and without knowing precicely how you messure your rownumbers.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Probably your target rejected two of the four rows, maybe due to a primary key unique constraint violation. What do your four rows of data look like?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
What is the selection creteria and transformations you are using?
Can you give us some sample of data you use?

Ketfos
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

Step through it in debug mode from within the Designer, you can watch each row going through. Usually if you lose rows you get warning messages in your job log.
Post Reply