error writing a 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
pkomalla
Premium Member
Premium Member
Posts: 44
Joined: Tue Mar 21, 2006 6:18 pm

error writing a hash file

Post by pkomalla »

While running a job which creates a hash file of data in a oracle table, listener was down.When I restarted the job after solving the problem, I got warning saying write error for each record.

But the job was running fine earlier.

Can anyone help me

thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Copy and paste a warning from the log here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
pkomalla
Premium Member
Premium Member
Posts: 44
Joined: Tue Mar 21, 2006 6:18 pm

Post by pkomalla »

Link: link_name, 0 rows, last error=2006-06-12 08:50:36\job_name..hashfile_name.link_name: WriteHash() - Write failed for record id 'XXXXX'

This is the error format for each record.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Is your disk that the hashed file resides on filling up to 100%?

If not, try making your derivation for the key into OCONV(KeyColumn,'MCP') to replace unprintable characters with a '.' and see if that makes a difference.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is there anything unusual about this hashed file - static hashed, 2GB in size, etc.?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply