Hash file lookup

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
johnorr
Participant
Posts: 5
Joined: Sun Sep 12, 2004 2:24 pm

Hash file lookup

Post by johnorr »

We are running a hash lookup on a flat file which has about 1718 records. When I run the job the following error appears

xfmValidateMerge3C11.QICLINKC1101.hfDSError.lnkProductMissing: DSD.UVOpen Unable to open file hfDSErrorFileC113648.

and in the next event

xfmValidateMerge3C11.LINKC1101.t2_xfm_product: |xfmValidateMerge3C11.LINKC1101.hfDSError.lnkProductMissing: DSD.UVOpen Unable to open file hfDSErrorFileC113648.|

Can some please explain what is the problem and how to troubleshoot it.

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

Post by kcbland »

Your error message is that the hash file, as named, does not exist and could not be opened. The name of your hash file is "hfDSErrorFileC113648" and it exists in your project. You need to verify that whatever job creates this hash file has run and did create the file under the name and metadata you are expecting.
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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Beware that hashed file names not only must be spelled correctly but also are case-sensitive.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rasi
Participant
Posts: 464
Joined: Fri Oct 25, 2002 1:33 am
Location: Australia, Sydney

Post by rasi »

If you had created the hash file in a directory then make sure you specify the directory correctly.

Thanks
Siva
Post Reply