Migrate scheduler jobs from an old version of CIM to a new version of TIBCO MDM(Workaround of CronSchedulerMergeUtil.bat/sh missing in installation).

Migrate scheduler jobs from an old version of CIM to a new version of TIBCO MDM(Workaround of CronSchedulerMergeUtil.bat/sh missing in installation).

book

Article ID: KB0090283

calendar_today

Updated On:

Products Versions
TIBCO MDM -
Not Applicable -

Description

Resolution:

Description:
=========

How to migrate scheduler jobs ( CronSchedules.xml ) from an old TIBCO CIM installation to a new TIBCO MDM.

Environment:
===========
TIBCO MDM 8.3.0

Symptoms:
========
None

Cause:
=====

CronSchedulerMergeUtil.bat/sh is missing in the installation. 

Resolution:
==========

This can be achieved using the workaround below:

1).  $MQ_HOME\config\migrateConfigFolderFiles.prop file.

2). Uncomment the following line by removing the preceding # character.
    #CronSchedules=true 

3). You can comment everything else from this line.

4). Add the following entry to the next line.
    config/CronSchedules.xml=true

5). Run following utility:

    cmd> D:\MDM83\mdm\8.3\bin\CopyCommonDirFiles.bat -82_83 ( in Windows)
    $>   ./$MQ_HOME/bin/CopyCommonDirFiles.sh -82_83 ( in Linux)

Example .

#These file names will be copied form old MQ_HOMe to NEW MQ_HOME
#@author :Ashok
#config/IndexerConfig.xml=true
#plugins=true
CronSchedules=true
config/ CronSchedules.xml=true
#config/security/allmenu.xml=false
#config/security/defaultdata.xml=false

Issue/Introduction

Migrate scheduler jobs from an old version of CIM to a new version of TIBCO MDM(Workaround of CronSchedulerMergeUtil.bat/sh missing in installation).

Additional Information

Installation Guide. Chapter 14 Upgrading TIBCO MDM. Topic: Manually Migrating Individual Components to 8.3 -> Cache Configuration Migration