PIOM have hybrid 32/64 environment. The system command Connect Submit being invoked by the PIOE script does not specify the complete path name, and hence the system looks for Connect executable in the current directory.
The script running the system cannot locate connect.exe and fails.
The format action should have the path to the Connect Submit system command
Example:
[FORMAT_ACTION] FORMAT [VARIABLE_SPAWN_ACTION] FROM "%s submit -idsn:%s\\JOB%05.5s -wait"
PROFILECONNECTPATH AND // This looks for complete path name for Connect exe in the profile
PROFILEVDEPROFILEPATH AND
VIPJOBNUMBER
;
The option should be added to the profile
Example:
CONNECTPATH=SYSTEMPATH:\BIN\connect.exe<file:///H:/BIN/connect.exe>
UPDATED: April 19, 2017