Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.
No ratings
sudeshjaiswal
Saviynt Employee
Saviynt Employee

Use Case

 

The task is created from an actionable report and after wsretry we can get an error in processing the task.

Error:

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]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]

 

Pre-requisites


ADSI Connector/RemoveAccount Json

Applicable Version(s)

 

All
 

Solution


Current Value :
"distinguishedName": "${account.accountID}",
 
To be Updated as :

 After updating the below in RemoveAccountJSON, it should resolve the issue.

 

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

References
https://docs.saviyntcloud.com/bundle/ADSI-v23x/page/Content/Configuring-the-Integration-for-Provisio... 

Comments
Manu269
All-Star
All-Star

@sudeshjaiswal It would be great if you can elaborate more on the use case.

When and where this issue occurs.

Where and how the administrator can have a look to get more details.

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Manu269,

The issue typically arises when attempting to process an AD Remove Task created from an actionable report, and occasionally, an error may occur during the wsretry process. To gather more information, the administrator can check the logs for further details on the error.

Thanks,

 
 
adriencosson
Valued Contributor
Valued Contributor

Hi @sudeshjaiswal,

I'm getting errors too but for a particular AddAccess operation using sample JSON provided within the documentation.

Any chance you can have a look at below topic ?

https://forums.saviynt.com/t5/identity-governance/adsi-addaccessjson-reads-variables-as-plain-text/m... 

Thanks !

Version history
Last update:
‎05/01/2023 07:21 AM
Updated by:
Contributors