The view adapter has a binding for the non-existent destinat

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
dsdevlr
Charter Member
Charter Member
Posts: 8
Joined: Tue Mar 14, 2006 12:46 pm

The view adapter has a binding for the non-existent destinat

Post by dsdevlr »

DS job has lookup stage with one i/p link one o/p link and 3 reference links.

One of the three reference links has fl_dt and row_id fields with fl_dt as key.

to change the logic the key column fl_dt in reference link was replaced with src_id.

I got desired results but job is finished with two warnings.
Here are the warnings

Lookup_1043: When checking operator: On input data set 1: The view adapter has a binding for the non-existent destination field "FL_DT".
Lookup_1043: When checking operator: On input data set 2: The view adapter has a binding for the non-existent destination field "FL_DT".

The job is running on 4 node configuration.

I was not able to fix this warnings, then included fl_dt in the reference link as key field..but still getting above two warnings.

Not sure how to fix...
guys pl help...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you managed to Search DSXchange for this particular message?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Found 8 other posts that mention "The view adapter has a binding for the non-existent destination field", see if any of them help.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dsdevlr
Charter Member
Charter Member
Posts: 8
Joined: Tue Mar 14, 2006 12:46 pm

Post by dsdevlr »

Hi Ray,

Yes, I tried search several times for this message, even I tried with several combination like
When checking operator: On input data set 1: The view adapter has a binding for the non-existent destination field
then tried When checking operator: On input data set 1
also tried The view adapter has a binding for the non-existent destination field
and then with On input data set 1: The view adapter has a binding for the non-existent destination field
but no luck..

What I am doing now is..I exported as .dsx and opened in ultraedit
seared dsx file for fl_dt and trying to figure out if this field name exists at inappropriate place..
I removed them and importing this job..I will execute and see what happens.. I will keep u posted..
dsdevlr
Charter Member
Charter Member
Posts: 8
Joined: Tue Mar 14, 2006 12:46 pm

Post by dsdevlr »

chulett wrote:Found 8 other posts that mention "The view adapter has a binding for the non-existent destination field", see if any of them help. ...
My bad..yes searching with the above phrase returns results..

thanks...
saugat_1982
Participant
Posts: 29
Joined: Mon Nov 20, 2006 7:17 am
Location: Melbourne

Post by saugat_1982 »

Another Solution :-

1.Tick the Column (Which was causing the warning) as a Key .
2. Compile (Better Force Compile)
3. UnTick
4. Compile (Better Force Compile)

Warning will be vanished. :)
Saugat Dey
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

yesterday i had the same issue.
I have deleted , reimported the columns and force compiled.
No more warnings after that
pandeeswaran
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Post by zulfi123786 »

also have a check if the job/stages are using RCP
- Zulfi
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

most of the times,this warning will come even if RCP is disabled.
The main thing is OSH needs to be refresshed with new code(when copying stages).
so,Force compile helps.
pandeeswaran
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Post by zulfi123786 »

yes if RCP is diabled but the column is still fused in the score of the job, but at times people correct the metadata but still the warning exists due to RCP.

what was posted is just one chance of its occurence :)
- Zulfi
Post Reply