General Notes

  • IBM Sterling Transformation Extender Launcher Container must be installed and configured with the appropriate permissions provided to any users who will be deploying and executing maps from a Pack.
  • The selected Pack (Healthcare, Supply Chain, Financial Payments, SAP), version 10.x, for ITX 10.1.2 for the Launcher Server container must be installed on a Windows machine with existing Transformation Extender 10.1.2 Design Studio installed.
  • As the container is UNIX based, any files transferred as input to a Pack map that has Windows-based line endings (for example, CR/LF) should be converted to UNIX based line endings (LF) before, or during file transfer. Similarly, any paths within maps that are part of the Pack, or that you implement with components of a path, need to use the UNIX expected slash (/) instead of backslash (\) in paths to data files in input or output cards.
  • All executable maps must be built for the Linux platform. Maps called directly should keep the .lnx extension used by ITX Design Studio map compiler. Maps called from the RUN mapping function need to be named as indicated in the map rule where they are called (see the individual pack tips for details).