Hi everyone,
I'm working with an Orchestrated Process that calls an external API. Currently, all requests hit the endpoint simultaneously, causing it to return a 500 Internal Server Error
due to overload. I'm seeing errors like this in the logs:…
Hi everyone,
I'm working with an Orchestrated Process that calls an external API. Currently, all requests hit the endpoint simultaneously, causing it to return a 500 Internal Server Error
due to overload. I'm seeing errors like this in the logs:…
I'm trying to make an Process to limit users from having more than one resource from the IT SHOP at a time, i have four roles, so if the user already have one and asks for another, the event will trigger (Insert in PersonInOrg) and will automatically…
Hello everyone,
I created a process triggered by the insert in the table PersonInOrg. This process must update a value in the table PersonHasESet, in the record referred to the assignment of a system role inherited from the assignment of the business role…
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…
Hi everyone,
I want to monitor admnistrative changes made, for example when someone changes a Process, a template on a table or something else.
I know that for the import of change label I can monitor this operation with "DialogTag" table, but I want…
Hello Experts,
I'm trying to get a process orchestration in place to SFTP a file. I'm having issues and don't see much on documentation.
When I ssh to the SFTP server I get the fingerprint and use that for the config parameter. Although when…
Hi forum,
I'm using One Identity Manager 9.1.1
I'm trying to develo a process that assigns/removes a memebership to an account for a generic target system, given specific informations, and i need to monitor the correct execution of the provisioning…
Hello,
I need to check in a process generating condition if the event is an insert or it is an update.
Can you help?
Thank you,
Elena
Hi everyone,
In One Identity Manager v. 8.2.0 there's the default process "VI_ESS_PWOHelperPWO send mail to remind approver". In the Designer, inside Pre-script for generating, I can see by default:
values("UID_RichMail") = $FK(UID_QERWorkingStep…
Hello,
I have a need for a process orchestration to send information down to a mail template.
The data is not present in the table where the mail template is based. The mail template is called by the process orch and was wonder if a parameter in the process…
Hi. I have a script that creates unique values when adding new object in UNSAccountB. This script is used in process that starts on the Insert event. Process takes UID processed object and send UID to script (process is generated for each single object…
I tried making a custom process that triggers on INSERT on PersonInOrg table. I've checked the "Assign by event" flag and tried using both an empty generating condition and "Value = True" condition.
The process is never triggered…
We recently upgraded OneIdentity to 8.1, and one of our custom scripts started failing with:
System.IO.FileLoadException: Could not load file or assembly 'PhoneNumbers, Version=8.8.11.0, Culture=neutral, PublicKeyToken=cad7840cee602442' or one of its…
Hi,
I have a process that should call a startup configuration from a sync project. Depending on the CSV file that's being used in the process, I want to use a specific variable set. Is it possible to map that within the process step parameters or is it…
Hi,
My current predicament is that I have a process that for each CSV file existing in a share, validates the file and if it's ok, then should call a synchronization project. After the import is done, the file should be moved into a processed folder and…
Hi I'm using v 8.1.1. I want to fire a process when a particular column on the Business Role is updated. It looks like there's no UPDATE event on Org - there's only INSERT and there are no events on the BaseTree table. Is there any way I can fire a process…
Hi,
I want to export the port to XLSX format via process and so I have added the export format parameter as "XLSX" but the report is having headers again and again. How to avoid this?
Hello Team,
All Exchange related jobs are going to frozen state with error message:
Can someone check if any configuration changes required to Exchange server?
ErrorMessages = (2019-11-06 19:00:09.630) [1777018] Error executing synchronization project…
Hi Team,
I am unable to push the Mailbox marked for deletion from Manager(target system sync Exchnage)
when trying to push getting below error
error message:
Error generating processes for event Update.
Error executing script 'Event_Update'.
Error…
Hi Experts
I have a requirement to remove all the ADS groups membership assigned outside of Identity Manager after seven days of termination.
I also need to move the OU and put in a archive group at the same time. What is the best possible way I can accomplish…
Hi folks,
We are using Identity Manager 8.0.1.
I have a process orchestration which involves process steps of ScriptComponent --> MailComponent - SendRichMail --> MailComponent - SendRichMail. I would like to get the output of the scriptcomponent…
I am trying to securely share variable of any type (e.g. System.Object or SqlConnection) between scripts executed by various processes with ScriptComponent.ScriptExec component?
Happy to provide more information on actual use cases if this would help…
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…
Hi, we have one custom column created with schema extension and it needs encrypted value. When I am passing value from front end i.e ITshop, it is storing this value in plain text. I tried using "encrypted" option in parameter but its not working. How…
Hey folks,
So I have been customizing some mail templates and so far so good for the most part. My current focus is on a new joiner use case, in which I trigger an API call to the application server to insert a person. Thanks to the help of some fine folks…