Job Does not Load...Hangs up

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
cosec
Premium Member
Premium Member
Posts: 230
Joined: Tue May 08, 2007 8:10 pm

Job Does not Load...Hangs up

Post by cosec »

I do a look up on the target database before loading the data.

I tried it with six records and my job worked....then when i tried it with 1500 records the job just froze.....and now i cant access the target table either...how do i correct it.....


the lookup is done on a DB2 stage and the target is also the same DB2 stage...

Should I separate this in to two jobs ? That is to load the contents to a has file in one job...and then use that hash file as a lookup in the second job ???

Will this fix ?? Pls advice
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You should preload and use a hashed file for the lookup - that's what they are there for, after all. Or solve your self-locking problem by setting your Transaction Size to 1.
-craig

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