IBM DataPower Operations Dashboard v1.0.14.0
A newer version of this product documentation is available.
You are viewing an older version. View latest at IBM DPOD Documentation.
Upgrade to 1.0.14.0 - Special Steps
Additional Setup of Configuration Database
After successfully running the upgrade process, run the following commands in the server's command line (only on All-in-One or Cell Manager instances):
ij
ALTER TABLE SyncTaskExecution ALTER COLUMN lastDomainConfigChangeTimestamp SET DATA TYPE VARCHAR(200);
ALTER TABLE SyncLastDomainChange ALTER COLUMN changeStringFromWdp SET DATA TYPE VARCHAR(200);
Â