Error during execution Job in Ver 8.2

Hi everyone,
The Job being executed disables the account, adds a description, adds a CustomProperty10 value
A business rule is performed to place the account in an Active Directory group.
The Job executes everything correctly but the term generates the following frozen:


2023-05-03 08:50:08 +02:00 - \Server-01 - VI.JobService.JobComponents.HandleObjectComponent - 71c7e8ac-048c-4528-8015-e675f6250fb1: Errors occurred
[810306] Error while running 'OnSaving' in logic module 'VI.DB.Entities.EntityScriptLogic'.
[810186] Error running script for event OnSaving.
[810222] Error running script 'ADSAccount_OnSaving'.
[0] Employee Test01 (Test01) already has an user account Test01 in domain acme.
at VI.JobService.ProcessorThread._ExecuteJob(Job job, JobResult result)
at VI.JobService.JobComponents.HandleObjectComponent.Activate(String task)
at VI.DB.Implementation.HandleObjectKernel.Activate(String task)
at VI.DB.Implementation.HandleObjectKernel._OperationInsert(IUnitOfWork optionalUnitOfWork)
at VI.DB.Implementation.HandleObjectKernel._Save(IUnitOfWork unitOfWork, IEntity entity)
at VI.DB.Sync.SyncUnitOfWorkExtensions.Put(IUnitOfWork unitOfWork, IEntity entity, PutOptions options)
at VI.Base.SyncActions.Do[T1,T2,T3](T1 p1, T2 p2, T3 p3, Func`4 action)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.EventUnitOfWork.<PutAsync>d__2.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.PermissionsUnitOfWork.<PutAsync>d__11.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.EventUnitOfWork.<PutAsync>d__2.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.UnitOfWorkImpl.<PutAsync>d__39.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.UnitOfWorkImpl.<_PutEntity>d__41.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.DbEntitySink.<PutAsync>d__14.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.DelayedLogicSaveEntityStrategy.<OnSavingAsync>d__5.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.CombinedEntityLogic.<OnSavingWithHandlerAsync>d__14.MoveNext()
---- Start of Inner Exception ----
at VI.DB.Entities.CombinedEntityLogic.<OnSavingWithHandlerAsync>d__14.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.EntityScriptLogic.<OnSavingAsync>d__14.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
--- End of stack trace from previous location where exception was thrown ---
at VI.DB.Entities.Entity.<CollectEventsAsync>d__86.MoveNext()
at VI.DB.Entities.Entity.<>c__DisplayClass85_0.<CollectEventsAsync>b__0(CancellationToken ctx)
at VI.DB.Entities.EntityScriptLogic.<>c__DisplayClass14_0.<OnSavingAsync>b__0()
at VI.DB.Entities.EntityScriptLogic._ExecuteEventScript(ISession session, String tablename, String eventname, IEntity entity)
---- Start of Inner Exception ----
at VI.DB.Entities.EntityScriptLogic._ExecuteEventScript(ISession session, String tablename, String eventname, IEntity entity)
at VI.DB.Scripting.ScriptRunner.Run(String key)
---- Start of Inner Exception ----
at VI.DB.Scripting.ScriptRunner.Run(String key)