Auto-Generation of CentralAccount not working

I tried to sync Employees mapped under Person table. The result of the sync was successful, but the CentralAccount was not populated.

I tried to check the Data Import under the workflow as discussed under this link Generating central user account after provisioning - Forum - Identity Manager Community - One Identity Community but it doesn't work for me.

Is there any way to make this work?

Parents
  • Hi Isaac ,

    centralaccount is only calculated if FullSync Flag (Session Variable) is not set.

    (Not CBool(Connection.Variables.Get("FULLSYNC"))

    By default a Sync uses the Fullsync-Session-Variable. You can change that for your Sync:

    SyncEditor --> Workflow --> Workflow-Step and set the "Import" Flag. This way the Sync will not set the Fullsync-Session-Variable.

    Another idea might be, to remove the check inside the centralaccount template. But this will bring other problems. The Fullsync-Session-Variable will not only prevent the calculation of the centralaccount, but also prevent the calculation of Accountnames and AdHoc-Projections.

    Thomas

  • Hello Thomas,

    I tried to check the Data Import flag under the workflow step. I re-run the sync but still, no CentralAccount was generated for the users

    Isaac

Reply Children