Lookup_1,0: Input record has no lookup match. Warning

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
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Lookup_1,0: Input record has no lookup match. Warning

Post by Minhajuddin »

Hi,

Please help me fix this warning


Lookup_1,0: Input record has no lookup match.


I have a job in which I have a

Code: Select all


                         Oracle (Sparse Lookup)
                             |
                             |
                             |
                             |
                             |
                             V
Dataset---------> Lookup------------>Dataset
Thank you
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
karrisuresh
Participant
Posts: 57
Joined: Sat Jun 09, 2007 1:14 am
Location: chicago

Re: Lookup_1,0: Input record has no lookup match. Warning

Post by karrisuresh »

Hi
I guess the source records r not matching with look-up
and can I know y did opted for sparse look-up(Is the look-up data volume very high)
check with 1 or 2 matching records from the source then u should not get this warning


Minhajuddin wrote:Hi,

Please help me fix this warning


Lookup_1,0: Input record has no lookup match.


I have a job in which I have a

Code: Select all


                         Oracle (Sparse Lookup)
                             |
                             |
                             |
                             |
                             |
                             V
Dataset---------> Lookup------------>Dataset
Thank you
Hi I have experience in parallel extender datastage I am ready to give/take help from other
hope we all help each other hand in hand
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Re: Lookup_1,0: Input record has no lookup match. Warning

Post by Minhajuddin »

karrisuresh wrote:Hi
I guess the source records r not matching with look-up
and can I know y did opted for sparse look-up(Is the look-up data volume very high)
check with 1 or 2 matching records from the source then u should not get this warning

Thank you,

We are using Sparse lookup because the reference data is huge

And you are right in saying that it's throwing up this warning because there is no match found.

But this is expected, So how do you think we can fix it. Any setting?
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

And I forgot to mention one more thing.
After the warning.
The job is throwing up a fatal error too.

Lookup_1,0: Input record has no lookup match.
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Is'nt there an option in the enterprise stage, that disables sparse lookup warnings? :roll:
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Minhajuddin
Participant
Posts: 467
Joined: Tue Mar 20, 2007 6:36 am
Location: Chennai
Contact:

Post by Minhajuddin »

Thank you guys,

I didn't check the constraint Icon. It's here I found the Lookup fail condition setting.

Thank you once again.
Minhajuddin

<a href="http://feeds.feedburner.com/~r/MyExperi ... ~6/2"><img src="http://feeds.feedburner.com/MyExperienc ... lrow.3.gif" alt="My experiences with this DLROW" border="0"></a>
Post Reply