Unable to create ldap objects with a custom structural object Class

Hi ,

We have defined a new structural object class for groups in our LDAP , When we create a new ldap group in in the LDAP group table with the new structural object class , the object is not provisioned to LDAP.

We created the required mapping in our sync editor  and also created the provisioning workflow. The problem is that we don't have any error message also in Job Queue info.

Has any one encountered this issue or if you have some suggestions please let me know

Thanks,

Pranav

  • Hi Pranav,

    I would suggest that you follow the below steps to get a debug trace log.  That should give you something to go on.

    HTH, Barry.

    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.