Page 1 of 1

ds_uvopen()-unable to read file header

Posted: Thu Jun 26, 2008 7:35 am
by PRIYARAJ
Hi All,

The job aborted with warning "ds_uvopen()-unable to read file header ".The source for this job is Sequential file.I believe the issue is with files.Can anyone please help.?This happenend in production.

Posted: Thu Jun 26, 2008 7:42 am
by chulett
The full error message will tell you what stage this is coming from, could be sequential or a hashed file. Also try searching the forums for "unable to read file header", there are a couple of other posts out there on the subject.

Posted: Thu Jun 26, 2008 4:09 pm
by ray.wurlod
It suggests to me that you're trying to read a sequential file with a hashed file stage. The ds_uvopen() function relates only to a Hashed File stage. If you had been using a Sequential File stage the function would have been DSD.SeqOpen().