コンテンツはここから始まります

システム・メッセージ: TMQカタログ1500-1599

前 次

1500


エラー: ヒューリスティックなコミットまたは1フェーズ・コミット - キュー・スペースが不足しています

説明

qcommittransコマンドを実行してトランザクションをヒューリスティックにコミットする際に、キュー・スペースにメッセージ用の領域が残っていなかったため、tmqadminがヒューリスティックなコミットを記録できませんでした。ヒューリスティックに完了したトランザクションのステータスをトランザクション・マネージャが問い合せる前にキュー・スペースのIPCリソースが削除された場合、ステータスは失われます。

これは、トランザクション・マネージャが1フェーズ・コミットを実行する場合にも発生します。1フェーズ・コミットが完了前に中断すると、トランザクションの一貫性がなくなる可能性があります。

アクション

アクションは不要です。

関連項目

tmqadmin(1)


1501


エラー: ヒューリスティックなロールバック - キュー・スペースが不足しています

説明

qrollbacktransコマンドを実行してトランザクションをヒューリスティックにロールバックする際に、キュー・スペースにメッセージ用の領域が残っていなかったため、tmqadminがヒューリスティックなロールバックを記録できませんでした。ヒューリスティックに完了したトランザクションのステータスをトランザクション・マネージャが問い合せる前にキュー・スペースのIPCリソースが削除された場合、ステータスは失われます。

アクション

アクションは不要です。

関連項目

tmqadmin(1)


1507


ERROR: Must specify queue space name

Description

While executing the qspacechange command, the queue space name specified is the null string (that is, the name was entered on the command line as "", or return was entered for the prompt for the Queue Space Name).

Action

Re-enter the qspacechange command with the correct queue space name.

See Also

tmqadmin(1)


1508


ERROR: Queue space name length must be less than len characters

Description

While executing the qspacechange command, the queue space name was too long (that is, len characters or more).

Action

Re-enter the command with a queue space name that is 15 characters or less in length.

See Also

tmqadmin(1)


1518


ERROR: Error queue name length must be less than len characters

Description

While executing the qspacechange command, the error queue name was too long (that is, len characters or more).

Action

Re-enter the command with an error queue name that is 15 characters or less in length.

See Also

tmqadmin(1)


1522


ERROR: Queue space change failed

Description

While executing the qspacechange command, tmqadmin failed to change the specified queue space parameters. There are many possible reasons for the failure and the specific reason is written to the standard output or the userlog.

Action

Re-enter the command when the problem has been resolved.

See Also

tmqadmin(1)


1525


エラー: キュー・スペースのリスト - 無効なパラメータです

説明

qspacelistコマンドの実行時に無効なパラメータが指定されました。無効となるのは、デバイスが指定されていない、またはキュー・スペース名が指定されていないか15文字より長い場合です。

アクション

正しいパラメータを指定してコマンドを再入力してください。

関連項目

tmqadmin(1)


1526


エラー: キュー・スペースの変更 - 無効なパラメータです

説明

qspacechangeコマンドの実行時に無効なパラメータが指定されました。無効となるのは、IPCキーが0以下である、キュー、トランザクション、プロセスまたはメッセージの数が0以下である、構成デバイスが指定されていない、キュー・スペース名が指定されていないか15文字より長い、またはエクステント・サイズが0以下である場合です。

アクション

正しいパラメータを指定してコマンドを再入力してください。

関連項目

tmqadmin(1)


1527


ERROR: Queue space change - cannot lock queue space queue_space_name

Description

While executing the qspacechange command, tmqadmin failed to lock the QMCONFIG device for exclusive update.

Action

Check the userlog for further information about the process that has the configuration locked. Re-enter the command after the configuration has been unlocked.

See Also

tmqadmin(1)


1528


エラー: キュー・スペースの作成 - メモリーの割当てに失敗しました

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、指定されたブロッキング・ファクタに基づくバッファの割当て中に失敗しました。

アクション

マシンのメモリー量およびプロセスによって使用されるメモリー量に対して、オペレーティング・システム・パラメータが正しく設定されていることを確認してください。マシンのメモリー使用量を減らすか、マシンの物理メモリー量を増やしてください。キュー・スペースの作成時に指定されるブロッキング・ファクタを減らしてください。

関連項目

tmqadmin(1)


1529


エラー: エクステントの追加 - メモリーの割当てに失敗しました

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、指定されたブロッキング・ファクタに基づくバッファの割当て中に失敗しました。

アクション

マシンのメモリー量およびプロセスによって使用されるメモリー量に対して、オペレーティング・システム・パラメータが正しく設定されていることを確認してください。マシンのメモリー使用量を減らすか、マシンの物理メモリー量を増やしてください。キュー・スペースの変更時に指定されるブロッキング・ファクタを減らしてください。

関連項目

tmqadmin(1)


1563


ERROR: QMCONFIG must be an absolute pathname

Description

The value of QMCONFIG, the device containing the queue space, as specified on the tmqadmin command line or in the shell environment is not an absolute pathname, meaning it does not begin with a /.

Action

Specify a full pathname for the QMCONFIG environment variable or tmqadmin command line argument.

