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 Reply
  • 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 

Children
  • 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

  • Thanks for your information.How can i delete it manually in the target system browser.

  • where i can see this option.

  • Load the applicable sync project in the sync editor.

    Select "Target System"

    Then click the "Browse" button on the right.  This opens the Target System Browser.

    Select "user" in the Schema types list, select the user and click the delete button.

    Click Yes if you're certain you want to delete the user.

    Hope this helps.

    Trevor

  • HI Trevor,

    Browser doesn't open all the account available in Target.

    Do we need to apply any settings?