Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 2 Cases and Case Data : Migrating Old Case Memo data

Migrating Old Case Memo data
From TIBCO iProcess Engine 11.5, all the new memo data associated with the memo fields is saved in the nmemo and pack_nmemo tables and stored in the BLOB data type rather than the LONG RAW data type.
To migrate old case memo data from the memo table to the nmemo table and from the pack_memo table to the pack_nmemo table after upgrading TIBCO iProcess Engine to version 11.5, enter the following command:
swutil MIGRATEMEMOS ALL_CASES|LIVE_CASES|casenumrange
where:
ALL_CASES specifies all cases of a procedure.
LIVE_CASES specifies all live cases of a procedure.
casenumrange specifies a range of case numbers, for example, case_num1-case_num2.
The following example migrates the old memo data for all the cases:
swutil MIGRATEMEMOS ALL_CASES
Note: You can also migrate old case memo data when upgrading TIBCO iProcess Engine to version 11.5. See "Installing TIBCO iProcess Engine" in TIBCO iProcess Engine Installation for more information.

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.