Date column

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
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Well the error states that its violating the primary keys. You are getting a duplicate somewhere. How are you updating the table, are you trying to update one of the keys, like say the Date column. Also when the table contains data and you try to insert a record with allt he same keys present it will throw this warning. You should actually fix this problem and not let it go by unnoticed or you will be missing data.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Post Reply