06/01/2023 07:00 PM
Provisioning job(WSRETRY JOB) is not picking up all the tasks at once. Sometimes it picks up one or two tasks together and for other remaining tasks the error will be like -> [LDAP: error code 53 - 0000052D: SvcErr: DSID-031A12E8, problem 5003 (WILL_NOT_PERFORM), data 0 ]
I'm getting same error for all the tasks which are not picked up at once. If I run the provisioning job again it gets provisioned.
Please note the task type here is New Account. And following are the limit set in security system . ITs by default . I'm unable to remove it.
Can anyone please help me.
Solved! Go to Solution.
06/01/2023 10:16 PM
The job is failing due to permission denied with LDAP error, please check if the Account which you are using in the connection has all the required permissions.
06/01/2023 10:46 PM
Hi Rakesh,
Thanks for your reply.
But I'm facing this error only when I'm trying to upload more than one user. And even if some tasks fail, if I provision again , it gets provisioned and account is created in AD.
06/04/2023 09:15 PM
what is type of task ?
06/01/2023 10:51 PM
This happens for permission issues, please get the permissions validated.
06/01/2023 10:55 PM
Sure, Thank you so much.
06/04/2023 10:55 PM
The error you are encountering is coming from the Active Directory server itself. So the verbose error message, if it exists, is likely to be in the "Event Log" on the Active Directory server.
Check the required permission on target for svc user
06/04/2023 10:59 PM
Thanks a lot for your reply