Lookup_192,1: Failed a keylookup for record.

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
rajpatel
Participant
Posts: 14
Joined: Fri Jul 01, 2005 8:31 am

Lookup_192,1: Failed a keylookup for record.

Post by rajpatel »

HI,
I am getting follwoing error while running my PX job in DS
"Lookup_192,1: Failed a keylookup for record."
"Operator's runLocally() failed"
Here is what I have,

1) Data_set --> Modify(to take care Null fields which is in look
up)-->trn-->lookup

2) ORA -->TRN -->Lookup (same as #1 lookup)

look up with dist,prod_nbr and prch_num

sometime getting null as prch_num from dataset so, used modify stage to take care

getting above mention error

Please help me

--raj
sun rays
Charter Member
Charter Member
Posts: 57
Joined: Wed Jun 08, 2005 3:35 pm
Location: Denver, CO

Re: Lookup_192,1: Failed a keylookup for record.

Post by sun rays »

rajpatel wrote:HI,
I am getting follwoing error while running my PX job in DS
"Lookup_192,1: Failed a keylookup for record."
"Operator's runLocally() failed"
Here is what I have,

--raj

Try "continue" option if the look-up failed and handle it later-on (probably flag the record as error and populate in a error table or what ever needs to be done).
rajpatel
Participant
Posts: 14
Joined: Fri Jul 01, 2005 8:31 am

Post by rajpatel »

thanks !
Got it
Post Reply