• Users not visible in Starling project

    I have created a starling project to integrate Salesforce. When I browse the Target system, I am able to see the roles, profiles, permission sets and groups. However, In 'users', the records can be seen under the list but when I click on any particular…

  • Access "Sponsor" field for an AADUser using Azure AD connector

    Hello all,

    Microsoft introduced a new field named "sponsor" for a user in Azure Active Directory (Entra ID). It's used to know who is responsible for a guest user.

    I want to retrieve this value using a Azure AD connector, but after a schema…

  • The RPC Server is Unavailable

    We get this error while provisioning an AD User on Target System.  User was able to created with no password. You can see the error details below link. We are getting some password policy requeriment error in the logs even we have tried to give manualy…

  • update AD DC to AD VIP

    Does the AD sync engine have the capability to use an AD VIP (Virtual IP) instead of directly connecting to AD Domain Controllers? We are experiencing job failures due to AD DCs being non-operational for extended periods during the day.

  • SCIM Connector: API Key and Proxy

    Hello everyone, 

    I want to create SCIM connector to Ariba SCIM API for User and Group Master Data. 

    Authorization works good but connection to API server finished with error "No API key found in request". 

    This API key should be in request header…

  • Schema update and Schema shrink using SQL command

    Hi,

    We are using an Azure pipeline to deploy our packages using Intragen.

    Currently we are using change labels to do the changes in our system.

    For a change I am currently working on we need to extend the length of an attribute, I used the following…

  • Populate uid_person column during synchronization

    I have created a new custom table which has a column CCC_UID_Person column. The table will be be populated with data during synchronization.

    I would need suggestion on how to populate uid_person based on the email value which I get during synchronization…

  • Target system mapping in synch editor

    I have a created a new synch project to sync data from target system to new custom table which I have created at One Identity side. I am using native database connector.

    The expectation is I want to get data from two tables at the target into one Custom…

  • One Identity and Active Roles connector slow

    Hello Experts,

    I'm having issues with two environments moving from Native AD connector to ARS connector. I would imagine the initial sync should take longer with it having to proxy through and the additional virtual attributes created with the ARS schema…

  • Issue in mapping tables (unable to add reference) in Synch Editor

    Hi all,

    My requirement is to pass data from Department target (v9.1) to one identity manager (v8.3) but I can't see the view in the target system. And for some other tables I tried to Map , I am not able to add reference to the Foreign Key columns , they…

  • Writing custom script in the virtual attribute in Sync editor

    Hello,

    I am using the following custom script in the virtual attribute to find out managers -> PersonnelNumber and map it to another database column. But I am not able to successfully do that. could someone help me where I am doing it wrong.

    This…

  • Ho to pass managers personnelnumber to another column in Synchronization project

    Hi All,

    I have a requirement for which I am creating a mapping between person table and another database table to save person's manager personnelnumber into a Database table column.

    For that I have created a virtual attribute with object reference…

  • Handle duplicate objects for database connector

    Hello,


    I have a DB2 connector and need to synchronize a table with One Identity. I have created a custom table in One Identity and mapped the following values:

    Rule:

    • 1IM: Vrt_key = script property that returns attribute1 + "|" + attribute2
  • Attribute for populating Manager in SAP connector

    Hi All,

    We are using Identity manager version 9.0 version. We got a requirement from the client that we need to update the manager details in SAP. We are using SAP R/3 connector using Appserver connectivity and we got the BAPI transport package installed…

  • Worflow order of a sync project

    Hello,

    We have an issue with the workflow order of a connector made with Starling.

    We have 2 workflows in this order: the first one for inserting identities and a second one for updating a boolean custom field.

    The problem is that during the first sync…

  • Condition for template (trigger only if the SYNC is finished)

    Hello,

    I would like to know if it's possible to set a condition in a template so that the template triggers only after the sync is complete.

    Let me explain the use case:
    We have a sync project for SAP SuccessFactors where we perform an initial sync…

  • OneIM - PAG Connection via OneIM Safeguard Connector

    Hello,

    We have been trying to establish a connection between Safeguard and OneIM using the OneIM PAG module and OneIM Safeguard Connector from Synchronization Editor. During system creation section, we have been receiving "Unable to retrieve certificates…

  • Dpr_Shell_Migrate error after upgrade from 8.1.5 to 9.0

    Hello,

    After upgrading to 9.0 , DPR_Migrate_Shell passed for all Synchronization projects except for one, it is giving me the following error 

    ErrorMessages  (2024-02-01 14:12:50.877) Migrate all database schemas (SystemId: FTP#66CBC063-859C-4C05…
  • Sync log: Change Display value of system object

    Hi,

    is there a way to edit the display value of the system object in the synchronization log?

    I have a csv connection to import assignments into PersonHasESet.
    These assignments are displayed as "UID_ESet - UID_Person" and I would like to change it to have…

  • Creation/Usage of Transport Files

    Hi,

    OIM Version: 8.1.5

    I've have a requirement to create a Transport file to import some changes from a lower environment into a higher one.

    I've read through the information in the Operational Guide around Transports, and I can't see any answers…

  • SCIM: The request contains invalid parameters or values

    Hello,

    I am trying to connect to a Target System using oAuth authentication method via SCIM. We are using the version 9.0 LTS.

    We populate all the correct values and when we try to test the connection we get the below error message:

    Error returned:…

  • Dynamic property access in sync mapping

    I try to access a property by using this["propertyName", false] instead of $propertyName$. For example a script property

    function string vrtTest() {
       return this["propertyName", false];
    }

    That works fine when I access the property in the target system browser…

  • [SAP ARIBA] CSM_User_Insert error : Erorr while doing JIT creation

    Hello, 

    I've created a SCIM connector with SAP ARIBA, which is a cloud application.

    The full synchronisation works well with Inserting/Updating/Deleting.

    We tried to implement the standard process CSM_User_Insert, in order to perfom JIT creation.

  • SAP - Write permission denied for value "Role"

    Hello,

    we are testing a change of the SAP CUA to a new client. Thereby the following error still occurs in the log of the sync in the step "userinCUARole" with the new CUA:

    [810025] SAP user accounts: assignments to role: Write permission denied…

  • Exchange Online shared mailbox members visibility in One Ideneity

    Hi.

    I am trying to find all members of a shared exchange online mailbox, in One Identity. 

    I am looking at the MailBox schema in my exchange online connector via the sync editor

    The properties i am looking at are:

    • GrantSendOnBehalfTo
    • ResourceDelegate…