Kbase P27119: Incremental .df on AS/400 not handled correctly
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/08/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
FACT(s) (Environment):
IBM AS/400 (RISC)
SYMPTOM(s):
Incremental .df with UPDATE FIELD after DROP "table" not handled correctly
Incremental .df first drops table TableX and then updates field FieldZ of table TableY which causes:
** Error during MODIFY FIELD **
** Line 4 UPDATE FIELD FieldZ OF TableY
Try to modify FIELD without table
CAUSE:
The connection is via DataServer which decides on the update block - if these commitment cycles are not in order problems will occur
FIX:
Make separate .df files for each type of operation (i.e. one .df for 'drop' commands, one .df for updates etc)