Page 1 of 1

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

Posted: Wed Jan 18, 2006 3:00 am
by suresh.narasimha
Hi EveryBody

Please help me fast.

My job is taking input from 30 hash files and output to 7sequential files and 2 hash files .these 2 hash files give output to 2 db2 stages.

My job is generating warnings while it loads into one of the last two files and the warning message is

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

i don't understand what this is...

Posted: Wed Jan 18, 2006 3:19 am
by loveojha2
Looks like a key column into the Hashed file that should be not null is getting a NULL value.

Hey Thanks Very Much !!

Posted: Wed Jan 18, 2006 3:39 am
by suresh.narasimha
Hey Thanks Very Much !!

Ur correct .The problem was with the NULL field .

I gave Not IsNull to eliminate that.

Anyhow thanks for ur response.



Suresh N

Posted: Wed Jan 18, 2006 3:40 am
by ray.wurlod
A hashed file (note hashed, not hash) is a database table. Primary key values can not be null. Somehow your design seems to be trying to write a null key to a hashed file.

Why do you think you need hashed files between the rest of your design and the DB2 stages?