[SCHEDULER-1328]  Allow Scheduler to start as Simulator without ACP
Type Quirk
Priority Medium
Severity Major
Component Dispatch Scheduler Engine
Fixed In Version [8.08.0
Versions Affected [3.73.7
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 4/4/2015

Description
Besides allowing it to be run in simulation standalone (maybe) it would allow people to enter their license if there is a scheduler-ACP mismatch.

Comments
4/4/2015 1:34:18 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 566
Affected files /trunk/Help/Advanced.htm (Modified)
/trunk/Help/RelNotes.htm (Modified)
/trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/Scheduler/Engine.cs (Modified)
/trunk/Scheduler/MainForm.cs (Modified)
/trunk/Scheduler/Scheduler.csproj.user (Modified)
Check-in comment Add graceful recovery from ACP attach problems (missing ACP, wrong version, COM-nterop binding problems), forcing the scheduler to run in simulation mode. Added a new command line switch that allows simulation only operation, and in that mode does not require a license. GEM:1328
4/4/2015 11:31:44 AM   Bob Denny
Also add a switch to allow Scheduler simulation to be used without ACP and without a license.
4/4/2015 9:24:23 AM   Bob Denny
So many stability improvements for version mismatches, this will also allow entry of a license to allow updating if ACP is updated with an old license in Scheduler.
4/3/2015 2:45:04 PM   Bob Denny
It will run stand alone once it is in simulator mode. The trick is to have it punt if it can't attach the ACP sequencer instead of croaking. Then it would be able to start up, force itself into Simulation, and allow someone to enter their license on an old Scheduler!