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

  • Synchronization Editor: Test connection failure after import sync project

    Hello!

    1IM 8.1 (2019-01-21-108).

    I have imported Native Database sync project to PostgreSQL database (via .projshell file)

    When I click Test button (In Target System) for check connection to the PostgreSQL database see error: "Data source name not found…

  • Ho to read data from IEnumerable<CommitRecords>?

    Hi, I am working on ADO.net connector in version 8.1.3. We need to write our own code to push the data to target system and I noticed that we et the user data in IEnumerable<CommitRecords> when we write our own Multiprocessing steps script. Please help…