cancel
Showing results for 
Search instead for 
Did you mean: 

NameNotUniqueException

peter_wallner2
Active Contributor
0 Kudos

Dear experts,

I am using PI 7.1. I have a UDF that is used in different namespaces. Now I am using the same again for a new project and all of as sudden when I test the mapping I get the error:


exception_in_UNBCountercom.sap.aii.ib.server.mapping.exec.NameNotUniqueException: For the ressource com/seeburger/functions/permstore/CounterFactory.class there were numerous entries found in the following archives:....

then it gives me the name of the archive "SeeFunctionsPI" and every time the corresponding namespace.

I don't have the UDF in a function library, just copied it for each namespace necessary.

It always worked in XI 3.0.

But how can I solve this problem? Has anyone had that already?

Thank you for any idea!

Best regards,

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

I had this issue when I named a function library "NodeFunctions", as this class is also part of the mapping tool library.

As you have no globla function, I assume that your UDF name is used in another place of the mapping tool internally also.

So try to rename the UDF and see if helps then.

peter_wallner2
Active Contributor
0 Kudos

Hello Stefan,

I tried that but it did not help. Then I found out that I forgot to import 2 Seeburger archives for my scenario. This was the mistake.

Best regards,

Peter