Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Cannot resolve which method to invoke for [null] due to overlapping prototypes

Mahak_Acharya
Regular Contributor
Regular Contributor

Hi,

 

While processing an update account task via ADSI Connector, i am getting the following error in the logs. 

-Error processing task of ADSI - Ambiguous method overloading for method java.lang.Exception#<init>. Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [class java.lang.Throwable] [class java.lang.String]

The permissions assigned at AD level have been validated and are correct.

Requesting feedback in connector level configuration to resolve this.

Json being Used:

{"objects":[{"objectClasses":["user","top","Person","OrganizationalPerson"],"distinguishedName":"${task.accountKey.accountID?.replace('\\', '\\\\')?.replace('/', '\\/')}","attributes":{"displayName":"Google"}}]}

Regards,

Mahak

[This post has been edited by a Moderator to merge two posts.]

9 REPLIES 9

SB
Saviynt Employee
Saviynt Employee

Can you update the DN in your JSON as below and see if it resolves the issue

"distinguishedName": "${account?.accountID?.replace('\\', '\\\\')?.replace('/', '\\/')}"


Regards,
Sahil

Mahak_Acharya
Regular Contributor
Regular Contributor

Hi Sahil,

This config also did not work for me and presents the same error.

Regards,

Mahak

SB
Saviynt Employee
Saviynt Employee

Can you share the provisioning logs for the task.


Regards,
Sahil

Mahak_Acharya
Regular Contributor
Regular Contributor

Below are the Saviynt logs for the task.

g]Error processing task of ADSI - Ambiguous method overloading for method java.lang.Exception#<init>. Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [class java.lang.Throwable] [class java.lang.String]

@Mahak_Acharya  What's the status of AD account? Also, DN of user present in accountID is same as in target AD?


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

Mahak_Acharya
Regular Contributor
Regular Contributor

We have tried for AD accounts where UAC is 512 as well as 514.

The DN in accountid is same as the DN in TargetAD.

 

Regards,

Mahak

SB
Saviynt Employee
Saviynt Employee

The above error might not be helpful enough and in case you can share the complete logs. Else if sharing the logs here is not possible, I would request you to create a ticket with Support so they can troubleshoot further.


Regards,
Sahil

Dave
Community Manager
Community Manager

Hello @Mahak_Acharya - At Saviynt, we take our customers and partners security seriously.  If you do decide to share logs on the forums, please remove any company domain names, IP addresses, security keys, or any other identifying information that might jeopardize the security of your company.

Mahak_Acharya
Regular Contributor
Regular Contributor

This issue has been resolved as it was a permission issue for your Ad Service Account