Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Technical Rule is not working when uploaded with Detective False

Diptansu1
Regular Contributor
Regular Contributor

Hello Team , 

We are facing one strange issue related to technical Rules . When we upload it making DETECTIVE=FALSE and upload then it is not provisioning newly created users in short the rule is not executing .

But when we make DETECTIVE=TRUE and upload and later UNCHECK detective flag from UI and save it . Then it works perfectly fine . 

 

Please suggest.

3 REPLIES 3

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Diptansu1,

Can you please provide the CSV you are using, would request you to mask the confidential data of your organization.

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".

RMohanty
New Contributor
New Contributor

Hello @Diptansu1 - Did it work for you?

I am facing the @issue, where rule is created but I am not able to edit the rule, nor it is getting assigned to a new user.

@sudeshjaiswal - please find the  sample json i tried to upload. 

[
{
"type": 1,
"description": "Rule_Test3",
"advancedConfig": true,
"preventative": null,
"removeBirthRightOnFail": true,
"actionType": null,
"advancedQuery": "(a.jobCode = '12M29')AND (a.customproperty1 = 'MAC')",
"birthRight": true,
"name": "Richi_enterpriserole_1",
"rolename": "Richi_enterpriserole_1",
"ruledescription": "Rule_Test1",
"invokebyDetectiveJob": false,
"evaluateHierarchy": false,
"detective": true,
"packagename": "",
"updateuserId": 13753,
"totalusers": 0,
"usersinsap": 0,
"ownerKey": null,
"eventSource": null,
"totalviolations": 0,
"totalanalyticalprivileges": 0,
"createuser": 13753,
"sentForApproval": false,
"ownerType": null,
"status": 0,
"attributes": [
{
"nextrulecondition": "AND",
"conditionopertor": null,
"conditionoraction": "ACTN",
"objectattribute": "Assign",
"objectvalue": "",
"objectvaluetype": 1,
"position": 1,
"scehemaname": "",
"objectname": "Richi_enterpriserole_1",
"objecttype": "Enterprise Roles"
}
]
}
]

Any suggestion would be appreciable.

Thank You

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Diptansu1 ,

What are you seeing in the logs?

Thanks,

If you find the above response useful, Kindly Mark it as "Accept As Solution".