Generating Launcher System

Procedure

  1. Using Integration Flow Designer, create a new .msd file.
  2. Add any maps you need as source maps.
  3. Update the MapServerLocation by replacing the Windows path with the corresponding equivalent on ITX-LS docker container mounted data volume and using .lnx extension.

    For example:

    /data/maps/sap/DXOB/LegacyToDX0050.lnx

  4. Make sure any input and output paths are appropriate to the Linux installation.
  5. Define a new Linux server and update the deployment definition to sync with defined Linux server environment:
    1. In the Script Commands, select the check box for Build and Transfer Maps and Generate and Transfer Launcher Control File.
    2. Do not select the check box for Transfer Additional Files command in the Script Commands.
  6. Generate <systemname>.msl and copy to the <bind_mount_dir>/data/systems directory.
  7. Run the following command to restart the ITX-LS container:
    docker restart itx-ls
    Note: For RHEL, Docker is not supported. Podman can be used as a substitute since it provides a command line interface similar to Docker. Following is an example of how to restart container using Podman:
    podman restart itx-ls