• Minimum required Permissions for User(s) to connect to Microsoft Teams and SharePoint Online

    Hello everyone,

    currently we are trying to set up an initial synchronization with Microsoft Teams and also we are trying to set up an initial synchronization with SharePoint Online.

    In the documentation for Microsoft Teams this is stated:

    User for…

  • Upgrade from One Identity Manager 8.1.5 to 9: LDAP Connector and LDAP Connector (version 2)

    Hello,
    soon we will upgrade the One Identity Manager from version 8.1.5 to 9. According to the release notes 8.2.1 (https://support.oneidentity.com/technical-documents/identity-manager/8.2.1/release-notes/3#TOPIC-1805043) the LDAP connector will not…
  • Quick Connect Connectors and Oracle 19

    In QC 6.1 There is a link to download additional connectors.  When I try to open it on my server, web browsing is blocked, when I copy the link it is rather generic and doesn't take me to a list.  Have been digging around and have been unable to find…

  • Is it possible skip LDAP schema verification?

    Hello everyone,

    I'm trying to connect 1IM to a legacy Oracle Unified Directory server

    the project creation wizard complains about a few errors in the ldap schema provided by the server

    I tried using the new "LDAP Connector (Version 2)" which allows…

  • Powershell Connector Error

    Hi everyone,

    I'm using One Identity 8.1.4 and I'm trying to create a powershell connector using the Synchronization Editor.

    During the creation I get the error below.

    I think the error is in the following lines in XML file but I don't know what…

  • AD update schema error

    Hi Experts,

    We have exported AD sync project from Synchronization editor and imported it to on new environment.

    After importing it, we have updated connection details to Target system for  new Active Directory then we are trying to update schema.

    We…

  • UNSRootB Base Object is not working as expected with different Sync Projects

    Hi there,

    I have different projects using different connectors (Powershell, Native Database) to pull accounts from different Target Systems, those accounts are mapped to UNSAccountB and every project has their own Base Object and Variables.

    So my goal…

  • UNSAccountB process is not firing for INSERT events for Provisioning using Powershell Connector

    Hi,

    I want to Create Active Directory Accounts using the Powershell Connector with the OOB AD Sample.xml definition file in my Sync Editor Project.

    Right now I'm able to execute the Full Sync, so the AD Accounts are under UNSAccountB but I can't Provisioning…

  • RE: Synchronizing Integer Column with NULL

    Hi Febin,

    the column EOG_USER_ID is marked as primary key column which sounds strange to me if the column allows NULLs for it.

    Can you send me the table definition please? I'm trying to dig down a little further.

  • RE: Synchronizing Integer Column with NULL

    Hi Febin,

    can you provide a screenshot of the mapping?

    And just for clarification, you are using the native Oracle connector and not the ADO.NET generic option?

    If so did you overwrite any of the DMLs (Script or SingleLine DML)?

  • RE: How to filter/scope target system values

    Hi,

    you have to create two custom target system schema classes and two mappings. In the custom schema classes you can apply a filter to distinguish between users and roles.

    I've done that for an Oracle User Profile sample.

    Sample:

    1. Create a custom…
  • RE: Sync Editor: Configuring a MSSQL connector for 7.0.2, Update operation

    Hi Osvaldo,

    the store you are using only contains changed values. That's the reason why your replace throws the error.

    That's why you should normally use something like the following to avoid the error:

     if (store.Contains("NAME"))

    {

  • RE: The object has pending M:N provisioning tasks

    Hi,

    your LDAP is configured to do single ad-hoc membership changes for the provisioning tasks. So for any membership change an entry will be recorded in DPRMembershipAction. These entries will be used by the ad-hoc provisioning steps in addition to the…

  • How to use RFC_READ_TABLE BAPI function in Quick Connect for SAP 2.2?

    I need to read custom tables created in a SAP HR system, I read the QC SAP 2.2 Quick Start Guide and found that there is a BAPI Function for the Quick Connect SAP solution. Is there any documentation that explains how to configure/use this RFC_READ_TABLE…