• INSERT Event Trigger Not Firing When Inserting via Script

    Hi everyone,

    Has anyone managed event triggers following an insert operation via script into a table?
    The issue is that when inserting an object into any table through a script, the INSERT event is not triggered. This happens because the operation is done…

  • Web Designer - Upload File node - Load content to local collection

    Hi experts,

    I am a bit stuck on the component mentioned in the subject.
    In short, my goal is to create a web function where the contents of a .csv file can be uploaded to a local collection and then processed using a custom script.

    My problem at the moment…

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

  • History DB transfer for Job History data

    We have recently set up the History DB V9 and testing the data transfer. When we ran the export job, the data for WatchProperty tables and ProcessInfo has moved but the data for Job History table hasn't moved.

    The configuration parameters value is…

  • Webportal error

    Hi Guys,

    Does anybody have some idea about the below error notification in the old web portal? We are trying to create a new role and create it for the adsgroup.

    Uncaught TypeError: Cannot read property 'responseData' of undefined

    The API server…

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

  • Docker deployment - database preparation

    Dear All,

    I've been trying to deploy One Identity Manager components (web portal, application server, job server) on Docker, using publicly available images on hub.docker.com

    However,  the containers always fail with error message: "Invalid object…

  • Date difference excluding weekends, similar to NETWORKDAYS function

    Is there a way to find the difference between two dates excluding weekends? I was hoping that NETWORKDAYS function would be available, but it is not. I am using version 9.0.

  • Service Items visibility based on the selection of the other service item

    Hello All,

    We are using One Identity Manager 9.2 version and using Angular Web portal.

    We are trying to limit the visibility of service items based on the selection of the other service items selected on the portal.

    We have explored the option of service…

  • Password Manager upgrade

    Hi All

    I am using One Identity Password Manager x64 version 5.9.5.813 on Windows Server 2012 R2. I want to come up with new Windows Server 2022 or Windows Server 2019 and install One Identity Password Manager. Specifically, I want to export the configuration…

  • upgrade/migrate Identity password manager

    Hi All

    I am using One Identity Password Manager x64 version 5.9.5.813 on Windows Server 2012 R2. I want to come up with new Windows Server 2022 or Windows Server 2019 and install One Identity Password Manager. Specifically, I want to export the configuration…

  • upgrade/migrate Identity password manager

    Hi All

    I am using One Identity Password Manager x64 version 5.9.5.813 on Windows Server 2012 R2. I want to come up with new Windows Server 2022 or Windows Server 2019 and install One Identity Password Manager. Specifically, I want to export the configuration…

  • Translations does not comes into correct sort order

    Hello All,

    We are using oneIM 9.2 version and using Angular web portal.

    We have observed when we initiate to submit new request, service items does sort order does not come according to the visible name on the portal rather than it uses the Ident_AccProduct…

  • Previous Website Configurations Missing

    Over the weekend of the 7th through the 10th, we lost all of the customization on the website buttons, forms, etc. Everything went back to their default names and settings and we seemingly had to recreate everything manually. Is there any location to…

  • SAP force user to change password at first login

    Hi everyone,

    I am using One Identity Manager On Demand v. 9.2.

    Is there a way in which I can force the user to change password at first login after creating the SAP account? I see that there is a specific configuration parameter for Active Directory …

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

  • Hi Microsoft says that they will enforce MFA in July

    Hi

    Microsoft says that they will enforce MFA in July and onwards for all users in Entra, will One Identity support managed identities or service principals for running the Azure AD connector, or how do you plan to solve this?

    Microsoft will require MFA…

  • IAM server upgrades 2016 - 2022

    Hey guys,

    We are planning server upgrades from 2016 to 2022 in the coming weeks.
    The IAM servers are on the list to be upgraded, just want to get any input from you guys on thoughts/concerns around this.
    1IM 9.0 LTS supports Server 2022, so I don't…
  • Authoritative source for Active Directory samaccountname (marriage changing of surname)

    What is the good practise regarding the updating of user accounts in the scenario of where the person gets married?

    *disclaimer* I am currently pre-implmentation certified (all theory no practise), so I have done the courses and certifications but have…

  • Script optional parameters in process step

    Hi,

    i have the following script which has optional parameters:

    Sub CCC_RunQBMLimitedSQL(
    statementNameOrUID As String,
    Optional ByVal parameter1Name As String = Nothing,
    Optional ByVal parameter1Value As Object = Nothing,
    Optional ByVal parameter2Name…

  • Angular WebPortal Problem

    Hello,

    We are using Angular Web Portal. We passed custom application for the api server. Some users use the web portal properly. Evertyhing seems good but some users also cannot use web portal properly. They have been getting an error ('TypeError:Cannot…

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

  • ITShopCart - check for duplicates for QERReuse and QERReuseUS

    Hi,

    when ordering standard products (roles, groups etc), there's customizer check if there are duplicates in shopping cart. For obvious reasons it doesn't check for duplicates when ordering Multirequest resources. Is there any way to enforce duplicate…

  • Launch custom event on a table from sql

    Hi all,

    I have a custom event on the table PersonWantsOrg, I want to launch this event in bulk for 800 rows,

    I could I do it from an sql script? There is a way to do this inside One Identity?

    I have a custom process on DialogDatabse that run an HandleObjectComponent…