Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

6.1 Syntax and options

Wiki MarkupThe syntax to run the HYMOS Import Wizard from command line is: \ [Path\]*HYMOSImportWizard.exe template* \ -options \ [database\] \ [import-spec\]
In this command line the only compulsory argument is the template file with its full path.. If a relative path is used, it is relative to the application, so relative to \Program Files\HYMOS 4\System\.

Entering options, database and import-spec is only needed if you wish to overrule certain specifications in the template.

...


Example
This line would be sufficient to do an import run without using the user interface:

C:\Program Files\HYMOS 4\System>HYMOSImportWizard.exe D:\HYMOS\HYMOS_Databases\myDB\myTemplates\myTemplate.xml -noui

and for overruling the database to import to:C:\Program Files\HYMOS 4\System>HYMOSImportWizard.exe

D:\HYMOS\HYMOS_Databases\myDB\myTemplates\myTemplate.xml -noui
D:\HYMOS\HYMOS_Databases\myOtherDB\default.hdb

or if you only wish to try an import, get as much log-information as possible and no data written to the database:

C:\Program Files\HYMOS 4\System>HYMOSImportWizard.exe D:\HYMOS\HYMOS_Databases\myDB\myTemplates\myTemplate.xml -noui -v -nowrite