MSIR.0650 NEWSESCMD error -- (info): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
mNo edit summary |
||
Line 1: | Line 1: | ||
NEWSESCMD processing terminated incorrectly. This could include any of the following errors: | <var>[[NEWSESCMD (JANUS DEFINE parameter)|NEWSESCMD]]</var> 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 $ | <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:10, 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.