sequencer fatal timeout error (-14)

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
bonthalaprasad
Premium Member
Premium Member
Posts: 4
Joined: Sun Mar 07, 2004 8:09 pm

sequencer fatal timeout error (-14)

Post by bonthalaprasad »

Have been getting this fatal error message on the new unix server we moved to?

Have monitored this forum for possible solutions and have tried uping the MFILES from 50 to 200 but that has not seemed to work either.

Any suggestions....

Error Message:
XXXMK_job.JobControl (fatal error from DSRunJob): Job control fatal error (-14)
(DSRunJob) Job xxxMK_job1 appears not to have started after 60 secs
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Look at the cpu utilization using prstat on Solaris or top or glance. This is a common issue, discussed at length. There are some adjustments to GLTABSZ and RLTABSZ, MAXRLOCK and UVSYNC that might help, but isn't guaranteed. You'll need to experiment and see what helps, but ultimately, Ascential needs to hear from you.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
bonthalaprasad
Premium Member
Premium Member
Posts: 4
Joined: Sun Mar 07, 2004 8:09 pm

How to find optimal setting for unix server

Post by bonthalaprasad »

kcbland wrote:Look at the cpu utilization using prstat on Solaris or top or glance. This is a common issue, discussed at length. There are some adjustments to GLTABSZ and RLTABSZ, MAXRLOCK and UVSYNC that might help, but isn't guaranteed. You'll need to experiment and see what helps, but ultimately, Ascential needs to hear from you.

Is there a command that can tell what each of these and other parameters can be set to ...
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

It depends on your hardware configuration, memory, etc. That's why I recommended talking to tech support, they can get you setup better.

However, ultimately, the problem is an overloaded server that can't task switch between processes fast enough and thus DS has troubles. Tech support is bound to tell you to monitor your server load and keep it from exceeding certain boundaries for extended periods of time.

Hence the need for intelligent job control with load throttling and process distribution as well as performance monitoring. :wink:
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply