Search found 4 matches

by i.peppermint
Thu Jun 09, 2005 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to solve Abnormal Termination?
Replies: 6
Views: 1918

Hi Roy and Sainath, Thanks for your suggestion. However, I've already tried to remove routine, and column one by one and rerun job every time I remove something. Till my job is very simple. It populates data from source table to target target by use one transformer. There are only 1 column left, it ...
by i.peppermint
Thu Jun 09, 2005 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to solve Abnormal Termination?
Replies: 6
Views: 1918

What are the warnings you get ??? What is the stage on which the 'abnormal termination' is reported? This is the reported message: Abnormal termination of stage DJobLoadVoiceBtsImeiToSubDimStg..TRNSF_IMEI detected (Transformation Stage) 1. are you using any used defined routines in the job? (also c...
by i.peppermint
Wed Jun 08, 2005 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to solve Abnormal Termination?
Replies: 6
Views: 1918

How to solve Abnormal Termination?

Hi All, I found one job, it always aborted with 'Abnormal Termination'. The job design is Oracle OCI -> Transformer --> Oracle OCI. After I tried to change the target to be Sequential File, it passes with no warning. I also tried to recreate target table, but it still aborted. I have another jobs th...
by i.peppermint
Wed Jun 01, 2005 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create Automatic Job Control
Replies: 2
Views: 704

How to create Automatic Job Control

I would like to create one Job Control that includes all features as follows: 1. It can be applied to control every sub-jobs I created. 2. Automatic get the name of all flat files from Unix Server and pass it as a parameter to sub-job to process. I have a number of Server jobs to populate data from...