Kbase P140511: Database option does not set the security runtime flag in Data Admin
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/03/2009 |
|
Status: Unverified
SYMPTOM(s):
Database option does not set the security runtime flag in Data Admin
Database migrated from previous versions and has a df with a structure like:
ADD DATABASE "<dbname>" TYPE PROGRESS
DBNAME "<dbName>"
PARAMS ""
CODEPAGE-NAME ?
FACT(s) (Environment):
No errors are shown in the screen
All Supported Operating Systems
OpenEdge 10.1C
OpenEdge 10.2x
CAUSE:
Bug# OE00180473
CAUSE:
When a database is created with an add database "<dbname>" on the df, the _db gets a record which is not expected by the code that manipulates the runtime security flag, and compromises it from working properly
FIX:
Create a df file containing the following line
Update DATABASE "?"
Load it using the Data Administration.
Delete the _db record that has the field _db-name equals to the previous <dbname> in the df.