Kbase P99070: Can not create a good delta.df file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/05/2006 |
|
Status: Unverified
SYMPTOM(s):
Can not create a good delta.df file.
UPDATE FIELD "<FieldName>" OF "<TableName>"
DECIMALS ?
UPDATE FIELD "<FieldName>" OF "<TableName>"
MANDATORY
Information displayed in the delta.df file is incomplete.
CAUSE:
Corruption in one of the databases used to create the delta.df file.
FIX:
STEPS:
1.) Dump a full .df from each of the two datbases
2.) Create a structure file, dbname.st with one extent for each Storage Area in use, variable extents
3.) Create an empty structure for each of the datbases
prostrct create db1 dbname.st
prostrct create db2 dbname.st
4.) Copy the emptyn database the same as the database blocksize in use, eg for 8K blocksize:
procopy $DLC/empty8 db1
procopy $DLC/empty8 db2
5.) Load the respective full .df files through the datbase administration utility
6.) Now, create your incremental .df