Error importing roles and tasks xml - Error: Invalid property name, property name ""
search cancel

Error importing roles and tasks xml - Error: Invalid property name, property name ""

book

Article ID: 258078

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

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.

Environment

Release : 14.3, 14.4 

Cause

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.

 

Resolution

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.