Scenario:
The attribute "String22" has been added to the user store
When defining a user role with a member policy the attribute is missing.
Release : 14.x
Component : CA IDENTITY SUITE (VIRTUAL APPLIANCE)
The attribute "String22" defined in the user store is not set correctly. It has been set as follows:
<ImsManagedObjectAttr physicalname="imString22" description="#####Role" displayname="######Role" valuetype="String" wellknown="%STRING_22%" maxlength="0"/>
It should be configured as a multivalued string. Configure as MulitValued = true (see below) and the attribute is displayed correctly when deployed elsewhere in Identity Manager.
<ImsManagedObjectAttr physicalname="imString22" description="#####Role" displayname="######Role" valuetype="String" multivalued="true" wellknown="%STRING_22%" maxlength="0"/>