Unable to open the operating system file in DS7.1 server

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
cse_gopu
Participant
Posts: 5
Joined: Fri Oct 13, 2006 8:30 pm

Unable to open the operating system file in DS7.1 server

Post by cse_gopu »

Hi,

I am getting the following error in one of the jobs in a sequence. It uses hash files for lookup and uses a routine "KeyMgtGetNextValueConcurrent" for generating the sequence id.

DataStage Job 900 Phantom 10066
Program "JOB.899565225.DT.1497458585.TRANS1": Line 363, Unable to open the operating system file "RT_BP900.O/DSX.KEYMGTGETNEXTVALUECONCURRENT".
[ENOENT] No such file or directory
Program "JOB.899565225.DT.1497458585.TRANS1": Line 363, Unable to load file "DSX.KEYMGTGETNEXTVALUECONCURRENT".
Program "JOB.899565225.DT.1497458585.TRANS1": Line 363, Unable to load subroutine.
Attempting to Cleanup after ABORT raised in stage jbSalesLeadRefHashAccount..xForm
DataStage Phantom Aborting with @ABORT.CODE = 3


Could you please help me here?

Thanks,
Gopu
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

It looks like the routine is not catalogued. If you go to your designer and look at the sdk routines you should be able to find it - perhaps it is miss-spelled in the job?
cse_gopu
Participant
Posts: 5
Joined: Fri Oct 13, 2006 8:30 pm

Post by cse_gopu »

Hi,
Thanks for your reply. The same job is running fine in Development but not in PRODUCTION.
Can you please advise me on how we can resolve this issue?

Thanks,
Gopu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Re-compile the routine in production.

This is the SDK routine KeyMgtGetNextValueConcurrent.
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