MSIR.0405 Null EXCEPTIONS value paired with non-null value on SIRFIELD RELATE command

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 such as (, 'v2'), where 'v2' is not the null string (). This is not allowed; if you must have the null string as an exception value, both values must be the null string (note you can just specify one null string without parentheses).

The command is rejected.