Hello,
I was playing around with the Bulk AccessProfile utility tool, and when executing the Ruby script, I receive the following error:
INFO : Role Importer Tool : >>> Processing line #1 : task createAccessProfile <<<
INFO : Access Profile Creation : Creating/Updating Access Profile
ERROR : Access Profile Creation : entitlementList is not properly formatted, it should be attr1:ent1;attr2:ent2, the provided value is : “SLP-GroupA - Access Group”
ERROR : Access Profile Creation : Line 1 : There is a problem with provided values, possible problems are : name is not present, description not present, source not present or does not exist, owner not present or does not exist, entitlement list not properly formatted or an entitlement does not exist in the system.
This is my first time utilizing the tool, and I am not fairly sure why it is failing. The .csv file has the following:
createAccessProfile,BulkProfile Test,Testing bulk tool,Active Directory (domain.name),SLP-GroupA - Access Group,Admin.Username
Per SailPoint documentation, the format of the entitlement seems to be fine. I can confirm the entitlement does exist. I manually enter the name, so there shouldn’t be any weird characters. I didn’t see anyone else reporting similar issues within the developer community.
Any input would be appreciated it.
Thank you!