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

SAV File - ENTITLEMENT_VALUES_NOT_IN_FILE_ACTION param not work

itinjic
New Contributor III
New Contributor III

Hello,

I have issue with schema import process where I use SAV file.

It is necessary to mark all entitlements that are not in the import csv file and already exist in the IDAM system as inactive. 

To do this I use ENTITLEMENT_VALUES_NOT_IN_FILE_ACTION=Delete  param in SAV file.

I also tried with this ENTITLEMENT_VALUES_NOT_IN_FILE_ACTION=Inactive

In both cases. the import job is success, but nothing happens with the entitlements that are not in the csv file they are not marked as inactive.

 

 


This is my SAV file : 


FILE_NAME_STARTS_WITH=somename_ENTITLEMENT_VALUES
SKIP_NO_OF_LINES=1
FILE_IMPORT_DELIMETER=,
EMAILTEMPLATE="Email Template Name"
CREATE_SECURITYSYSTEM_IF_NOT_EXIST=NO
CREATE_ENDPOINT_IF_NOT_EXIST_IN_SECURITYSYSTEM=YES
CREATE_ENTITLEMENTTYPE_IF_NOT_EXIST_IN_ENDPOINT=YES
ENTITLEMENT_VALUES_NOT_IN_FILE_ACTION=Delete
securitysystems,endpoints,entitlementtype,entitlement_value,customproperty1


3 REPLIES 3

Manu269
All-Star
All-Star

@itinjic Please check this post :

Uploading Entitlements using Schema Based Upload (... - Saviynt Forums - 31814

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

CR
Regular Contributor III
Regular Contributor III

try below

ENTITLEMENT_VALUES_NOT_IN_FILE_ACTION=NOACTION or
ENTITLEMENT_VALUES_NOT_IN_FILE_ACTION=INACTIVE


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

Keep value in upper case


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.