[SCHEDULER-220]  Sky server permanently on during simulation
Type Bug
Priority Low
Severity Trivial
Component Dispatch Scheduler Engine
Fixed In Version [3.13.1
Versions Affected [3.0.1, 3.03.0 Hot Fix 1, 3.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 10/17/2009

Description
Even if the simulator sky server is disabled in prefs, it remains on, dimming the Sky Condition selector.

Comments
10/17/2009 10:57:00 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 19
Affected files /trunk/Browser/DateTimeSlicker/Library (Modified)
/trunk/Browser/DateTimeSlicker/Library/Umbrae.DateTimeSlicker.xml (Deleted)
/trunk/Scheduler/Engine.cs (Modified)
/trunk/Scheduler/SimulatorSkyServer.cs (Modified)
Check-in comment Fixes sky simulator being on by default if no XML config (220) as well as Dawn Flats being broken in previous build GEM:220
10/17/2009 10:35:54 AM   Bob Denny
Turns out several things were wrong:
  1. The default value for reading the "active" pref was true.
  2. The "sky simulator" section in the prefs was completely missing. It had not been initialized. So the sky server was running off the defaults in the calls to prefs withinSimulatorSkyServer.cs.
#2 pointed out that the entire section for "sky simulator" was missing from the Engine's InitializeXmlProfile() function.