I trying to create a custom identity attributes after a clean installation. I have updated Database with proper mapping and also in the identity mapping in UI. Please help me what am I missing.
Updated IdentityExtended.hbm.xml for custom identity attributes
Updated the Database with proper mapping
Mapping made in UI in identity mapping by creating a new identity attribute.
I didn’t removed extended1 extended2 columns from DB. And I’m not sure about extended_identity1 columns
A searchable attribute could managed with ext.number and it will stored on a columun extendedX or you can managed with namedColumn and it will stored in a column with the name of the attribute.
One thing you did not specify is how you generated the commands to update the database. Did you use the .\iiq extendedSchema command or did you sort of make up the file based on some other process?