Unable to open Hash File

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
vardhan354
Participant
Posts: 76
Joined: Wed Jan 25, 2006 6:42 pm

Unable to open Hash File

Post by vardhan354 »

Hi folks,

Im trying to run an etl job which uses the hashed file as lookups.These files are located in /u02/HashFiles.
The jobs runs successfully for one run and some time the job gets aborted becoz of the following error.
DSD.UVOpen Unable to open file '/u02/HashFiles/yyyyyy.
Could any one help to get rid of this error.

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

Post by kcbland »

Are sure the files exist?
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
vardhan354
Participant
Posts: 76
Joined: Wed Jan 25, 2006 6:42 pm

Post by vardhan354 »

Yes...I could see those files in that directory.....
ETL
kris007
Charter Member
Charter Member
Posts: 1102
Joined: Tue Jan 24, 2006 5:38 pm
Location: Riverside, RI

Post by kris007 »

Are you using the same hashed file in any other Jobs?
Do you have any Job which writes data to this hashed file?
If so, do you select the Option "delete before create" or "Clear before writing" action?
Kris

Where's the "Any" key?-Homer Simpson
vardhan354
Participant
Posts: 76
Joined: Wed Jan 25, 2006 6:42 pm

Post by vardhan354 »

Hey Kris....
Your are right....there was one job going in parallel which is writing into the hashfile.So I just changed the execution order.Now it is working fine.
Some times,small things will effect everything.................. :idea:
Thanks... :lol:
ETL
Post Reply