See Also

tmqadmin(1)


1564


ERROR: Device name must be an absolute pathname

Description

While executing the crdl command, the device name specified is not an absolute pathname, meaning it does not begin with a /.

Action

Re-enter the command with an absolute pathname for the device name.

See Also

tmqadmin(1)


1565


ERROR: Device name must be an absolute pathname

Description

While executing the chdl command, the device name specified is not an absolute pathname, meaning it does not begin with a /.

Action

Re-enter the command with an absolute pathname for the device name.

See Also

tmqadmin(1)


1566


ERROR: Must specify queue space name

Description

While executing the ipcrm command, the queue space name specified is the null string (that is, the name was entered on the command line as "", or return was entered for the prompt for the Queue Space Name).

Action

Re-enter the ipcrm command with the correct queue space name.

See Also

tmqadmin(1)


1567


ERROR: Queue space name length must be less than len characters

Description

While executing the ipcrm command, the queue space name was too long (that is, len characters or more).

Action

Re-enter the command with a queue space name that is 15 characters or less in length.

See Also

tmqadmin(1)


1568


ERROR: Must specify queue space name

Description

While executing the ipcs command, the queue space name specified is the null string (that is, the name was entered on the command line as "", or return was entered for the prompt for the Queue Space Name).

Action

Re-enter the ipcs command with the correct queue space name.

See Also

tmqadmin(1)


1569


ERROR: Queue space name length must be less than len characters

Description

While executing the ipcs command, the queue space name was too long (that is, len characters or more).

Action

Re-enter the command with a queue space name that is 15 characters or less in length.

See Also

tmqadmin(1)


1570


ERROR: Must specify queue space name

Description

While executing the qopen command, the queue space name specified is the null string (that is, the name was entered on the command line as "", or return was entered for the prompt for the Queue Space Name).

Action

Re-enter the qopen command with the correct queue space name.

See Also

tmqadmin(1)


1571


ERROR: Queue space name length must be less than len characters

Description

While executing the qopen command, the queue space name was too long (that is, len characters or more).

Action

Re-enter the command with a queue space name that is 15 characters or less in length.

See Also

tmqadmin(1)


1572


ERROR: Must specify queue space name

Description

While executing the qspacedestroy command, the queue space name specified is the null string (that is, the name was entered on the command line as "", or return was entered for the prompt for the Queue Space Name).

Action

Re-enter the qspacedestroy command with the correct queue space name.

See Also

tmqadmin(1)


1573


ERROR: Queue space name length must be less than len characters

Description

While executing the qspacedestroy command, the queue space name was too long (that is, len characters or more).

Action

Re-enter the command with a queue space name that is 15 characters or less in length.

See Also

tmqadmin(1)


1574


ERROR: Invalid queue name

Description

While executing the qset command, an invalid queue name was specified.

Action

Use the qinfo command to get a list of the existing queue names. Re-execute the command with a valid queue name.

See Also

tmqadmin(1)


1577


エラー: xa_open() - 十分なセマフォを取得できません

説明

キュー・スペースをオープン(ウォームスタート)する際に、使用可能なシステム・セマフォが十分ありませんでした。

アクション

qsizeコマンドを使用すると、必要なセマフォの数を計算できます。セマフォを使用している他のアプリケーションをシャットダウンするか、オペレーティング・システムのセマフォ・パラメータを増やしてください。

関連項目

tmqadmin(1)


1578


エラー: キューの破棄 - 1つ以上のトランザクションに関わっているキュー・メッセージがあります

説明

qdestroyコマンドが実行されましたが、そのキュー上でエンキューまたはデキュー中のメッセージに関する未処理のトランザクションがあります。

アクション

コマンドを再実行してください。そのキュー・スペースにアクセスしているすべてのプロセスをシャットダウンする必要があります。

関連項目

tmqadmin(1)


1579


INFO: Queue list - no messages queue name

Description

While executing the qlist command for queue name, no messages were found on the queue.

Action

No action required.

See Also

tmqadmin(1)


1580


ERROR: Queue space change - ipckey is already used -- choose another one or check existing semaphores

Description

While executing the qspacechange command, an IPC key was specified for which a semaphore already exists. This probably means that another application is using the IPC key.

Action

Choose another IPC key and re-execute the command.

See Also

tmqadmin(1)


1582


ERROR: Change queue - invalid parameter

Description

While executing the qchange command, an invalid parameter was specified. The following are invalid: an invalid out-of-order value; retries or delay time less than 0; the queue space name is not specified or greater than 15 characters in length; the upper threshold less than or equal to 0 or less than the lower threshold value; or an invalid threshold type or a threshold type of '%' with a upper threshold value greater than 100.

Action

Re-enter the command with the correct parameters.

See Also

tmqadmin(1)


1585


ERROR: Queue change failed for queue name

Description

While executing the qchange command, tmqadmin failed to change the specified queue. There are many possible reasons for the failure and the specific reason is written to the standard output or the userlog.

Action

Re-enter the command when the problem has been resolved.

See Also

tmqadmin(1)


 先頭に戻る 前 次