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
zam62
Participant
Posts: 42
Joined: Tue Apr 29, 2003 12:21 pm

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

Post by zam62 »

when running a job, I get the error below...

LU3: When checking operator: The view adapter has a binding for the non-existent destination field "PA_REQUEST_ID".



I do not comprehend why because the mappings is as follows:

The main Input is

PA_REQUEST_ID
TIME_IN
PROGRAM_NAME
...
...
STATUS_NAME



The Lookup Input is

STATUS_NAME
Status_ID



output consists of

PA_REQUEST_ID
TIME_IN
PROGRAM_NAME
...
...
STATUS_ID



The fields from the main input are straight mapped and the lookup is STATUS_NAME = STATUS_NAME to return the STATUS_ID.
The PA_REQUEST_ID field is in both the main input and the destination. What would generate this error?
HAVE A GOOD ONE
zam62
Participant
Posts: 42
Joined: Tue Apr 29, 2003 12:21 pm

Post by zam62 »

Sorry...thought I selected the Enterprise Edition and not Server edition. Should have looked harder, my bad!
HAVE A GOOD ONE
Post Reply