Import a schema file example
The following example shows how you can use the timport utility command-line option to import metadata definitions in the mymts.mts file to the mymts.mtt schema file.
install_dir> timport mymts.mts
-O C:\MyDev\ImportResults\mymts.mtt
-LOG -APPEND
When you run the example, the following result occurs:
- If the mymts.mts file is imported successfully, the timport - completed successfully. message displays on the console.
- A mymts.mtt schema is created in the C:\MyDev\ImportResults directory.
- If the mymts.log log file does not exist, it is produced in the same directory as the .mts file. If the mymts.log log file exists, the log messages are appended to the existing file.