Missing Attribute String
search cancel

Missing Attribute String

book

Article ID: 142416

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

Scenario:

 

The attribute "String22" has been added to the user store

 

 

When defining a user role with a member policy the attribute is missing.



 

 

 

 

 

Environment

Release : 14.x

Component : CA IDENTITY SUITE (VIRTUAL APPLIANCE)

Resolution

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"/>