I exported xml file from environment.
Without any changes I import it to same environment and receive:
Warning: Updating the IdentityMinder environment "<name>"
Warning: The role cannot contain any member change rules if the role "assignable" attribute is false (<role name>)
Warning: The role cannot contain any admin change rules if the role "assignable" attribute is false (<role name>)
Deploying role definitions...
Importing Screens...
Error: Invalid property name, property name ""
*********
1 error(s), 2 warning(s)
What is causing this.
Release : 14.3, 14.4
While editing the role in the GUI, you deselected these options for the role without deleting Add and Remove Actions.
They are still present in the xml file - if you check the boxes again, you will see the actions.
There are two ways to fix this.
Two ways to fix this.
Either make sure that the Add and Remove Actions are deleted before unchecking the options in the GUI before exporting XML.
OR
in the XML file change assignable="false" adminassignable="false" TO assignable="true" adminassignable="true"
It depends on whether you have Member or Admin change policy in the roles.