Timeout and Locking Tables

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
reddy
Premium Member
Premium Member
Posts: 168
Joined: Tue Dec 07, 2004 12:54 pm

Timeout and Locking Tables

Post by reddy »

Hello Gurus,

Some of my jobs are failing some times because of Timeout (even we are not using hash files) problem and some are locking database tables

Please give me suggestions on how to rectify these problems.

Thanks in advance.

Thanks
Narasa
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

If you are using database stages, then changing transaction and array size to 1 may help.
But this will affect the performance as after each row commit will be executed after any update or insert statement on target DataBase stage.

We have faced this problem when we were using a table for reference and we were updating the same table as target stage.
Changing the transaction and array size to 1 helped to remove this error.

Hope this helps.
Regards,
S. Kirtikumar.
Post Reply