This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error on deleting AD object from Target

I have some Active Directory user and they are in Dialogue Differed  table.I try to do execute events in Dialogue Differed table ,i am getting an error like "

Error executing projection step (user) of projection configuration (Provisioning (Provisioning)).
[1777219] Error executing synchronization step (user)!
[1777004] Method (Delete object (Delete)) could not be executed successfully.

Error deleting object 57105fb1-79da-4778-a29d-1e9fe9744eec. Further information is available in error log file.
at VI.Projector.JobComponent.ProjectorComponent._AdHocProjection()
at VI.Projector.Database.ProjectorExecutor.Project(ISession session, IProjectionConfiguration configuration, ProjectionOption options, ISystemObject adHocObject, CancellationToken cancellationToken)
at VI.Projector.Projection.Extensions.Execute(IProjectorEngine engine, IProjectionConfiguration configuration, ProjectionOption options, ISystemObject adHocObject, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
---- Start of Inner Exception ----
at VI.Projector.Projection.ProjectorEngine.<ExecuteAsync>d__3.MoveNext()
---- Start of Inner Exception ----
at VI.Projector.Projection.ProjectorEngine.<ExecuteAsync>d__3.MoveNext()
---- Start of Inner Exception ----
at VI.Projector.Projection.ProjectorEngine.<ExecuteAsync>d__3.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.Projector.Projection.ProjectionStrategy.<ExecuteStepAsync>d__2.MoveNext()
---- Start of Inner Exception ----

Please Help me to troubleshoot this issue.

Parents
  • Hello,

    I assume you mean the DialogDeferredOperation table?

    What version are you running please?

    Are you simply selecting the row in Object Browser and hitting EXECUTE?

    This might be your issue: https://support.oneidentity.com/identity-manager/kb/227796/error-could-not-create-single-object-for-adsaccount-

    Check that the ADSAccount actually exists.

    Trevor

  • Hi,

    I am hitting "Execute" button on DialogDeferredOperation table.Here the ADSAccount is not existing  but in Target system AD,this account existing.How can i delete the object from target system.

    Do i need to wait for the Next Sync cycle to get it created again and go for deletion .Please suggest.

    Suneeth 

  • Hello Suneeth,

    If there is an entry in the DialogDeferredOperation table then there should be a job for the deletion, VID_Execute_DialogDeferredOperation.  Is there a frozen job?

    If the object exists in AD but not the database you could handle it a few different ways; sync the user back in then delete it, create a workflow to do so.

    What is the version you're running?

    If this is 7 and above you can delete it manually in the target system browser, if this is a one time issue.  if this is occurring for several accounts you may want to review your configuration or open a Service Request with Support.

    Trevor

Reply
  • Hello Suneeth,

    If there is an entry in the DialogDeferredOperation table then there should be a job for the deletion, VID_Execute_DialogDeferredOperation.  Is there a frozen job?

    If the object exists in AD but not the database you could handle it a few different ways; sync the user back in then delete it, create a workflow to do so.

    What is the version you're running?

    If this is 7 and above you can delete it manually in the target system browser, if this is a one time issue.  if this is occurring for several accounts you may want to review your configuration or open a Service Request with Support.

    Trevor

Children