DS 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
shiva459
Premium Member
Premium Member
Posts: 100
Joined: Wed Jun 11, 2003 1:49 am
Location: Bangalore

DS Error

Post by shiva459 »

Hi all,

I have a Exec TCL command in the before job routine in job properties which clears the hash file.But for some reasons I am getting the DSU.ExecTCL is not cataloged error and job is getting aborted.

This job was working fine in other environments but for some strange reson started giving problems.

Please let me know if any one got this error before.

Thanks
S
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

For some reason that project is messed up. I would call ASCL support.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Try this from a TCL command prompt.

Code: Select all

CATALOG DSU_BP DSU.ExecTCL LOCAL
Provided that DSU.ExecTCL still exists in DSU_BP.O this should fix your problem.

Otherwise, there are deficiencies in this particular project installation. If it's only DSU_BP.O/DSU.ExecTCL you may be able to copy this file from a different project. But can you be sure that it's only this one?
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