Consultor Eletrônico



Kbase P14718: Errors loading incremental df from version 9 into version 8
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/10/2009
Status: Verified

SYMPTOM(s):

Errors loading incremental df from version 9 into version 8

FACT(s) (Environment):

All Supported Operating Systems
Progress 8.x

CAUSE:

Progress 9.x .df file differs slightly from the .df in Progress 8.x.
Three of the new features that are introduced in the Progress 9.x database have changed the structure of the .df file and therefore stop the loading into Progress 8.x. They are:

- AREA "<areaname>"

This indicates which storage area a table or index belongs
to. It appears in the ADD TABLE or ADD INDEX statement in
the .df file.

- POSITION <position>

This indicates the position of this field within the table.
It was added make it easier to work with Cycle Redundancy
Checks (CRC). POSITION appears in each ADD FIELD statement.

- SQL-WIDTH <width value>

This line is added to the .df file beginning with Progress
9.0B. It is a requirement for the SQL-92 engine.

FIX:

Remove the AREA, POSITION, and SQL-WIDTH lines from the .df file with a text editor.