APPXUTIL.EXE is used to invoke the command line functions of APPX, on a Windows PC. These functions include:
-v | Data file/key integrity verification (to detect file corruption) |
---|---|
-an | Data file/key integrity analysis (to analyze possible file corruption) |
-e | Second step of data file export (after Exporting from the menu) |
-i | First step of data file import (before Importing from the menu) |
If your file system (disk) fills up. Adding records to a file on a full disk is likely to corrupt the file.
When a constrained child process fails to correctly retrieve data, you might want to verify the PCF of the child process.
For routine file maintenance. Once a month on your datafiles and on application design files that are being editted is recommended.
Obtain APPXUTIL.EXE from our FTP site, and put it in the same directory containing EXE
Open a DOS box on the NT or Windows 95 machine containing the data files. While it is possible to verify data files across the network, it is most time-efficient to run the verification on the actual machine (server) on which the data files are located.
"cd" to the directory containing the files - for example, if my APPX data files were stored in C:\APPX\DATA, and I wanted to verify the file named above, I would:
c:
Run "appxutil -v=filename.dat" - for example, for the scenario described in this section, type:
appxutil -v=ORDER.dat