Page 1 of 1

Job Aborted after loading 1500 records

Posted: Mon Sep 06, 2010 12:58 am
by mallikharjuna
Hi All,


My job design Dataset---> Transformer stage----> ODBC stage or OCI (Oracle).

Source has 3000 records, my job is aborted after loading in 1500 records. How to load the remaining records in my target Oracle table?

Another question: I want to load records if the job successfully completes. Is there any option for that in DataStage?

Thanks in Advance.

Posted: Mon Sep 06, 2010 1:26 am
by Sreenivasulu
You can set the transaction size. Setting it to 0 means ALL / None approach

Regards
Sreeni

Posted: Mon Sep 06, 2010 2:07 am
by mallikharjuna
Sreenivasulu wrote:You can set the transaction size. Setting it to 0 means ALL / None approach
any other way?

Posted: Mon Sep 06, 2010 6:43 am
by chulett
Any other way to answer your second question? No.

Posted: Mon Sep 06, 2010 10:25 am
by ArndW
We are just guessing as to the likely cause without getting the detailed error message from you. The specific SQL or database error message. It could be your transaction log filling up or any one of a number of possible errors.