MSIR.0336 SET PAI and REFERENCE CANCEL are conflicting SIRFIELD attributes

From m204wiki
Revision as of 15:52, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

This message indicates that a SIRFIELD field SET command was issued which specified one of the following:

  1. PAI, and SIRFIELD name1 SET REFERENCE CANCEL had been previously specified
  2. REFERENCE CANCEL, and SIRFIELD name1 SET PAI had been previously specified
  3. PAI and REFERENCE CANCEL

The command could not succeed because the PAI name may not have REFERENCE CANCEL.

If you want to SET PAI, you must combine it with REFERENCE WARN or (more likely) REFERENCE NOWARN. If you wish to SET REFERENCE CANCEL, you must precede this command with a SIRFIELD name2 SET PAI command, where name2 is another name in the same family as name1.

See the discussion of families in the Sir2000 Field Migration Facility Reference Manual.

The command is rejected.