|
|
|
|
|
|
|
Support How to convert from MSM/DSM/DTM to Caché 3.2 FAST!%MSMCVT is indeed the fastest way. %DSMCVT is the fastest way for a DSM conversion, and %DTMCVT for DTM conversions. Note that in all cases, these routines do not move the application routines, you have to export them separately, and import them using Cache Explorer. If down time is a concern, it can be minimized by restoring a MSM/DSM/DTM backup on the Cache machine, converting them, and then applying the journal files since the backup to the Cache system. This is the way we converted the VA a while ago, and leaves the old system up and running until the last journal file is moved. The key to this conversion is being able to read the MSM/DSM/DTM journal file, and to convert it to something Cache can read. In 3.2 there are 2 updated routines, JCONVERT and %JREAD. JCONVERT will take a Cache journal file, and convert it to a flat text file which %JREAD can then read. You can take JCONVERT and modify it to run on an MSM/DSM/DTM system to create this flat text file, and then FTP the file to the Cache system where it can be read in by the %JREAD routine. Both of these routines are self documenting, including the flat file format, and are also documented in the 3.2 release notes. For help on reading the MSM/DSM/DTM journal files, you can look at each platforms journal restore routine. So the procedure would be as follows:
One thing that this procedure can allow you to do is to move most of the data to the Cache system, and then start validating the application. Depending on the speed of the machine/disks, and how compact the data is (running a compaction prior to the conversion will help), anywhere between 400mb and 2gb can be converted an hour. It helps to have the databases being converted on a separate disk and controller, and a large buffer pool (as big as you can make it). Now, if a major catastrophe occurs (i.e. the application routines were not converted correctly), and you have to drop back to the old system, you can get there the following way.
Home | M Technologies | Support | Company | Contact ©
Copyright 1996-2000 InterSystems Corporation. All Rights Reserved. |