Hitachi

Hitachi Advanced Database メッセージ


KFAA31562-E

There is an error in the specification method in the ALTER SERVER statement. (reason = aa....aa) (M+J+O)

ALTER SERVER文の指定方法に誤りがあります。 <SQLSTATE:42I7A>

aa....aa:誤りの理由
  • the value for the option cannot be omitted

    外部サーバオプションの値(アクセスキー文字列など)は省略できません。

  • an option that is not defined by a CREATE SERVER statement cannot be changed by an ALTER SERVER statement

    CREATE SERVER文で定義していない外部サーバオプションをALTER SERVER文で変更することはできません。

  • the option is already defined

    指定した外部サーバオプションはすでに定義されています。

  • the endpoint string does not start with 'http://' or 'https://'

    エンドポイント文字列の先頭に,http://またはhttps://が指定されていません。

  • only one of either the access key or the secret key cannot be added

    アクセスキーまたはシークレットキーのどちらか1つだけを追加することはできません。

  • only one of either the access key or the secret key cannot be deleted

    アクセスキーまたはシークレットキーのどちらか1つだけを削除することはできません。

  • a value was specified for an option for which values cannot be specified

    指定した外部サーバオプションに値は指定できません。

(S)

このSQL文を無視します。または,このトランザクションを無効にします。

〔対策〕

SQL文を修正してください。