• Call stored procedure with ODBC parameters in Sync Editor

    Hello community,

    I have a problem with calling the stored procedure. I read data from the view of a DB2 database and to insert or update properties into the target system from One Identity side I need to call some stored procedures. I am getting the following…

  • How to return a value in ADO.net script

    Hi,

    I am working on version 8.1.3. I am calling stored procedures through ADO.net connector and used the sample template provided in synchronization project to write a script. I am able to create the user in the target but unable to return the UserID…

  • Need help with custom code for writing data to sql database using ADO.net connector and stored procedure

    Hi, I am trying to write the data to SQL target using ADO.net connector since I need to use stored procedure and direct db access is not available. I need a sample code to write code in Multiple Processing steps to create, update and delete user. We are…

  • Run database compilation within script

    Hello,

    In order investiguate on issues, we need to copy production database in another environment.

    The customer want to create a task to copy the database every day and maintain the two environments with the same data.

    We are using RMAN to copy the Oracle…