• Updating a person in a deferred fashion

    Hello, 

    I am using Open Identity Manager 9.2 and would like to ask you how should I proceed with the use case where I need to create a deferred object instead of updating a Person on a Web Portal (PUT /portal/person/reports/interactive) report when updating…

  • Update Script for a value column in Person Table

    I wanna add a modification to a script used for calculating the CCC_Direction value in the Person table. CCC_Direction corresponds to the Direction to which the person is attached calculated based on DepartmentName column in the Department table as shown…

  • How is the DeactivationStart field filled?

    We are using version 8.1.3. We saw that some of the new users had their DeactivationStart field filled. The process (VI_Person_Deactive_ExitDate_Expired) considers this field. The process updates the IsTemporaryDeactivated field from False to True according…

  • Provisionning AD Error: [1777004]

    Hello all, 

    I'm facing an issue and I tried many different ways to solve this, but the problème still exists. 

    The problem is: after creating a user from the web portal, the user is created, get the AD account by the AccountDef and all things…

  • Synchronization Person Table to Active Directory

    Hello, 

    I'm actually in the following case:

    When I create a user in the OiM WebPortal, the User is created in the Person Table in the DB. 

    How can I do to send this user created to the ADSAccount table? 

    I just want to automatically synchronize the user…

  • Manager auto assigned to ads account

    Hello,

    I am facing issues when I am created new users with no managers assigned on person table, it creates ADSAccount according to the OU, but somehow, it is automatically assigning the manager on the adsaccount table but not on person table.

    I am using…

  • Set identities to inactive

    Hello,

    i'm having issues with the "IsInActive" column. When I provide in column "ExitDate" an old date it's doesn't change to 0 this attribute.

    I don't know if I have to set up something special or to activate something…

  • ADSAccount not updating from Person

    Hi All, I could not trigger update of ADSAccount after the Person record is updated.

    Previously, I was able to insert from HR feed all the way to creation of Active Directory account via synchronization.

    However, an update of attribute from HR feed being…

  • ADS_ADSDomain_SearchandCreate_Person_PostSync - error messages

    Hello Experts,

    ADS_ADSDomain_SearchandCreate_Person_PostSync  is frozen is with below error

    Error messages : 

    ErrorMessages = (2018-11-07 18:33:58.230) [810222] Error executing script 'ADS_PersonAuto_Mapping_ADSAccount'.
    [System.Exception] Error…

  • How to check the name of the column which is updated?

    Hi,

    I want to add a trigger on update process of Person table where I need to read the name of the column which got updated. I am able to check the date when the record was updated and the user who updated it but unable to check the column which was updated…

  • Getting "Write permission denied for value "Import data source"" while syncing data from AD

    Hi,

    When we are running synchronization in the direction of One IM, users are getting created in ADSAccount table but we are getting above error in postsync "ADS_ADSDomain_SearchandCreate_Person_PostSync" process. We have admin rights on database. Please…

  • error while inserting user data into person table via script

    We have script for inserting User data into Person table .Recently there is no insertion is happening due to below error ,

    Insert User with ID 00005783
    2018-06-25 14:51:28 +02:00 - Serious - Error in line 3051: [810023] Error during execution of statement…

  • How to Trigger a custom task if any changes happened in any attribute of Person Table

    I have requirement as when any attribute of user updated in person Table via feed file ,i need to trigger custom script in One idm. How can i Achieve this.Please provide a solution.

  • How can delete the Person Object from One Idm

    I need to delete the Person Object One Idm. Is there any way to delete the object from Del One DB.Please suggest me.

  • How can we delete the person object from One IDM.

    we need to delete a person object from One Idm. While we are deleting through (Object Browser -> delete ) ,we are getting  an error like " Object <xxxx,xxxx> cannot be deleted while objects of type <Request procedures> are still assigned " ..…

  • Script Error: Employees: Write permission denied for value "Disabled permanently".

    I have this script which throws "Employees: Write permission denied for value "Disabled permanently"." error during execution. What I'm missing?

     

    Public Function CCC_InActivatePerson(
        ByVal UID_Person As String) As String…