• How do StringErrors work in IDM?

    I would like to know how StringErrors work, for example the message that is displayed on the Login screen "[1205002] You are not authorized to use this database.", it is not translated (and it is not even found in the DialogMultiLanguage table), neither…

  • Web Portal using Docker image

    trying to install the WebPortal using the Docker image here https://hub.docker.com/r/oneidentity/oneim-web

    with the linux-amd64-8.2 tag and the following environment variables/secrets:

    export APPLICATIONTOKEN=abcdef
    export APPSERVERCONNSTRING="http:/…

  • Create report with two related tables

    Hello,

    You would need to create a report in which you relate the Person table and the PersonPasswordHistory table to the common field UID_Person.

    So that the report shows me the password changes along with the name and surname.

    How can i configure this…

  • Restrict property to be read-only

    Hello,

    Can someone tell me if a script can be used to restrict property to be read only for my profile? v8.1.3

    We have a need to ensure that internal employees don't edit certain things since most data comes from HR.

    External users should be able to…

  • WebPortal: Employee which can be edited by the current employee

    Hello,

    I have the following setup to only allow users to edit employees that are IsExternal=1. Here is my SQL on it...

    "uid_person in ( select uid_person from QER_VEditEmployee where uid_personhead = '%useruid%')
    and ((IsExternal = 1) or …

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

  • ITShop Search Error: System.AggregateException: The operation has timed out (Version 8.0.1)

    Hey Folks,

     

    So after installing the application server and ITShop portal, I am having an issue with the search feature. Whenever I attempt to search for any item in either the top bar or within a new request I get the following:

    When I interrogate the…