Job getting aborted due to internal error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
atul sharma
Premium Member
Premium Member
Posts: 17
Joined: Thu Jun 30, 2005 6:52 am
Location: United States
Contact:

Job getting aborted due to internal error

Post by atul sharma »

Hi All

One of our production job gets aborted once in a week with the below error message.

Parallel job reports failure (code Internal error - missing script file RT_SC690/OshExecuter.sh)

please could you guide me why it happens as out of 1 out of 50 runs this thing happens.

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

Post by ArndW »

Does the error always refer to the same file and have you checked to make sure that the file is actually there (if yes, what is the date/time stamp on it - i.e. has it just recently been created or is it from days ago?). Does it always abort on the same or similar parameter values? Is there any rule or logic you can think of that might differentiate a "good" with a "failed" run? Does a reset of the job give you any additional information in the log file?
atul sharma
Premium Member
Premium Member
Posts: 17
Joined: Thu Jun 30, 2005 6:52 am
Location: United States
Contact:

Post by atul sharma »

Hi Arnd

The file is created run time and it may or may not get created depending upon certain validations.

But We do have this kind of error for few more jobes these are listed below

Internal error - missing script file RT_SC737/OshExecuter.sh

internal error-missing script file RT_SC8741 oshExecute.sh

internal error-missing script file RT_SC882 oshExecute.sh


This fatal error which aborts the job is not common, but do occurs.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I'm not at a PX station right now, but I find it odd that in two cases you don't have a valid path to the file (missing "/"),
internal error-missing script file RT_SC8741 oshExecute.sh
atul sharma
Premium Member
Premium Member
Posts: 17
Joined: Thu Jun 30, 2005 6:52 am
Location: United States
Contact:

Post by atul sharma »

Probably I missed the "/ " while copying

Is there any specific reason why such a thing happens and that too inconsistently.

When and why are these scripts called upon

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

Post by ArndW »

I'm fairly certain that this script gets generated at compile-time; so it should not sometimes be available and at other runs not be found. That is why I was wondering what your date/time stamp for that file is.
Post Reply