• Sync Process Fails for User with Locked Property

    Details

    I'm currently testing methods of preventing updates on certain properties for specific users in our non-production environment. We have selected 'prohibit modification' for the CCC_JobCodeType property field on a test Person.

     

    Con…

  • Orderby quering the database with script

    Hi all,

     

    I need to get the reasonHead from Decisiontype Unsubscribe on a Request but if on that request are started more Unsubscribe I need to get the last one made.

    Basically I need the orderby on Connection.getSingleValue or Connection.getSingleRow.

  • Calling Scripts via Application Server RESTful API using Common_StartScripts permission not working

    Hi,

    We are trying to call a custom script via the Application Server RESTful API. 

    We have made sure that the user who does this has an application role assigned which has the permission group Common_StartScripts. 
    This application role also has the permissions…

  • 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…

  • 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…

  • Get group memberships in process or script

    Hi.

    I have created a process and a script that creates users in a 3rd-party system (Mindflash) when the ADSAccount is added to a specific ADSGroup. This works fine now, but now I want to add the user to groups in this system based on group memberships…

  • Speed up CSVExport 100.000 entries generation from Script

     Hi all,

    I have to generate a CSV file from all PersonWantsOrg entries (~100.000 and counting) and because of I have to take values from others tables too I use a script to generate the rows:

    here my script

    Public Function CCC_Export_Requests_LineDefinition_DWH…

  • Check out the NEW One Identity YouTube Technical Training Videos!

    Our One Identity Team just launched a new One Identity YouTube channel. We have over 100 technical training videos for One Identity Manager and Cloud Access Manager.

    Check it out and subscribe to the channel for the latest updates: https://www.youtube…

  • VB to Powershell help

    We used to have a script that would run post create that would send out a email to notify certian people that a new users had been created.  we had a detailed VB script that did this, however since the upgrade to QC 5.0 this no longer is the case,  support…