10/09/2023 07:00 PM
Hi Everyone,
I have launched a campaign for one of the business/tech platforms. Its is importing decommissioned entitlements from AD. I verified with the AD team and they have mentioned those entitlements are have been decomissioned. Can someone please suggest how can we restrict that from importing into Saviynt. Second, even if it is not possible to restrict, can we hide those entitlements by the advanced query? Currently its showing all the entitlements with zero accounts to review which is wasting manager's time to go through them all.
Below is the advanced query i have currently
ae1.entitlement_valuekey.entitlement_value like '%OU=OCM,OU=MemberServers,DC=ad,DC=mlclife,DC=com,DC=au%'.
10/10/2023 02:29 AM
Hi @Samiul ,
I think it's not possible to restrict to reconcile entitlements without account in Saviynt. But in order to save certifier's time you can try below query in Entitlements Query field under Advanced Campaign Configuration of campaign to skip entitlements without account from certification.
ENTITLEMENT_VALUE IN (SELECT DISTINCT EV.ENTITLEMENT_VALUE FROM USER_ACCOUNTS UA, ACCOUNT_ENTITLEMENTS1 AE, ENTITLEMENT_VALUES EV WHERE UA.ACCOUNTKEY = AE.ACCOUNTKEY AND AE.ENTITLEMENT_VALUEKEY = EV.ENTITLEMENT_VALUEKEY)
10/11/2023 08:03 PM
10/11/2023 09:08 PM
@Samiul One of the option could be for such entitlements
You can take out entitlement_Valuekey and put in certification config
and ae1.entitlement_Valuekey not ( output from query)
11/07/2023 07:36 PM
11/07/2023 07:46 PM
Full query ?
This query needs to be added in campaign advanced configuration
ENTITLEMENT_VALUE IN (SELECT DISTINCT EV.ENTITLEMENT_VALUE FROM USER_ACCOUNTS UA, ACCOUNT_ENTITLEMENTS1 AE, ENTITLEMENT_VALUES EV WHERE UA.ACCOUNTKEY = AE.ACCOUNTKEY AND AE.ENTITLEMENT_VALUEKEY = EV.ENTITLEMENT_VALUEKEY)
Full query is required for data analyzer?
11/07/2023 07:50 PM
Hi @rushikeshvartak thanks for providing the query. Let me try this. will update you shortly.
11/07/2023 08:14 PM
Hi @rushikeshvartak will the query be added in the entlements query section? cause once i added it there and ran preview, The campaign is stuck in launching state.
11/07/2023 08:18 PM
Does ES is running
11/07/2023 08:21 PM
what is ES?
11/07/2023 08:26 PM
Hi @rushikeshvartak please find the attached screenshot. It is stuck in lauching state for over 10 mins.
11/08/2023 02:47 AM
ES is elastic server.
Are you able to run any analytics ? are any reports generated?
11/08/2023 02:42 PM
Hi @Manu269 yes other reports can be generated. Please find the attached screenshot.
11/08/2023 03:20 PM
Hi @Manu269 after we tried the query seems like it has blocked the server. Its hung in the lauching state and we can lauch and test campaigns.
11/08/2023 08:17 PM
limit the data and retest