KMBR27500-E <D>

%1構造体の%2番目でエラーが発生しました。
edmQueryOperator_EqualContentオペレータの第4オペランドに指定しているSDBR_STRINGSCONST構造体のlStringCountと,edmQueryOperator_EqualContentオペレータの第5オペランドに指定しているSDBR_INTEGERSCONST構造体のlIntegerCountが異なります。
An error occurred at number %2 of the structure %1.
lStringCount of the SDBR_STRINGSCONST structure specified in the fourth operand of the edmQueryOperator_EqualContent operator is different from lIntegerCount of the SDBR_INTEGERSCONST structure specified in the fifth operand of the edmQueryOperator_EqualContent operator.

%1:SDBR_QUERYNODE(WHERE)
(S)
処理を中止して,エラーリターンします。
(O)
次の手順で対策を実施してください。
  1. edmQueryOperator_EqualContentオペレータの第5オペランドに指定したSDBR_INTEGERSCONST構造体でlIntegerCountに,edmQueryOperator_EqualContentオペレータの第4オペランドに指定したSDBR_STRINGSCONST構造体でlStringCountに指定した数を指定する。
  2. このメッセージの前に出力されたKMBR20000-Eで示すメソッドを実行する。
なお,戻り値については,「9. 戻り値一覧」を参照してください。