MSIR.0404 Null EXCEPTIONS value not allowed on SIRFIELD RELATE command of preallocated and non-preallocated fields

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 RELATE command was issued with an EXCEPTIONS clause containing a the null string () as a value, and that one of the fields referenced on the command is preallocated (has an OCCURS attribute) and the other is not. This is not allowed; if you must have the null string as an exception value, change the OCCURS attribute on one of the field definitions so that they agree.

The command is rejected.