Kbase P55476: How to run mkschema.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/08/2009 |
|
Status: Verified
GOAL:
How to run mkschema.
GOAL:
When would mkschema be run manually.
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
FIX:
MKSCHEMA not documented because normally when a database is converted from V8 to V9 is run, mkschema is automatically run and the user generally does not run the mkschema command.
When the command is run manually to generate the missing views and system meta tables in a converted database do the following:
1. Backup the database.
2. run the mkschema command as follows:
mkschema db-name
3. Check the views and system meta tables again to see if missing items are now available.
If everything is ok. Back the database up again.
If it still is not correct the database must be dumped and load it into a new structure.