Execute Synchronization task from script

Hello

Is it possible to execute a synchronization configured in the start up configuration from a script? Is there any object available to perform this?

I have a CSV connector with a startup configuration implemented to load users to OIM, so I would like to implement a script so I can call this script from a powershell to execute the syncronization.

Don't know if anyone has already done this.

So much thanks.

Parents Reply
  • Hi Markus,

    is it possible to call the event from script by running some code like the following?

    I see that I can call a method from dbDPRProjectionStartInfo entity, but I don't see to call an event.

    Dim dbDPRProjectionStartInfo As IEntity
    Dim UID_DPRProjectionStartInfo As String = "CCC-9AED57ECADD241439D19F1CC79A468A7"

    dbDPRProjectionStartInfo = Session.Source.Get("DPRProjectionStartInfo", UID_DPRProjectionStartInfo)

    So much thanks.

Children