Items to be aware of when using Hot Alter Table:
DETAILS: Hot Alter Table supports changing a string field type that uses a 1-byte or 2-byte length count to the same string field type with a larger length count or with no length count. That is:
CT_FPSTRING can be changed to CT_F2STRING, CT_F4STRING, or CT_FSTRING.
CT_F2STRING can be changed to CT_F4STRING or CT_FSTRING.
CT_PSTRING can be changed to CT_2STRING, CT_4STRING, or CT_STRING.
CT_2STRING can be changed to CT_4STRING or CT_STRING.
CT_F2UNICODE can be changed to CT_FUNICODE.
FairCom R&D is researching options to relax these two dependencies in the future. If you are impacted by these limitations, please notify the FairCom Support Team.