Migrate a messaging engine based on a data store

Depending on the existing settings, when migrating a messaging engine from older versions of WAS to V7.0, we might have to create a new data store table.

When migrating from older versions of WAS to V7.0, if you do not have the "create tables automatically" option selected, it will be necessary to create a new table (SIBOWNERO) in each of the messaging engine database schemas. DDL for the creation of this table can be generated by using the sibDDLGenerator tool located in the bin directory of your WAS installation.

 

  1. Use the sibDDLGenerator tool to generate the DDL for the creation of this table as described in Generating the DDL statements needed to create data store tables manually.

  2. Send the output file to the database administrator to process.
   



Last updated Nov 10, 2010 8:23:07 PM CST