詳細な Informix® エラー・メッセージの表示

データベース・サーバー・エラーの発生時に、より詳細なエラー・メッセージを表示するには、finderr コマンドを使用します。

このトピックでは、Windows と UNIX の両方での手順を記載します。

Windows

このタスクについて

このコマンドは、以下に示す Rational Synergy インストール済み環境のサブディレクトリーで使用できます。

CCM_HOME¥informix¥bin

手順

  1. 管理ツールを含むインストール済み環境 (つまりメイン・サーバーまたは追加サーバー) で、このコマンドを実行します。

    使用法は finderr message_number です。

  2. 以下のコマンドを入力して、エラー 131 の説明エラー・メッセージを受け取ります。
    > CCM_HOME¥informix¥setenv.cmd
    > finderr -131

    Windows ヘルプのダイアログ・ボックスに、以下のような出力が表示されます。

    -131
    
    ISAM error: no free disk space.
    
    There is not enough contiguous free disk space to complete 
    the current operation. C-ISAM programs: If transaction logging
    is in use, roll back the current transaction. Make some disk space
    available and run the program again. SQL products: Roll back the
    current transaction if possible. Contact the system administrator
    in regard to acquiring more disk space for databases.

UNIX

このタスクについて

このコマンドはすべてのユーザーが実行できます。

このコマンドは、以下に示す Rational Synergy インストール済み環境のサブディレクトリーで使用できます。

$CCM_HOME/informix/bin

手順

  1. Informix bin ディレクトリーがパス内にあることを確認します。
  2. 以下に示すコマンド構文を入力します。

    $ finderr message_number

    例えば、以下のコマンドはエラー 131 の説明を表示します。

    $ finderr 131


フィードバック