KMBR27411-E <D>

%1構造体の%2番目でエラーが発生しました。
dmaQueryOperator_EqualStringオペレータ,dmaQueryOperator_UnequalStringオペレータ,dmaQueryOperator_GreaterStringオペレータ,dmaQueryOperator_GreaterOrEqualStringオペレータ,dmaQueryOperator_LessStringオペレータ,dmaQueryOperator_LessOrEqualStringオペレータ又はdmaQueryOperator_InStringオペレータのオペランドに,NULLを指定しています。
An error occurred at number %2 of the structure %1.
NULL is specified in an operand of a following operator: the dmaQueryOperator_EqualString operator, the dmaQueryOperator_UnequalString operator, the dmaQueryOperator_GreaterString operator, the dmaQueryOperator_GreaterOrEqualString operator, the dmaQueryOperator_LessString operator, the dmaQueryOperator_LessOrEqualString operator, or the dmaQueryOperator_InString operator.

%1:SDBR_QUERYNODE(WHERE)
次に示すオペレータのオペランドには,NULLを指定できません。
  • dmaQueryOperator_EqualStringオペレータ
  • dmaQueryOperator_UnequalStringオペレータ
  • dmaQueryOperator_GreaterStringオペレータ
  • dmaQueryOperator_GreaterOrEqualStringオペレータ
  • dmaQueryOperator_LessStringオペレータ
  • dmaQueryOperator_LessOrEqualStringオペレータ
  • dmaQueryOperator_InStringオペレータ
(S)
処理を中止して,エラーリターンします。
(O)
次の手順で対策を実施してください。
  1. 上記のオペレータのオペランドに,次に示す構造体のどれかを指定する。
    ・SDBR_STRINGCONST構造体
    ・SDBR_STRINGSCONST構造体
    ・SDBR_PROPERTY構造体
    ・SDBR_QUERYROOT構造体
  2. このメッセージの前に出力されたKMBR20000-Eで示すメソッドを実行する。
なお,戻り値については,「9. 戻り値一覧」を参照してください。