Using the tanalyze command

Use the tanalyze utility command to analyze one or more schemas from the command line, outside the schema designer GUI.

The following example shows how you can use the command:


install_dir> tanalyze myschema.mtt
   -L -S 
   -R  C:\MyDev\AnalyzeResults\myschema.dbe 
   -LOG -APPEND

When you run the example, the following result occurs:

  • If the myschema.mtt schema file is analyzed successfully, the Analysis successful. message displays on the console.
  • The myschema.dbe analyze results file is produced in the C:\MyDev\AnalyzeResults directory.
  • If the myschema.log log file does not exist, it is produced in the same directory as the schema file. If the myschema.log log file already exists, the log messages are appended to the existing file.