• Designer: how to execute a custom script once

    Hello everyone

    I haver developed a custom script in Designer. It updates certain attribute of the the users in Active Directory. It is a script designed to be executed once. I have compiled it and when I test the script it does not update the attribute…

  • issue in Synchronization log

    we have a  situation like ,a user available in AD and but user not available in DELL one idm ADSAccount.So in synchronization log i could an error like " error during execution of "setValues" in logic module VI.DB.Entities.EntityScriptLogic .conversion…

  • Active Directory user accounts: Write permission denied for value "Employee" while changing UID_Person value in ADSAccount.

    Hello,

    I've been trying to update UID_Person value in ADSAccount table in my script.

    '... something fancy
    
    Dim ADSAccount As ISingleDbObject = Connection.CreateSingle("ADSAccount", UID_ADSAccount)
    ADSAccount.PutValue("UID_Person", UID_SubIdentity…