Kbase P117034: Database options of the Data Administration tool are not enabled
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1x
All Supported Operating Systems
SYMPTOM(s):
Database options of the Data Administration tool are not enabled
Auditing has been enabled running proutil
Database has been converted to release 10 using conv910
CAUSE:
Bug# OE00129337
FIX:
Upgrade to OpenEdge 10.1A02 or later.
FIX:
There is a workaround available:
1 - Dump _db-option data of a version 10 auditing enabled database.
2 - Load the data into a converted database.
3 - Change _db-option._db-recid running the following 4gl program:
FIND FIRST _db.
FOR EACH _db-option.
ASSIGN _db-option._db-recid = RECID(_db).
END.