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…
Hello,
I have a custom target system that I have set up with Scripted Synchronization. I can set up account insert/modify/delete through the scripts without issue. Each account in the system belongs to one and only one role, and that's what I'm having…
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…
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…
Hello,
We are planning to provide an application with information from the One-IM database.
Here we have created a custom table - including with a column CCC_DepartmentX, which contains the XObjectKey of the department.
Since it is an MSSQL database, we…
OIM Versoin 8.1
I'm reading the SDK and trying to execute some of the examples and I'm not having much luck with creating DB objects.
It looks like everything is OK, there are no errors but nothing is being saved to the database. Maybe I'm overlooking…
Hi
Since we have migrated our System from 6.1.3 to 7.1.2 we have the problem with some custom sync scripts, because they try to create a new object in the tables UNSAccountB and UNSGroupB. But the creation process fails due to not working template for…
Hi all,
I need to get the reasonHead from Decisiontype Unsubscribe on a Request but if on that request are started more Unsubscribe I need to get the last one made.
Basically I need the orderby on Connection.getSingleValue or Connection.getSingleRow.
…Our One Identity Team just launched a new One Identity YouTube channel. We have over 100 technical training videos for One Identity Manager and Cloud Access Manager.
Check it out and subscribe to the channel for the latest updates: https://www.youtube…
Hello,
Any way to introduce a delay in the script? Like sleep(x), avoiding using loops
Thanks.
Hello,
we are migrating to V7.1.1.
I can't find the function vid_insertforhandleobject_freeze in the database.
How can we trigger an Dataset Insert / Update via SQL ?
We have special programming in SQL, so DataImporter is no alternative.
exec vid_insertforhandleobject_freeze…
How to set an UNSAccountB as Outstanding by using a VB Script (XmarkedForDeletion = 2)
In our environment, we created a structure of business roles and made them requestable. Works fine offcourse ;-) But some resources, tied to the role need to follow a specific approval flow using multiple approvers. So my plan is to avoid to create extra…
I did some testing in my version and PersonWantsOrg.ObjectKeyAssignment was always filled in my 7.0.2 environment.
The reason for not getting the CustomProperty01 value of your requested Org Membership is, that the Membership does not exist at the time…
We used to have a script that would run post create that would send out a email to notify certian people that a new users had been created. we had a detailed VB script that did this, however since the upgrade to QC 5.0 this no longer is the case, support…