IdentityExtended.hbm.xml is missing a named column maping for attribute pruLastLogin

When I am adding new identityAttribute pruLastLogin and make it searchable I am getting below error.

Is my plan is correct?

Plan for make it searchable for attribute:

  • We will add extended attribute in identityattribut mapping file WEB-INF/classes/sailpoint/object directory and are called [object]Extended.hbm.xml
  • add this <property name="pruLastLogin" type="string" length="50" access="sailpoint.persistence.ExtendedPropertyAccessor" index="spt_identity_pruLastLogin_ci"/>
  • restart the server

try to change the name of property in pru_last_login

Could you please provide more details? Specifically, which version of IIQ are you using, and what type of database is being used?

If it’s SQL, then yes — after adding the Extended Attribute details, you’ll need to run the schema extension to generate the SQL command. This can be done using the iiq extendedSchema command.

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.