Kbase P104896: Delta.df file containing ADD FIELD with name of an existing field in database errors with memory vio
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/1/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
Progress 8.3x
UNIX
SYMPTOM(s):
Loading delta.df file posts warning message followed by memory violation
WARNING: Invalid _Field-Rpos setting (<value>) for '<table>.<field>'. Setting to <newvalue>. (8000))
SYSTEM ERROR: Memory Violation Error (49)
Progress session terminates
CAUSE:
The delta.df file contained an entry to add a field (ADD FIELD) with the same name as an existing field in the database.
FIX:
To resolve the problem, add a DROP FIELD statement to the delta.df before the ADD FIELD for the field with the same name as an existing field in the database. The drop field statement will remove the named field in the database that conflicts with the ADD FIELD statement in the delta.df.