[SCHEDULER-1573]  Operator Intervention Executable Limitations
Type Bug
Priority Low
Severity Trivial
Component Dispatch Scheduler Engine
Fixed In Version [8.28.2
Versions Affected [8.1.28.1.2
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 1/31/2018

Description
See this Comm Center thread by Terry Robison. One of the issues is his difficulty with the Operator Intervention executable. Specifying a full path does not work. Look at the logic. It also needs to try syswow64 before system32 so that the exe runs in the 32-bit subsystem on a 64 bit system.

Comments
7/23/2018 6:23:32 PM   Bob Denny
It now searches the scheduler exe folder and in the 64-bit and 32-bit system folders as well.
1/31/2018 4:01:15 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 652
Affected files /trunk/Help/RelNotes.htm (Modified)
/trunk/Scheduler/Engine.cs (Modified)
Check-in comment Correct search logic for operator intervention executable. GEM:1573
1/31/2018 3:58:23 PM   Bob Denny
Fixed and tested.