cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Exception problem

former_member1275317
Participant
0 Kudos

Hi ,

I have some problem when i was trying to excute my mapping

it throws below exception.

RuntimeException in Message-Mapping transformation: Exception:[com.sap.aii.mappingtool.tf3.IllegalInstanceException: Too many values in first queue in function useOneAsMany. It must have the same number of contexts as second queue.] in class com.sap.aii.mappingtool.flib3.NodeFunctions method useOneAsMany[com.sap.aii.mappingtool.tf3.CBufIter@52c052c0, com.sap.aii.mappingtool.tf3.CBufIter@5c195c19, com.sap.aii.mappingtool.tf3.CBufIter@65726572]

can anybody please look into this. and suggest me ..

Regards,

Sandeep

View Entire Topic
former_member194786
Active Contributor
0 Kudos

Hi Sanjeep,

In UseOneAsMany function the first input has to have a single value which is replicated n number of times basd upon the second and third values. So use SplitByValue function before UseOneAsMany.

Regards,

Sanjeev.