Page 1 of 1

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

Posted: Tue Jan 23, 2007 11:41 am
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?

Posted: Tue Jan 23, 2007 1:56 pm
by zam62
Sorry...thought I selected the Enterprise Edition and not Server edition. Should have looked harder, my bad!