AD frozen jobs version 8.1

Hi Experts,

We have few frozen jobs  ADS_ADSAccount_Update/(De-)activate with below error but object was already there in AD.

Is this error coming from AD or do you have any backlog report for this issue?

ErrorMessages (2021-10-07 12:05:40.850) [1777018] Error executing synchronization project (Active Directory Domain (DC=FH,DC=LOCAL))'s workflow (Provisioning).
[1777124] Error executing projection step (user) of projection configuration (Provisioning (Provisioning)).
[1777219] Error executing synchronization step (user)!
[1777004] Method (Update object (Update)) could not be executed successfully.
[System.Exception] Error committing object c12d2cac-8398-4acd-99fa-861f6a77bbd7.(Error: There is no such object on the server.

Error in COM access layer: number: 80072030, description: There is no such object on the server.

Method Commit() was called on object CN=******\, Luke,OU=*************,OU=*****,OU=********,OU=Obj.Users,DC=**,DC=*****.
Property vrtparentDn is set.
Object not committed successfully. Retrying using single property commit.
There is no such object on the server.

Error in COM access layer: number: 80072030, description: There is no such object on the server.

Method Commit() was called on object CN=******\, Luke,OU=*************,OU=***,OU=********,OU=Obj.Users,DC=**,DC=*****.
)

Parents Reply
  • Trace Debug Connector/Sync Issues

    Add these lines to globallog.config or stdioprocessor.exe.config:

    Find StdioProcessor.exe.config in your job server installation dir.

    Add the below lines:

           <rules>

                  <!-- Debug logger definitions for trace log -->

                  <logger name="SystemConnector" minlevel="Trace" writeTo="debug"/>

                  <logger name="*" minlevel="Trace" writeTo="debug"/>

           </rules>

    ---------------------------------------------------------------------------

      <nlog autoReload="true" xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="">www.w3.org/.../XMLSchema-instance">

        <variable name="appName" value="StdioProcessor"/>

        <include file="${basedir}/globallog.config" ignoreErrors="true"/>

    ================== just here in the file ======================

      </nlog>

     

    Then save it and run again ……. Whichever user the js runs as go to c:\users\<jsuser>\appdata\local ……….. and keep going to one identity manager …. Then stdioprocessor …. Then debug.

    You should get a trace log/debug file in there.

Children