ds_uvput() - Write failed for record id '<Missing or NULL

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
SonShe
Premium Member
Premium Member
Posts: 65
Joined: Mon Aug 09, 2004 1:48 pm

ds_uvput() - Write failed for record id '<Missing or NULL

Post by SonShe »

I get the warning message ds_uvput() - Write failed for record id '<Missing or NULL>'. In this job I have a hash file as the input, a hash file being used for lookup and then another hash file to write the data. I have about 4000 rows in the input. The lookup criteria is satisfied by about 250 records. I don't have any constraint to drop records when not found in the look up. But I am loosing records!

Please help me understand what is the warning message trying to say.

Thanks for help
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You are writing records with null key fields to a hash file, and that is a Bad Thing.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply