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

Error while creating account in AD - No signature of method

sreehariv
New Contributor III
New Contributor III

Hello Team,

We are trying to provision a new account in AD using AD Connector (Single Domain). 

Created a New Account request for AD for one of the user. New Account task got created and it is failed with below error.

 

quartzScheduler_Worker-3] ERROR ldap.SaviyntGroovyLdapService - Error while creating account XXXXX in AD - No signature of method: org.codehaus.groovy.grails.web.json.JSONObject.trim() is applicable for argument types: () values: []
Possible solutions: wait(), grep(), wait(long), write(java.io.Writer), print(java.io.PrintWriter), grep(java.lang.Object)

 

can someone from the team help us in confirming the issue as - is it an issue from Saviynt or any other issue from the connector configurations.

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

There is issue with you createAccountJSON with trim method. can you share createAccountJSON 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

sreehariv
New Contributor III
New Contributor III

 

We  were able to resolve the issue as ADSI and AD different create account json formats and now we have used the correct one.