hash file update problem

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
kab123
Participant
Posts: 92
Joined: Tue May 18, 2004 4:05 pm

hash file update problem

Post by kab123 »

we have observed a strange behavior where a hash file is not updated properly. Is there a reason why a hash file is not updated properly ?
Ex: we have a row with a key and the other atribute in the row is changed but for some reason, it is not updated in the hash file..does any body have any idea why it happens and what should we do..?
Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Make very sure that your hashed file metadata are 100% correct. Hashed files are navigated by position of the field in the record, not by column name. Examine the Position field in the Columns grid.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kab123
Participant
Posts: 92
Joined: Tue May 18, 2004 4:05 pm

Post by kab123 »

This file has been in place for years..it is not changed at all..
Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In that case there's a problem in the logic of your job design, or errors are occurring about which you have not informed us but which would be logged.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply