MSIR.0209 Expecting (expect) on SIRFIELD (subcmd) command, found (suffix)

From m204wiki
Revision as of 16:41, 9 November 2010 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

This message indicates that a SIRFIELD 'subcmd' command was issued, that the keyword or phrase indicated by 'expect' was expected while processing the command, but it was not found. 'Suffix' is one of the following:

  • : 'found', where 'found' is the string which was found in the command instead of 'expect'
  • null string, indicating that a null string (i.e., two successive apostrophes were found - ""
  • end of command, indicating that nothing remained of the command input line

The command is rejected.