Generating Launcher System
Procedure
- Using Integration Flow Designer, create a new .msd file.
- Add any maps you need as source maps.
-
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
- Make sure any input and output paths are appropriate to the Linux installation.
-
Define a new Linux server and update the deployment definition to sync with
defined Linux server environment:
- In the Script Commands, select the check box for Build and Transfer Maps and Generate and Transfer Launcher Control File.
- Do not select the check box for Transfer Additional Files command in the Script Commands.
- Generate <systemname>.msl and copy to the <bind_mount_dir>/data/systems directory.
-
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