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

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.