BAPI Stage

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
maxpatel
Participant
Posts: 1
Joined: Thu Aug 04, 2005 7:18 am

BAPI Stage

Post by maxpatel »

I have a datastage job which has 3 stages.
1. BAPI stage
2. Transformer
3. Sequential File

I am having problems reading an input seqeuntial file through a BAPI stage. I have other jobs where this has worked using different BAPIs

The BAPI I am using is BAPI_CLASS_SELECT_OBJECTS and I am passing Input parameters from the Import and Tables tab.

I have tried different methods but I continuously get the same unhelpful error - Abnormal termination of stage Bapi_TST..Transformer_1 detected.

I have ran out of ideas.... can anyone help ????
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

'Abnormal termination' errors are practically always associated with Transformers as they are an active stage.

What happens if you Reset the job after it aborts? Do this from the Director and then look for a new log entry labelled 'From previous run...', it can shed some additional light on the problem.
-craig

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