Description :When a job is defined to display a user interface, the user interface won't show up even with the "Interactive Job" option in a CMD type uproc.
Environment
OS: Windows OS Version: All Windows
Cause
Cause type: Configuration Root Cause: This is linked to the execution context of the command.
Resolution
There are 2 possible solution: - Use a "cmd /c" in front of the command - Use a CL_INT uproc or a script to launch the command
(The "interactive job" checkbox should still be checked)