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

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 11: Line 11:
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]] [[Category:MSIR.0800 - MSIR.0999]]

Revision as of 16:07, 13 August 2015

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.