failed to open project after running successfully in a loop

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
hsahay
Premium Member
Premium Member
Posts: 175
Joined: Wed Mar 21, 2007 9:35 am

failed to open project after running successfully in a loop

Post by hsahay »

Hi

We just recently upgraded to 11.3 on AIX. This is a clean fresh installation.

We have one particular job which consist of a script that loads multiple input files in a loop until all are loaded.

In each loop iteration this script does the following -

1. Calls an oracle stored proc.
2. Sends a reset command to the datastage job
3. runs the datastage job to load the file

Yesterday, after successfully iterating through the loop 31 times, the scripts failed with the following error on the 32nd iteration -

---LOG EXCERPT------------------------------------------------------------
Resetting the DataStage Job NascPrep_CwrAckSeq
Waiting for job...
Finished waiting for job
Job Status : (21)

Status code = 21
The DataStage Job NascPrep_CwrAckSeq is reset
and is ready to run............
ERROR: Failed to open project

Last recorded error message =
java.rmi.RemoteException: Read timed out; nested exception is:
java.net.SocketTimeoutException: Read timed out

Status code = -1010 DSJE_DOMAINLOGTOFAILED
----------------------------------------------------------

Failed to open project ? The same project that it had opened just fine 31 times previously ?

Any ideas what might be happening here ?
vishal
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

With it being a brand new project / etc I would have to guess you exhausted resources and in your shoes I would double-check your kernel parameter settings as a start.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Teej
Participant
Posts: 677
Joined: Fri Aug 08, 2003 9:26 am
Location: USA

Post by Teej »

This sounds like a resource issue with the project folder. There are some tuning options starting on the universe level and going down to the system level (including the filesystem).

AIX is very fickle in term of tuning options -- basically, they give an administrator enough rope to hang themselves with.

Try this page first:

http://www.ibm.com/support/knowledgecen ... _dsqs.html
Post Reply