Upgrading from Order Service beta release
The Beta release of IBM® Sterling™ Order Management System Software Order Service cannot store more than 32 KB data of
the order summary data in the order index in Elasticsearch. Though this size is sufficient for
regular orders, it is not enough for larger orders in IBM Sterling Order Management System Software. This
limitation is addressed in the Order Service general availability (GA) release by
setting an appropriate Elasticsearch data type for the _summary field in the order
index.
About this task
Upgrading you existing index to accommodate this change is not possible, as Elasticsearch does not allow a change in the data type after documents are added to the index. Therefore, you must delete the current index. Then, create the index again by using the Order Service APIs, and then run the Sterling Order Management System Software agents to save data again.
However, as no API is provided to delete an index in Order Service, you need to perform these actions directly on your Elasticsearch and Cassandra instances. To rectify the data type on your index, refer to the following instructions.