Article Content
Article Number | 000033555 |
Applies To | RSA Product Set: Identity Management and Governance RSA Version/Condition: 6.9.1 |
Issue | Getting the error com.aveksa.common.UnsupportedAttributeException while running any type of collector. The following can by found under Admin > Monitoring. Select the failed run under the Data Runs tab, then select the link next to Failed Run. |
Cause | The user interface is sometimes not catching that the wrong column name is used from a SQL SELECT in a collector definition. This issue can happen with all types of collectors. The example shown is from an account collector. |
Resolution | Notice the error message does give hints to a fix. The wrong account name column is being returned from the query versus what is used in the collector definition.ERROR: Could not get user to account mappings data: . Caused by com.aveksa.common.UnsupportedAttributeException: This issue has a permanent fix in the user interface for RSA Via Lifecycle & Governance 7.0.0. There is a problem in the SQL SELECT as shown below: Make sure the columns you are returning in your SQL SELECT match what is needed in the fields below it. |