This page was last edited on October 6, 2014, at 14:18.
Comments or questions about this documentation? Contact us for support!
Interaction Server ordinarily stores attached data in the flexible_properties field as a BLOB (binary large object).
You can convert attached data to a custom field by running Interaction Server in a special utility mode, in which Interaction Server uses the key-value format of this attached data to convert all such fields to custom fields.
To run Interaction Server in utility mode, launch it from a command line with the following option:
-convert-fields [command_or_parameters]
where the optional command_or_parameters is one of the following:
Here is an example command line:
interaction_server -host genesys_host -port 9876 -app IxnSrv05 -convert-fields reset
You can also have Interaction Server convert an existing database field into a BLOB, stored in the flexible_properties field. To do so, use the following procedure.