Duplicate component ID found in view.

  • 7011077
  • 29-Apr-2011
  • 02-Nov-2012

Environment

NetIQ Access Governance Suite

Situation

I'm seeing the following error when using identityIQ reporting:

Duplicate component ID '...some_value_here...' found in view.

Resolution

This usually indicates a problem inside the ObjectConfig type, Identity object.

For example, take the following text that might appear in place of ...some_value_here... above:

editForm:searchablemanager

The first portion, "editForm:searchable" is prepended to the attribute name "manager" by identityIQ.

This error is shown because there is more than one attribute listed in the ObjectConfig, Identity object with the name "manager". Remove all but one (name="manager") entry in this object and the error should no longer occur.