ds_uvput() - Write failed error

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
RaviM
Participant
Posts: 12
Joined: Thu Aug 19, 2004 4:13 pm

ds_uvput() - Write failed error

Post by RaviM »

Hi,

I am getting "ds_uvput() - Write failed" warnings while writing data into hash file. how to solve this.

Thanks in advance
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Don't write to files on a full file system.

Don't write rows to a file with a NULL primary key value.

Don't write rows to a corrupted file.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply