• One Idenity Manager On Demand 8.1.4 - WebPortal - Automatic language change from Designer template

    Hi all!

    In the Designer we have configured the Employees' default mail address with a Formatting Script that throw an error when the input mail is not in a correct format. Actually the error message is in our native language (IT), but we have the necessity…

  • Database compilation error

    Hi everyone,

    I installed One Identity Manager 8.1.4 on a machine and when I try to compile the DB I get the error in the image below

    Here some information:

         - Job Server status is up and running

         - service is running

        - log file contains only "Requesting…

  • How to set up just one CSM connector as Authoritative source?

    Hello all, 

    We have various connectors that use the CSM configuration, some starling connectors (Salesforce and SuccessFactors ECP) and some custom target system connected throguh SCIM. These connectors are not authoritative sources, so the PersonAutoFullSync…

  • Database compilation closes itself

    Hello Experts!

    There was a problem. I go into the Designer and see that the base compilation is required. Okaaaay, i click on "Compile base", 10-20 seconds pass and the Designer closes.

    What can be done? Where can I find the logs?

  • VB reference manual

    Hi experts,

    I want to change some pre-scripts on some "process". But, there are many functions that I don't know, such as "Connection.Getsingleproperty()", "Pers.CallFunction()", etc. Is there any VB Reference Manual for those functions?…

  • How to change email notification fuction in "Designer"?

    Hi experts,

    I want to implement an email notification function in IAM.

    Here is the situation:
    when somebody makes a request, both A and B will receive that request. And the only condition to approve this request is both A and B agree to the request. But…

  • Custom Authentication Module

    Greetings,

    I have following use case:

    * allow the employee authentication to api designer project

    * do not allow employee authentication anywhere else

    I am using Identity Manager version 8.1.4

    With current configuration of the authentication modules I…

  • Query from a View in a script

    We need to run a query in a Script. We have created a View that we will query. It is done this way because we want to simplify the script

    This is our code for the Query:

    Dim qPersonWantsOrg = Query.From("View_Avbestilling")

    View_Avbestilling is…

  • PowerShellComponent ExecuteScript - Missing argument in parameter list

    Hi everybody,

    I am facing a problem using the PowershellComponentNet4 - ExecuteScript process task. I have the following script as parameter:

    Dim samAccountName As String = $SAMAccountName$
    Dim username As String = Connection.GetConfigParm("Custom\TargetSystem…

  • Is there a way to limit access to Designer/SyncEditor to Read-Only for System accounts?

    Hello Experts,

    I have a bit of an issue and looking to see if there is a solution.  Currently we are using OneIM 8.0.1.  Our whole team has System Accounts due to need for provisioning in manager.  I was wondering if there was a way to create custom roles…

  • Data not loading in collection.

    Hello All,

    I am facing situation where data in collection is not loading.

    Logged in user has application role CCC_TargetsystemReadOnly which has all requied permissions on table.

    I have collection and this collection is bound to grid and data is loded…

  • Unable to insert record in PersonWantsOrg table via. a custom script

    Hi All,

    Our Dell one identity current version is 7.1.3.

    I have a sync process that pulls data from anther database to one identity database. During this it inserts a records in PersonWantsOrg table. unfortunately, it is failing to insert a record and…

  • Data Import script

    Hi all,

    I have a question I would be glad if you can help me with it, I have a process that has as a process task ScriptComponent  - DataImport that I need to modify in order it allows me to read a value from the CSV file and store it in a list that will…

  • Error during execution of 'CheckValues' in logic module 'VI.Common.Customizer.PwdpolicycolumnEntityLogic'

    Hi All ,

    We are getting the below mentioned error in the 'Insert' SAP user step of process SAP_PersonHasTSBAccountDef_Autocreate_SAPUser .(Identity Manager version - 8.1.2)

    Error during execution of 'CheckValues'  in logic module 'VI.Common…

  • SampleCustomizer on Table

    Hello!

    In the 'Desiner' in the 'Schema Editor' on the table in the 'Customizer' tab, you can assign your own classes (dll).
    I found an example of SampleCustomizer.cs that tells how to implement 'Customizer'.
    My question is…

  • Changing Hostname of a JobServer in the Designer

    I have a scenario where I have two job servers (one active and one is passive state), both are configured with similar machine roles, both are in different data centers.

    Currently I want to failover my primary job server to the passive one by changing…

  • Could not create a single object for table ADSAccount?

    Hi All,

    I have few process that run on ADSAccount table and whenever that gets run for creating a record in Active directory this process in job queue is being frozen and not successfully executed and the error it throws in "Could not create a single…

  • How to get current date in email templates in designer?

    Hi All,

    I have created some email templates in Designer tool under Mail Templates section. one thing that is bothering me is how to get the DATE populated dynamically in the email templates so that the user will be seeing the date in the email when it receives…

  • Not Able to delete Outstanding Object from AADUser because of O3EmailUser table object reference IM 8.0.2

    I have created a Process which calls method 'DeleteOutstanding'   for some selected objects of AADuser table which are having Xmarkedfordeletion=2 (Outstanding).

    These objects also have a reference in O3EmailUser table. Not sure why but system throws…

  • Read Only permission group

    Hi all,

    We have a requirement of providing read only access to certain tables and columns on the manager tool,

    so i searched for that and found that we can achieve this through permissions groups that need to be assigned to System user or application roles…

  • Cancel IT Shop Order are not working from the Script Component

    Dear All,

    We are trying to abort or Unsubscribe IT Shop orders for a given SAP Account. Attached my code, it is working fine when i test the script directly calling from Script Debugger but it is not working when we call same script with same attributes…

  • PWO Status Assigned but not applied yet in Web Poral

    Dear All,

    As i remember in Version 6 there is a status saying product is "Assigned but not applied yet" in the Target system. In our scenario (version 8), we are requesting for new SAP Roles using the portal. The status changed to Assigned immediately…

  • Password containing mail sent to group mailbox instead of person mail

    Hello people,

    we have an use case where after creation of service account password credentials is shared to requester but for few mail is sent to group mailbox which was set up in config param.

    We suspect this issue is  happening because of match pattern…

  • What all permissions are required to display custom columns in custom table in web portal?

    Hi,

    I want to display custom table columns in web portal. I tried adding various permission group and role based permission group to the table but its not working. Please suggest how to achieve this. Thank you.

  • Person table how to capture records deletes

    Requirement : - I need to capture events related to delete events in Person table

    Solution adapted : I set a designer process with delete event.

    Challenges

    when I tried to delete through Manager  a record the process is not getting deleted

    But when I tried…