[SCHEDULER-1639]  Scheduler.exe.xml can end up 0-length under mysterious conditions
Type Bug
Priority High
Severity Major
Component Dispatch Scheduler Engine
Fixed In Version [8.28.2
Versions Affected [8.08.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 10/13/2018

Description
The profile/settings file can end up empty under mysterious conditions. There are several instances of this on the Comm Center. Search for "scheduler.exe.xml" in the Scheduler section.

Comments
10/13/2018 8:16:59 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 727
Affected files /trunk/Help/RelNotes.htm (Modified)
Check-in comment Oops forgot the release notes for the XML backup and recovery. GEM:1639
10/13/2018 8:11:26 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 725
Affected files /trunk/Scheduler/ConfigForm.cs (Modified)
/trunk/Scheduler/ConfigForm.designer.cs (Modified)
/trunk/Scheduler/Profile/Config.cs (Modified)
/trunk/Scheduler/Profile/IProfile.cs (Modified)
/trunk/Scheduler/Profile/Ini.cs (Modified)
/trunk/Scheduler/Profile/Profile.cs (Modified)
/trunk/Scheduler/Profile/Registry.cs (Modified)
/trunk/Scheduler/Profile/Xml.cs (Modified)
Check-in comment Add new Backup() method to Profile. Add logic to the XML flavor of Profile that supports a backup of the xml profile, and this can be made with the new Backup() method. If the profile.xml file is found corrupted, auto-restore the backup. If no backup then warn and force clean default startup. GEM:1639