  Rebuilding DFG Database? 
 The Question is:
 
Disk File Optimizer for OpenVMS DFG V2.6
 
Defrag-Process terminates with following error:
%DFG-F-IEDBDATA, logically inconsistent data in relation SCRIPTS
 
How can we re-build the defrag-database to solve above problem?
 
Regards
M.Eismann
 
 The Answer is :
 
  Please apply current ECOs for OpenVMS and for Disk File Optimizer V2.6,
  including moving to V2.6-1 or later (as available).
 
  You can save accessable scripts and rebuild the database using:
 
    $ DEFRAG SHOW /ALL/PARAMETERS/COMMAND_LINE/OUTPUT=RELOAD_DB.COM
    $ @SYS$STARTUP:DFG$SHUTDOWN
    Apply DFG upgrade, apply mandatory OpenVMS ECO kits
    $ RUN SYS$SYSTEM:DFG$CREATE_DATABASE
    $ RUN SYS$SYSTEM:DFG$INIT_DATABASE
    $ @SYS$STARTUP:DFG$STARTUP
    $ @RELOAD_DB
 
  The $ DEFRAG SHOW /ALL/PARAMETERS/COMMAND_LINE/OUTPUT=RELOAD_DB.COM
  command unfortunately does not appear to work correctly with the DFG
  V2.3 release -- there are no commands output into RELOAD_DB.COM.
 
  The alternative for DFG V2.3 is to save the DFG configuration to a
  text file (without using /COMMAND_LINE) and restore the DFG database
  by manually adding all scripts after upgrading to the current version.
 
 Answer written or last revised on  13-JAN-2003 
