Using sdeploy to analyze all systems
Use the sdeploy utility command to analyze 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 analyze all the systems:
install_dir> sdeploy mysystems.msd
-ANALYZE -A -EMODE ES
-R C:\MyDev\AnalyzeResults\*.txt
-LOG C:\MyDev\AnalyzeResults\*.results.txt
-FAIL -APPEND
When you run the example, the following result occurs:
- If all the systems are analyzed successfully, the sdeploy - completed successfully. message displays on the console.
- The MSEAnlz_FristSystem.txt, MSEAnlz_MySystem.txt, MSEAnlz_NewSystem.txt analyzed results files are produced for launcher mode in the C:\MyDev\AnalyzeResults directory.
- If the mysystems_results.txt analyzed results file does not exist, the sdeploy's log file is produced in the C:\MyDev\AnalyzeResults directory. If the mysystems_results.txt analyzed results file already exists, only the failed system's log messages are appended to the existing file.