cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

Recently we have migrated all the PI 7.3 version links to SAP PO7.5 sp12, and after that noticed that one of the mapping is getting failed, narrowed it down and found that UseOneAsmany display queue is throwing this error

we have not changed anything in the mapping, but somehow it is not liking in latest version, any pointer would be appreciated.

My scenario is CREMAS IDOC to Database mapping.

"Exception:[com.sap.aii.mappingtool.tf7.FunctionException: Too many values in the first queue in function useOneAsMany. It must have the same number of contexts as the second queue] in class com.sap.aii.mappingtool.flib7.NodeFunctions method useOneAsMany[[Ljava.lang.String;@7069be45, [Ljava.lang.String;@130b7475, [Ljava.lang.String;@19776c6a, com.sap.aii.mappingtool.tf7.rt.ResultListImpl@3eccd84c, com.sap.aii.mappingtool.tf7.rt.Context@36ac246]

See error logs for details"

0 Likes
View Entire Topic
isuru_fernando24
Explorer
0 Likes

Your first queue is incorrect. It cannot have repeating values or null values. Also, there should be only one value in each context of the first queue.

Cheers!

Isuru