Examining a Classing Engine Database
B
- You may use the ce_db_build utility program to create an ASCII Classing Engine database file that you may print out, or examine using any ASCII editor. Perform the following steps to create the readable CE database file:
-
- Determine which CE database you wish to transcribe. You may select either the user, the system, or the network CE database. For the purposes of this sample, let's create an ASCII file of the system CE database in a file called
-
-
ce.system.txt.
-
- Issue the following command:
-
-
ce_db_build system -to_ascii ce.database.txt
-
- If you would like to create ASCII readable files for the user or network CE databases, substitute user or network for system in the above command example
|