There are some changes to the procedure in order to migrate from CIM 6.0 to 6.1.3.

There are some changes to the procedure in order to migrate from CIM 6.0 to 6.1.3.

book

Article ID: KB0091034

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

Description:
A change in the migration procedure from 6.0 to 6.1.3 is to stop the CIM server before running the database migration scripts. After running the database migration scripts, import the metadata to be modified. The correct sequence of migration is:

1. Stop the CIM server.
2. Run the following migration scripts located in
    $MQ_HOME\db\[DATABASETYPE]\migration\Migrate60_61\.
    - alter_PK_ProductLog.sql (Oracle)
    - alter_PK_ProductLog.db2 (DB2)
3. Run the following migration scripts located in
    $MQ_HOME\db\[DATABASETYPE]\migration\Migrate611_612\.
    - db_migration612.sql (Oracle)
    - applyDBMigration611_612.sh (DB2)  
4. Start the application server.
5. Import the metadata from the files located in
    $MQ_HOME\db\[DATABASETYPE]\migration\Migrate611_612\CopyMetadataXMLPack\.
6. Stop the application server.
7. Run the following migration scripts located in
    $MQ_HOME\db\[DATABASETYPE]\migration\Migrate612_613\.
    - db_migration613.sql (Oracle)
    - applyDBMigration612_613.sh (DB2)
8. Start the application server.
9. Import the metadata from the following files located in
    $MQ_HOME\db\[DATABASETYPE]\migration\Migrate612_613\CopyMetadataXMLPack\.
10. Restart the application server.

Issue/Introduction

There are some changes to the procedure in order to migrate from CIM 6.0 to 6.1.3.