Abnormal termination of stage sample..T1 detected

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
skumar
Participant
Posts: 88
Joined: Thu May 25, 2006 5:11 am
Location: Hyderabad

Abnormal termination of stage sample..T1 detected

Post by skumar »

Hi all,

My job is frequently aborting due to the error

Abnormal termination of stage sample..T1 detected.I checked in the forum and i did n't get the relevant information what i am looking for.Can,some body plz help me out why this error is occuring frequently.Interesting thing is that just compiling the job makes it run very much fine with out doing any modifications....

Thanks in advance.

Regards,
skumar.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Reset the job in Director and report back whether any "from previous run" message is logged and, if so, its contents.

I am assuming here that your job name is "sample" and there is a Transformer stage called T1. Further, the job is not running as a multi-instance job.
Last edited by ray.wurlod on Mon Jul 30, 2007 4:46 am, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
soumik
Participant
Posts: 33
Joined: Fri Nov 17, 2006 12:20 am

Post by soumik »

Hi,

Can you give the job design? What are the other warnings shown in the log when you reset the aborted job?
If you are using OCI stage, then what is the array size you are using?
johm73
Charter Member
Charter Member
Posts: 57
Joined: Tue Jan 11, 2005 3:47 pm

having same problem

Post by johm73 »

[quote="soumik"]Hi,

Can you give the job design? What are the other warnings shown in the log when you reset the aborted job?
If you are using OCI stage, then what is the array size you are using?[/quote]


I'm having the same problem with a job of mine. I am using an OCI stage that connects to 10g and the array size is 32767. Any ideas?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There's typically more to these kinds of issues than just the array size. However, try dropping it to 1 and see if that helps.
-craig

"You can never have too many knives" -- Logan Nine Fingers
johm73
Charter Member
Charter Member
Posts: 57
Joined: Tue Jan 11, 2005 3:47 pm

Post by johm73 »

[quote="chulett"]There's typically more to these kinds of issues than just the array size. However, try dropping it to 1 and see if that helps.[/quote]


Setting to 1 does resolve the issue. However, isn't having an array size of 1 and issue in itself!? 1 row at a time just doesn't make much sense to me. Do you know of a root cause on this issue?

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

Post by chulett »

Not, it's not an issue per se. It will effect the performance of the job but you'd have to decide if the performance was 'acceptable' with it set to 1.

The root cause will require you to provide a great deal more information than you have so far. However, I'd guess that it is related to how much information (how 'fat') each record is. Take your average byte value and multiply it by 32767 and see how much information you are asking to be shoved across the network at any given time.

I've also seen CLOB issues cause this, any array size other than 1 can cause the job to fall over dead.

Try bumping the value up in smaller increments and see what you get. There's a law of diminishing returns here, while it can help at first, setting it 'too high' can degrade performance as well. Experiment.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is johm73 the same poster as skumar (the original poster)?
:?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
soumik
Participant
Posts: 33
Joined: Fri Nov 17, 2006 12:20 am

Post by soumik »

Hi Johm,

why did you choose an array size=32767 ?

The real cause for these sort of error is the memory assigned to the Datastage. Ask your administrator to check the Kernel level parameters and the UVCONFIG file.

I faced similar issues on the array size. re-tuning the Kernel level parameters and the UVCONFIG file resolved the issue.

Hope that helps you to find the root cause.
ash_singh84
Participant
Posts: 9
Joined: Fri Apr 13, 2007 1:05 am
Location: Mumbai

Post by ash_singh84 »

kjj
Last edited by ash_singh84 on Sat Aug 25, 2007 12:15 pm, edited 1 time in total.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Who's issue is not yet resolved? What issue? :?

The original poster never came back after their first message. Someone else popped in with 'the same problem' which generated more questions and answers. And now you.

It's time to start over. Start a new thread. Let us know your particulars, including job design and what you found when you 'Reset' the aborted job.
-craig

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