• MakeDecision process error

    Hi all,

    i'm launching a MakeDecision method on the object PersonWantsOrg with a HandleObjectComponent - CallMethod process step.

    this process is called all the time by other processes during the workflow of a request and all go fine.

    But in one case…

  • Create system user for swagger API

    Hi everyone,

    We want create a system user to use the swagger API. This system user must be able to do only GET request on a specific table.

    To do this I add a permission group with read permission on that Table, but this user is not allowed to use Swagger…

  • IT Shop Tutorials for 8.1???

    Hello, 

    I'm new to this forum & OIM. Would anyone know where I can find an overview of features & configuration for IT Shop? I've been assigned the task of configuring this & I'm not sure as to where to start. Any suggestions would be greatly appreciated…

  • Client certificate-based authentication from 1IM to web-service

    We have an existing integration with a target system via a web-service API. For that, 1IM performs calls to the web service API from a custom script (in DialogScript table) which user auto-generated proxy-code script (in DialogWebService table). These…

  • Error creating ADSAccount with Account Definition

    Hi All,

    OneIM version it's 8.1

    We have the next problem creating the ADSAccounts with an Account Definition:

    ErrorMessages	(2020-05-29 12:05:31.517) [810023] Error during execution of statement: insert into QBMPwdHistory (DateInserted, HashValue,…

  • AS/400 Connector not available

    Good afternoon,


    After installing version 8.1 of the Identity Manager tool, with the LDAP directories and IBM Notes/Dominio modules, we tried to configure an AS/400 connector as shown in the technical document "LDAP Connector for IBM AS/400 Reference Guide…

  • OneIM DB encryption

    Hi,

    I know that in OneIM 8.1, two Encryption Schemes are possible.

    1) RSA

    2) FIPSCompliantRSA

    But is it possible to add "Encrypt=True;TrustServerCertificate=False" to the connection string?

  • Error installing Job Server

    We are installing version 8.1 of the product and we have a serious problem when installing or defining the Job Server. The error code is as follows:

    Error during execution of statement: 
    insert into QBMServerHasDeployTarget (UID_QBMDeployTarget, UID_QBMServer…

  • How to get old value in Template

    Hi Experts 

    I have a template in ADSAccount, where I need to take decision  based on one of the attribute $ExtensionAttribute1$. The value of this property comes from person.

    If property represent the type, If type changes I need to put some logic. 

    If …