by
allistar >> Wed, 1 Jun 2005 3:27:35 GMT
Yes, you can remap classes between database files. The basic flow is something like this:
- make sure the new map file exists in the system. Typically this means loading in a .scm file that has that map file.
- make a file calls _params.txt and put it in the system directory. This should contain:
SchemaName ClassName newMapFilename
etc...
- run this process:
jadloadb path=<path> executeSchema=RootSchema executeClass=Schema executeMethod=_moveObjects noaudit=true ini=<ini file>
Note that if this process fails your database is essentially stuffed (because of the "noaudit=true".
This is how it was done in a JADE 5 system, I am unseure as to whether this still applies for JADE 6.
Hope this helps,
Allistar.
--
------------------------------------------------------------------
Allistar Melville
Software Developer, Analyst
allistar@silvermoon.co.nz
Auckland, NEW ZEALAND
Silvermoon Software
Specialising in JADE development and consulting
Visit us at:
http://www.silvermoon.co.nz
*NEW* Simple web access to Jade at:
www.silvermoon.co.nz/jhp.html ------------------------------------------------------------------