MSIR.0328 SIRFIELD ALIAS error: (type) (name) already defined: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "This message indicates that a SIRFIELD ''''field'''' ALIAS ''''name'''' command was issued, and that the command could not succeed because ''''name'''' is already: <ul> <li>defi...")
(No difference)

Revision as of 14:52, 9 November 2010

This message indicates that a SIRFIELD 'field' ALIAS 'name' command was issued, and that the command could not succeed because 'name' is already:

  • defined as a field ('type' is field)
  • defined as an alias to some field other than 'field' ('type' is alias)

The command is rejected.