[SCHEDULER-866]  Observation.LastSequencerLog has loads of spaces in it
Type Bug
Priority Low
Severity Trivial
Component AcquireScheduler Script
Fixed In Version [3.63.6
Versions Affected [3.53.5
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 10/22/2013

Description
For some reason, it appears that the statement in AcquireScheduler

OBS.LastSequencerLog = Console.LogFile

Causes the LastSequencerLog field in the database to have tons of spaces in it. This causes import problems (which should be fixed anyway, see SCHEDULER-865)

Comments
10/22/2013 4:56:10 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 311
Affected files /trunk/Database/Database.cs (Modified)
Check-in comment Oops, forgot to trim it and test for zero length coming in from the import. GEM:866
10/22/2013 4:43:26 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 310
Affected files /trunk/Database/Database.cs (Modified)
/trunk/Help/RelNotes.htm (Modified)
Check-in comment LastSequencerLog problems XML import and export GEM:866
10/22/2013 4:39:13 PM   Bob Denny
LastSequencerLog is now Trim()'ed everywhere to clean up the old and prevent problems with the new. Overkill but what the heck.