Kbase P172353: Failure to apply incremental.df when changing fieldname and datatype
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/08/2010 |
|
Status: Unverified
SYMPTOM(s):
Failure to apply incremental.df when changing fieldname and datatype
** Error during MODIFY FIELD <newfieldname> **
** Line 2 UPDATE FIELD "<newfieldname>" OF "<tablename>" AS int64
Try to modify unknown FIELD
FACT(s) (Environment):
During creation of incremental df user is prompted for confirmation of fields in the target database being deleted or renamed
Fields that are only re-named in the source database are applied correctly to target database
New fields added to the source database to replace the a deleted field are correctly applied to target database
Fields that only change the datatype from INT to INT64 are applied correctly to the target database
OpenEdge 10.2B
All Supported Operating Systems
CAUSE:
Bug# OE00199875
FIX:
Workaround : apply the schema change in two steps by generating two incremental.df files to apply to the target database, ie:
1. the field name change
2. the datatype change