MSIR.0336 SET PAI and REFERENCE CANCEL are conflicting SIRFIELD attributes: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 14: Line 14:
The command is rejected.
The command is rejected.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0200 - MSIR.0399]]

Revision as of 15:52, 13 August 2015

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.