Datastage Repository interface errror

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
phanikumar
Participant
Posts: 60
Joined: Tue Sep 20, 2011 10:44 pm
Location: INDIA

Datastage Repository interface errror

Post by phanikumar »

Hi All,

We have jobs failing to run occasionally with the following error message..

Error calling DSRunJob(Job_name), code=-99
[General repository interface 'other error']

We have 35 jobs that are scheduled to start running at same time..

Is there any limit to invoke DSRunJob causing this issue.

Any ideas on how to overcome this issue..

Regards
Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... first suggestion, don't start 35 jobs all at the same time. Spread them out, give the engine and your system a bit of a breather. That or as Ray might say, upgrade your system to have infinite resources. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Upgrade to a version that has the workload manager (WLM) built in. It will protect your engine from overload when someone attempts to start 35 jobs at the same time. Various threshold settings are available. Jobs are automatically queued until resources become available.
Choose a job you love, and you will never have to work a day in your life. - Confucius
Post Reply