log 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
kimbal
Participant
Posts: 21
Joined: Wed Nov 22, 2006 12:21 pm

log error

Post by kimbal »

My requirement is:
i need to load data from oracle table to hash file(create and then load)

i was using stage variables ( in which i uas using functions like NullToZero() and CRC32() ) in the transformer

and i get this error:
Job stopped - before-job routine returned error:
DSU.InitialHashCreation is not cataloged
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Your 'before job' routine InitialHashCreation doesn't seem to exist. Check to see why. And why you would be calling something before job to create a hashed file is another question - what exactly is it doing for you?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Didn't you like the answer yesterday in the Metadata forum?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Guess not...
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply