TIP: Use PSEXEC to remotely submit NT UBE's

shearerj

Reputable Poster
TIP: Use PSEXEC to remotely submit NT UBE\'s

After fighting with RCMD and other tools to be able to remotely submit a UBE to the NT Logic server, I found PSEXEC. The tool can be downloaded from http://www.sysinternals.com.

Caveats:
1. The user ID used to submit the job, must be the same as the ID running the JDE services on the logic server.
2. The PSEXEC -i switch should be used to allow it to access the logic server's memory space.
3. A batch file should be created on the logic server for each job to be submitted. The format of the batch file should be as follows:
D:
CD \JdedwardsOneWorld\DDP\B7334\System\BIN32
RUNUBE ..........
 
Back
Top