Using sdeploy to build maps from the command line - example 1

Use the sdeploy utility command to build maps in all systems from the command line, outside the Integration Flow Designer GUI.

The following example shows how you can use the (-A) option on the sdeploy utility command to build all the maps in all systems:

install_dir> sdeploy mysystems.msd 
    -BUILDMAPS -A -P WINDOWS 
    -R C:\MyDev\BuildResults\*.txt 
    -LOG C:\MyDev\BuildResults\*.results.txt 
      -FAIL -APPEND

When you run the example, the following result occurs:

If the mysystems_results.txt file does not exist, the sdeploy's log file is produced in the C:\MyDev\BuildResults directory. If the mysystems_results.txt already exists, only the failed systems log messages are appended to the existing file.