• Jobs are not being picked up when switching from one job server to another

    Hello Community,

    we have a strange behavior in our test environment, so I wanted to ask here in the round, what could be the cause for it

    Initial situation:

    we have 2 JobServers with One Identity Manager version 8.1.5 installed and configured
    - JobServer…

  • Process does not trigger on Update event on PersonInOrg

    I tried making a custom process that triggers on INSERT on PersonInOrg table. I've checked the "Assign by event" flag and tried using both an empty generating condition and "Value = True" condition. 

    The process is never triggered…

  • Execute process for same object sequentially

    Hi, I am currently preparing a process which executes whenever there is any change happens to the ADAccount's CN or SAMAccountName, STatus etc.

    But issue is the there are many times, there will be multiple process gets triggered for same object withing…

  • How to implement sequential processing for process task/process component?

    Hi,

     

    I want the process task "Send Mail" to execute sequentially and not in parallel. For e.g 100 jobs came in job queue for sending mail at a time so right now One IM executes this job in parallel. But I want it to be done in sequence. I checked…