MSIR.0650 NEWSESCMD error -- (info): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(Automatically generated page update) |
||
Line 1: | Line 1: | ||
NEWSESCMD processing terminated incorrectly. | NEWSESCMD processing terminated incorrectly. This could include any of the following errors: | ||
<ul> <li>A request cancellation error. This is generally indicative of an error in the NEWSESCMD procedure[s]. <li>Terminated with $WEB_ON still set. By default NEWSESCMD processing starts in $Web_off state. If it sets $Web_on, it should either explicitly set $WEB_OFF, or do so implicitly via a $Web_done or $Web_procSend without MORE. <li>Terminated with unsent output data, either resulting from a $Web_procSend with MORE, or the Print, Html, or Text statement while in the $Web_on state. Any such data created by a NEWSESCMD must either be sent via $Web_done or flushed via $Web_flush.</ul> | <ul> <li>A request cancellation error. This is generally indicative of an error in the NEWSESCMD procedure[s]. <li>Terminated with $WEB_ON still set. By default NEWSESCMD processing starts in $Web_off state. If it sets $Web_on, it should either explicitly set $WEB_OFF, or do so implicitly via a $Web_done or $Web_procSend without MORE. <li>Terminated with unsent output data, either resulting from a $Web_procSend with MORE, or the Print, Html, or Text statement while in the $Web_on state. Any such data created by a NEWSESCMD must either be sent via $Web_done or flushed via $Web_flush.</ul> | ||
[[Category:Sirius Mods messages]] | [[Category:Sirius Mods messages]] |
Revision as of 21:03, 23 April 2014
NEWSESCMD processing terminated incorrectly. This could include any of the following errors:
- A request cancellation error. This is generally indicative of an error in the NEWSESCMD procedure[s].
- Terminated with $WEB_ON still set. By default NEWSESCMD processing starts in $Web_off state. If it sets $Web_on, it should either explicitly set $WEB_OFF, or do so implicitly via a $Web_done or $Web_procSend without MORE.
- Terminated with unsent output data, either resulting from a $Web_procSend with MORE, or the Print, Html, or Text statement while in the $Web_on state. Any such data created by a NEWSESCMD must either be sent via $Web_done or flushed via $Web_flush.