MSIR.0650 NEWSESCMD error -- (info): Difference between revisions

From m204wiki
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 $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: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.