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).