Kbase P128675: How to upgrade metaschema from 10.0x to 10.1x
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/2/2008 |
|
Status: Verified
GOAL:
How to upgrade metaschema from 10.0x to 10.1x
GOAL:
How to migrate metaschema from 10.0x to 10.1x
GOAL:
How to add new metaschema objects that were added in 10.1A
GOAL:
How to add new database identification features to schema
GOAL:
How to add _db-guid to _db table in a pre-10.1x database
GOAL:
How to add the _sec-role table to a migrated database
GOAL:
How to add the _sec-granted-role table to a migrated database
GOAL:
How to add the _sec-granted-role-condition table to a migrated database
GOAL:
How to add the _sec-authentication-domain table to a migrated database
GOAL:
How to add the _sec-authentication-domain table to a migrated database
GOAL:
How do I access the Authentication Maintenance menu in the Data Administration tool?
GOAL:
How do I get access to the Database Options menu item in the Data Dictionary?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1x
FIX:
To support the new auditing and security features that were added in Release 10.1A, some new schema elements were added to the database metaschema for database identification and to support storing database options. These new schema objects include, but are not limited to, the _db-guid field in _db which identifies the database with a globally unique identifier, and the _db-option table which stores internal database options to be applied at run and compile time.
These new metaschema objects are required for the auditing feature and, when this is enabled with the enableauditing option, they are automatically added to the database. The objects aren't limited to the auditing feature however and can be added to the database using the updateschema option of proutil.
proutil <dbname> -C updateschema