Describe the steps needed to migrate from TIBCO Collaborative Information Manager(CIM) version 8.0.1 to version 8.1.0.
book
Article ID: KB0090119
calendar_today
Updated On:
Products
Versions
TIBCO Collaborative Information Manager
-
Not Applicable
-
Description
Resolution: Description: ========= Describe the steps needed to migrate from TIBCO Collaborative Information Manager(CIM) version 8.0.1 to version 8.1.0.
Environment: ========== TIBCO Collaborative Information Manager 8.1 All Operating Systems
Resolution: ========= In order to migrate from CIM 8.0.1 to CIM 8.1.0, first install CIM 8.1.0. CIM 8.0.1's MQ_HOME is still your $MQ_HOME, CIM 8.0.1's $MQ_COMMON_DIR is still your $MQ_COMMON_DIR.
The following migration tasks are required for "Faster Export Records" for Oracle:
1). Create a VELODBTEMP table space using the following SQL script:
CREATE TABLESPACE VELODBTEMP DATAFILE 'C:\oracle\product\10.2.0\oradata\orcl6\VELODBTEMP.DBF' SIZE 100M AUTOEXTEND ON MAXSIZE 500M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 64K;
2). Run the dbDump.sql script. It is located at:
$MQ_HOME\db\oracle\migration\Migrate80_81\
3). Add the following configuration properties in the Configurator. Refer to the TIBCO CIM System Administrator’s Guide -> Chapter 7 Export Records -> Faster Export Records for Oracle.
After the above is completed deploy the new EAR file from CIM 8.1.0 installation.
Note : The new/changed config values are OPTIONAL and are related to fast export, sql server support or netrics indexing enhancements. If those are not needed, the config values do not need to be updated.
If fast export is required, copy the new workflow file wfin26catsynchdbdumpv4.xml to your $MQ_COMMON_DIR folder.
Attachments: ==========
None
References: ==========
In the release notes, there are a few new properties you need to add in your cim 8.0.1’s configValues.xml or use the configurator. Follow the steps detailed in the release notes.
For configuration properties in the Configurator, Refer to the TIBCO CIM System Administrator’s Guide -> Chapter 7 Export Records -> Faster Export Records for Oracle.
Issue/Introduction
Describe the steps needed to migrate from TIBCO Collaborative Information Manager(CIM) version 8.0.1 to version 8.1.0.