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

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
Line 1: Line 1:
This message indicates that a SIRFIELD ''''field'''' SET command was issued which specified one of the following:
This message indicates that a SIRFIELD '''''field''''' SET command was issued which specified one of the following:


<ol> <li>PAI, and SIRFIELD ''''name1'''' SET REFERENCE CANCEL had been previously specified <li>REFERENCE CANCEL, and SIRFIELD ''''name1'''' SET PAI had been previously specified <li>PAI and REFERENCE CANCEL</ol> The command could not succeed because the PAI name may not have REFERENCE CANCEL.
<ol>  
<li>PAI, and SIRFIELD '''''name1''''' SET REFERENCE CANCEL had been previously specified <li>REFERENCE CANCEL, and SIRFIELD '''''name1''''' SET PAI had been previously specified  
<li>PAI and REFERENCE CANCEL
</ol>  


If you wish 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''''.  
The command could not succeed because the PAI name may not have REFERENCE CANCEL.  


See the discussion of families in the ''Sir2000 Field Migration Facility Reference Manual''.  
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 <var class="book">[http://m204wiki.rocketsoftware.com/images/4/4b/SirfieldNew.pdf Sir2000 Field Migration Facility Reference Manual]</var>.  


The command is rejected.
The command is rejected.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 20:20, 22 April 2014

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.