When Renaming an Attribute which is part fo a unique Index, deployment fails because system adds a New column in the table with empty data. At this point it will be nice to have some mechanism to instruct the system to copy the data from old column to new column before creating the Unique Index. Without this the uniqueness is not there and the deployment fails with an error similar to (Unable to upgrade database schema. Error trying to create index on database table 'OSUSR_Entity_Name' over fields 'Attr1,[Attr2],[Attr3],[Attr4]'.
Press F1 for more information.
). This is not easy to work with.
Press F1 for more information.
). This is not easy to work with.
- Only options here are to delete the Index deploy,
- Copy the Data from Backend
- Add the index and re-deploy