Customer is able to use the STRPCO command from an AS400 session, but if they try to do the same from a 2E Web option session, it does not work. Other commands work fine.
Alternative methods have been attempted, such as using PC commands in the session, but these require STRPCO.
CA 2E 8.7.x
Web Option
SSH + PsExec - combining the SSH transport layer with Microsoft’s PsExec utility can provide a secure and viable environment to invoke Windows applications from IBMi Web Option browser sessions.
PsExec is a command-line tool that allows users to run programs on remote systems. It can be used to execute remote commands, scripts and applications on remote systems, as well as to launch GUI-based applications on remote systems.
Unlike PowerShell Remoting, PsExec allows to programmatically target the specific, active Windows session where the user is currently logged in. This ideally guarantees that when a command is fired from the IBMi system, the desktop application should pop up on the user's screen.
As a summary, the solution to overcome the security challenges includes the following:
During our research, we could notice that there are some security concerns around PsExec. PsExec is also occasionally flagged by aggressive Endpoint Detection Response/Antivirus tools. Please refer to this link for further details.