Consultor Eletrônico



Kbase 21327: AREA NAME Error During Loading of .df File after addition of AREA
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Data definition load fails with error.

Error: AREA NAME either not found in database or not type d (data)

CHANGE:

A new Area was added to the database using the Prostrct Add function.

CAUSE:

The .df file has a syntax error for the reference of the new areas.

FIX:

Edit the .df file and correct syntax error.

For example, if a new area "HISTORY" has been defined by using the prostrct add on the following .st file:

d "HISTORY":7,32 . f 320
d "HISTORY":7,32 .

The areas name should be "HISTORY" instead of "HISTORY AREA" defined in .df file. Here is a sample:

ADD INDEX "k_ubpmt" ON "ubpmt"
AREA "HISTORY"
PRIMARY
INDEX-FIELD "orgid" ASCENDING
INDEX-FIELD "jrnl#" ASCENDING
INDEX-FIELD "jrnl_trans" ASCENDING