Consultor Eletrônico



Kbase P175306: Getting error 8000 loading manually edited delta.df file which contains POSITION statements that con
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/14/2010
Status: Unverified

SYMPTOM(s):

Getting error 8000 loading manually edited delta.df file which contains POSITION statements that conflict with exist records.

Getting error 8000 updating field which contains POSITION statements that conflict with exist records.

Getting error 8000 adding new field which contains POSITION statements that conflict with exist records.

WARNING: Invalid _Field-Rpos setting (<value>) for '<table>.<field>'. Setting to <newvalue>. (8000))

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

CAUSE:

An attempt has been made to add a field to a table or update a field of a table and define a POSITION value for the new or update field which has already been assigned to another field of that table.

FIX:

Incremental .DF files which contain new fields with matching field positions can not override existing fields within a database.
Incremental .DF files which contain updating statements for existing fields can not define a position change that would conflict for any other existing field within a table.

Attempts to assign position information for fields that conflicts with existing fields will result in the new field or updated field being assigned the next available position number for the table.