MSIR.0885 MSGCTL NOCAN ignored for MSIR.(number): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
<li>A <code>MSGCTL MSIR.'''''number''''' NOCAN</code> command was specified.  
<li>A <code>MSGCTL MSIR.'''''number''''' NOCAN</code> command was specified.  
<li>The MSIR.'''''number''''' error message, which normally causes the request to be cancelled, was issued.  
<li>The MSIR.'''''number''''' error message, which normally causes the request to be cancelled, was issued.  
<li>The <code>NOCAN</code> action was ignored.
<li>The <var>NOCAN</var> action was ignored.
</ol>  
</ol>  


Certain error messages should <i>not</i> be changed to <code>NOCAN</code>; doing so will cause unpredictable results. In general, you should not change an MSIR message to <code>NOCAN</code> unless there is explicit documentation explaining the circumstances for doing so. In order to prevent some unsafe <code>MSGCTL NOCAN</code> commands, some error messages will always cause the [[SOUL]] request to be cancelled. If any of these messages is issued and it has been set to <code>NOCAN</code>, the error message MSIR.0885 is issued, which is a request-cancelling message. Issuing this message will ensure that a [http://m204wiki.rocketsoftware.com/images/f/fb/FactrNew.pdf SirFact] dump is taken, if that is applicable.  
Certain error messages should <i>not</i> be changed to <var>NOCAN</var>; doing so will cause unpredictable results. In general, you should not change an MSIR message to <var>NOCAN</var> unless there is explicit documentation explaining the circumstances for doing so. In order to prevent some unsafe <var>MSGCTL NOCAN</var> commands, some error messages will always cause the [[SOUL]] request to be cancelled. If any of these messages is issued and it has been set to <var>NOCAN</var>, the error message MSIR.0885 is issued, which is a request-cancelling message. Issuing this message will ensure that a [[SirFact]] dump is taken, if that is applicable.  


If further, you issue <code>MSGCTL MSIR.0885 NOCAN</code>, SirFact is prevented from intercepting the request cancellation, but the request cancellation happens in any event.
If further, you issue <code>MSGCTL MSIR.0885 NOCAN</code>, SirFact is prevented from intercepting the request cancellation, but the request cancellation happens in any event.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 19:49, 2 July 2014

This message cancels the request. It indicates this sequence:

  1. A MSGCTL MSIR.number NOCAN command was specified.
  2. The MSIR.number error message, which normally causes the request to be cancelled, was issued.
  3. The NOCAN action was ignored.

Certain error messages should not be changed to NOCAN; doing so will cause unpredictable results. In general, you should not change an MSIR message to NOCAN unless there is explicit documentation explaining the circumstances for doing so. In order to prevent some unsafe MSGCTL NOCAN commands, some error messages will always cause the SOUL request to be cancelled. If any of these messages is issued and it has been set to NOCAN, the error message MSIR.0885 is issued, which is a request-cancelling message. Issuing this message will ensure that a SirFact dump is taken, if that is applicable.

If further, you issue MSGCTL MSIR.0885 NOCAN, SirFact is prevented from intercepting the request cancellation, but the request cancellation happens in any event.