cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mapping: Values missing in queue context

Arthur_Silva
Participant
0 Likes
728

Hi all

I'm facing a problem in mapping step. Its a jdbc 2 jdbc scenario and I need get the information retrieved from system A and get the missing informations in system B through a xml-sql.

My mapping where action=SELECT

Error:

Does anybody have any idea ?

View Entire Topic
Former Member
0 Likes

It's expecting value for one of the mandatory field(occurrence 1..1) which is not being sent from source.

How did you map the node "Key"?

Arthur_Silva
Participant
0 Likes

like this:

Former Member
0 Likes

That is the problem.


If you map row-> key then all your rows be under first statement.


When the second statements gets created, it tries to create the "Key" Segment as it's occurrence is set 1..unbounded but it fails


Just map a constant to the node "key" if you just have one key field.