[SCHEDULER-1232]  Giant error message causes script failure
Type Bug
Priority Low
Severity Trivial
Component AcquireScheduler Script
Fixed In Version [8.08.0
Versions Affected [3.7a3.7a
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 11/15/2014

Description
When an Observation fails, if the error message coming in from the failed component (in this case TheSky) is really long, it causes a script error from exceeding the max length of the message in the database.

Limit the length to 254 characters before writing to the database. Do not limit it for logging etc!!

Comments
11/15/2014 3:58:22 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 420
Affected files /trunk/AcquireScheduler.vbs (Modified)
/trunk/Help/RelNotes.htm (Modified)
Check-in comment Giant error messages can no longer cause script error due to exceeding the 255 char field limitation in the schedule database. GEM:1232