Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

AD/ADSI connector - overlapping prototypes error

Sahana_BB
New Contributor
New Contributor
Hi Team,
 
We are building a new app to create new Active Directory groups via Saviynt.When we try processing the tasks, we get this error:
 
<br> Error while Create operation for Entitlment-CN=Sav-UnitTestingGroup1,OU=Security,OU=Managed Groups,OU=EU,DC=S2,DC=MS,DC=UNILEVER,DC=com in AD, Exception : Ambiguous method overloading for method com.saviynt.ldap.SaviyntGroovyLdapService#searchIfGroupExists. Cannot resolve which method to invoke for [class java.lang.String, null] due to overlapping prototypes between: [class java.lang.String, class com.saviynt.ecm.identitywarehouse.domain.Securitysystems] [class java.lang.String, class org.apache.directory.groovyldap.LDAP]
 
Can you please let us know if this error is regarding some issue with permissions? 
 
 
Regards,
Sahana.B.B
3 REPLIES 3

RakeshMG
Saviynt Employee
Saviynt Employee

Hi Rakesh,

Thank you for replying.

We have already tried replacing "distinguishedName": "${account.accountID}", with "distinguishedName": "${account?.accountID?.replace('\\', '\\\\')?.replace('/', '\\/')}".

It is not working for us.

 

Thanks,

Sahana

khalidakhter
Saviynt Employee
Saviynt Employee

@Sahana_BB 

Are you using AD or ADSI connector? Please share the createUpdateMappings value from the connection as well for analysis.