Hi everyone,
I'm creating a custom scrip in which I need to execute a query with the order by clause. I specified it in the where caluse but there is a default "order by cn" in the final query. Here you can see the two queries.
Where clasue…
Hi everyone,
I'm creating a custom scrip in which I need to execute a query with the order by clause. I specified it in the where caluse but there is a default "order by cn" in the final query. Here you can see the two queries.
Where clasue…
Hi everyone,
I have a target system connected through the Native Database Connector and i have to provision the password on this database. In the target system database the password is encrypted using SHA256 hex but it is not automatically done by the…
Hi Everyone,
I am trying to generate an event from a script.
I tested the script using Visual Studio its triggering the event but when I tested the same from designer it not triggering any event.
If sapMandant.ALEShortName.Contains("ND2") Then Dim htParameter…
Hi all,
I have an issue with the Rest API call where I need to provide the certificate (it is the authentication API). I have checked this and other forums, but I can not solve the issue I was able to establish the connection in the Synchronization Editor…
Hello experts!
We wrote a script, the result from this script, we want it to be displayed in the letter that is sent to the user by event.
I created a mail template, i write $SCRIPT(ССС_Test)$
The recipient receives $SCRIPT(ССС_Test)$
And there…
Hello all,
First time poster. Need your assistance. We have a large environment and we use SCCM to manage all machines. I need to uninstall version 5.9.1 from all machines and I am having a hard time doing that using script or programmatically. I tried…
Hi fellow experts,
I hope everyone is save and healthy.
I've configured an account definition for a custom target system and mapped it with a business role (assigned using a dynamic rule). So the creation of UNSAccountB is happening and using the generic…
Hello Community,
I'm using the method CreateAttestations in a script with an array of objectkeys as input:
.. Dim arrXObjKey As String() = colObjects.Select(Of String)(Function(t) t.GetValue(Of String)("XObjectKey")).ToArraySmart() Dim policy As…
I have a process I need to write that's going to need a VB script. I have a custom multivalue column on the Person object. When the process fires, I want to add a value to the multivalue column. What would the VB Script look like that would grab the Person…
Hello!
1IM 8.1
I need get XDateInserted from Department view in Mail Template.
I wrote script:
Public Function CCC_Department_Get_XDateInserted_1(ByVal dbDepartment As ISingleDbObject) As String Dim strLOGFileName = "C:\temp\logs\temp.txt…
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…
Hello,
I'm having trouble with how my output looks in my data for the script I've created. I've created the script in a way where the output is a String that is precisely aligned to JSON format (using the Newtonsoft.Json.Linq.JObject format). However…
When testing the script from Designer it is possible to set "Use transaction". Is it possible to somehow set "Use transaction" inside script i.e. Session.Variables.Put("UseTransaction", True)?
Hello people,
I was wondering if there is a way to execute backend functions from the Web Portal.
For Example: let's say I have a function in backend called "CCC_MyFunction" which accepts some parameters and returns some string. Is there a way to retrieve…
HI,
I'm busy with some UnitTesting for OneIdentity.
For creating objects you call the function Session.Source().CreateNew(Object, CreationType)
There are multiple options for the CreationType parameter but I don't know what the difference is between…
Hello!
I wrote script for add user to Oracle Database.
I created process (Insert Event to UNSAccountB table) for create the user.
When I create user in Manager, I got error:
Got exception during generation of chain 'VI_UnsAccountB_Generic': Error generating…
Hi,
Hoping a quick question, How do you create a new database via the Cli?
I'm trying to replicate the functions of the ConfigWizard "Create and install database function/feature within a deployment script. I've found information that points…
Hi,
We are trying to insert data in table using script for which we need to generate UID as well as XObjectKey. I tried searching for OOTB system scripts if we can reuse it and generate UID but could not find it. Can you please help? Thank you.
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…
Could you please help me to find the use of a tool called "Stdioprocessor".In our server ,this tool taking much memmory and CPU usage.WHat is the need of it.Help me.
Hi,
I am using COnnection.GetSingleProperty to read the value of "RiskIndex" from "AERole" table and the risk index is "0.01". Connection.GetSingleProperty as Double returns 0 instead of 0.01. How to handle this?
Hello experts,
We would like to publish our AD Groups in another shelf different from the default one. Version 7.1.2.
We have tried to edit the script “ADS_AssignADSGroupsToITShop” which, as far as we know, contains the instruction to publish it in…
I have requirement as when any attribute of user updated in person Table via feed file ,i need to trigger custom script in One idm. How can i Achieve this.Please provide a solution.
we have created a custom script for creating an attribute in person object. But later we have modified the script ,and i need to apply this script for entire users in One idm.
How can i do that .Is there any dedicated task for that.Otherwise i need to…
we have a situation like ,a user available in AD and but user not available in DELL one idm ADSAccount.So in synchronization log i could an error like " error during execution of "setValues" in logic module VI.DB.Entities.EntityScriptLogic .conversion…