Strange Issue - Datastage Going down

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
prasad v
Participant
Posts: 174
Joined: Mon Mar 30, 2009 2:18 am

Strange Issue - Datastage Going down

Post by prasad v »

Hi

We have created a new job which will fetch the data from flat file and loaded into Oracle table which is there in the same box.

When we run this Job, it runs for some time and later the entire Datastage apps is going down. We cannot able to login to datastage.
Tried to running on multiple servers like Development and Production. Same thing was happened.

File size is aroung 9lacks records.
Commit Interval is 0.
Version: 7.5 Server Edition.

Can any help me out to resolve this issue.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Very difficult to predict with limited information supplied. It is similar to saying 'Everytime I start my car, it breaks down'.

Is there a before / after routine or calls from transformer that may stop ?

Is it writing to some restricted structure ?

Are you running when the system is hit hard by other processes ?

What about any other similar jobs ?

If you cannot resolve in simple steps, run the Unix trace to see the system calls.
prasad v
Participant
Posts: 174
Joined: Mon Mar 30, 2009 2:18 am

Post by prasad v »

there is no After/before routine in the job.
No restricted structure.
No, We ran it on development and No other jobs are running at that time.
Other jobs are running fine.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Copy the job with different name and run that.

Post your findings.

Is there anything in the log ?
prasad v
Participant
Posts: 174
Joined: Mon Mar 30, 2009 2:18 am

Post by prasad v »

Yes, We did the same But i couldn't get success.

Again we restarted Datastage.

After running this Job it runs for sometime, later the whole Datastage will be down. we cannot find log
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What do you mean that you cannot find the log? What is meant here is the output from the job and is visible in the Director for that job.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Can you be more specific as to what exactly "the entire Datastage apps is going down" means? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArjunK
Participant
Posts: 30
Joined: Sun Apr 30, 2006 6:32 pm

Post by ArjunK »

Few years back I had seen a similar thing happen in one of the projects. On investigating the issue it was found that in the DataStage flow a Unix delete command was being fired rm * and it was deleting some internal set up files as it did not have the right path specified.
..Good Stuff .. :D ..i hope you dont have that happening!!
prasad v
Participant
Posts: 174
Joined: Mon Mar 30, 2009 2:18 am

Post by prasad v »

there is no such command in the Job.

about Log: Log is showing that till the Insert command.

After there is no log entry.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I still cannot understand the exact problem.

Can you change your job to write to a sequential file or PEEK stage, does that work correctly? If yes, then the cause is most likely in the Oracle portion. Do you have specific SQL in Oracle?
prasad v
Participant
Posts: 174
Joined: Mon Mar 30, 2009 2:18 am

Post by prasad v »

We tried this aswell, Still it went down. it has loaded aroung 90000 records after that whole Datastage was down.

Again we have restarted and started investigation.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Are you running out of space ?

Is this your largest load ?

Did you setup the OS trace ?
Abhijeet1980
Participant
Posts: 81
Joined: Tue Aug 15, 2006 8:31 am
Location: Zürich
Contact:

Post by Abhijeet1980 »

Hi Prasad,

Try deleting the job from your live environment. Import the job again from your development environment and share the results.

"The Datastage app is going down" is not understood. Your machine could have been occupied by the Oracle load process and no user is allowed entry; this is quite possible.

-Abhijit
rohitagarwal15
Participant
Posts: 102
Joined: Thu Sep 17, 2009 1:23 am

Post by rohitagarwal15 »

Ideally whenever you are running the job until and unless you are not passing any command to kill the process it will not get killed. Please share your job design (dsx file).
Rohit
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Three year old post, so probably not much "sharing" going to happen at this point.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply