2.21.6.2. Remote Server Prerequisites

The SSH profile currently does not check if the remote server fulfills all prerequisites to execute a node remotely. Ensure that the following requirements are fulfilled before using the profile:

  • All script nodes: Ensure that any paths and executables you are using inside of the script are available on the remote server.


    Tip:  Use environment variables to make the script portable.


  • Bash node: The remote server must be a Linux system that is able to execute /bin/sh.

  • Batch node: The remote server must be a Windows system that is able to find and execute cmd.exe.

  • Python node: The Python interpreter selection in the node is ignored. The remote server must be able to find and execute the python command and the interpreter must be able to execute the script

  • optiSLang node: The optiSLang_jpu.exe file must be installed below the AWP_ROOT variable of the same version as optiSLang. This is the default for optiSLang installations.