Using the msdexport command
You can use the msdexport command to export the system source file from the command line.
Use the msdexport utility command to export the system source file from the command line, outside the Integration Flow Designer.
The following example shows how you can use the command:
install_dir> msdexport mysystem.mms
-O C:\MyDev\ExportResults\mysystem.xml
-LOG -APPEND
When you run the example, the following result occurs:
- If the mysystems.mms system source file is exported successfully, the msdexport - completed successfully. message displays on the console.
- The exported mysystems.xml xml file is produced in the C:\MyDev\ExportResults directory.
- If the mysystems.log log file does not exist, it is produced in the same directory as the system source file. If it already exists, the log messages are appended to the existing file.