cancel
Showing results for 
Search instead for 
Did you mean: 

useOneAsMany

Former Member
0 Kudos

Hi All,

I am working on a mapping with the following logic

E1EDT10-QUALF equals-- If

001-- then---E1EDT10(which is under E1EDT20)-somefield

The output of IF then function is going to the useOneAsMany node function,

so the inputs to the useneAsMany function are

First input--Output of IF-then function

Second Input-E1EDL20 node

Third input-@Segment(of E1EDL20) whose value is 1

Now the useOneAsMany function gives the error as

Too many values in the first queue in function useOneAsMany. It must have the same number of contexts as the second queue

Can you please guide me?

Thanks,

Gayatri

Edited by: Gayatri Deshpande on Feb 17, 2012 8:53 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check the Display Queue for the first parameter , it will show more than one value ....

Which means "USEONEASMANY" wont work

Do work around and change the context to get it a single value ...then it will work..

Regards,

Jude

former_member184681
Active Contributor
0 Kudos

Hi,

Your error is quite descriptive and gives you a hint about how to fix it. Most probably you only have one value in parameter1 (with no additional context changes). If so, then just removeContexts for input parameters 2 and 3, or play with their contexts (set it to supernode or root or so).

Hope this helps,

Greg