ここから目次が始まります

システム・メッセージ: TUXMQカタログ1100-1199

前

1100


TPMQ_ECONFIG '='の前にパラメータ名が指定されていません

説明

MQアダプタが、=記号の前にパラメータ名がない行を構成ファイルで検出しました。 この構成ファイルの構文エラーにより、サーバーは起動しませんでした。

アクション

MQ Adapterサーバー構成ファイルを修正して、ファイルの各行の各=記号の前に、パラメータ名を含めてください。 構成ファイルの構文の修正が完了したら、失敗したサーバーを再起動してください。


1101


TPMQ_ECONFIGパラメータparameter_nameの後に'='がありません

説明

An MQ Adapter server found a line which contained a parameter name without an = sign and was not a section name line starting with *. Due to the configuration file syntax error, the server was not booted.

アクション

Ensure that every parameter name in the configuration file is followed by an = sign and an associated value. Once the configuration file syntax is fixed, reboot the failed server.


1102


TPMQ_ECONFIGパラメータparameter_nameの'='の後に値がありません

説明

An MQ Adapter server found a line which contained a parameter name and an = sign but which did not contain a parameter value following the = sign. Due to the configuration file syntax error, the server was not booted.

アクション

Ensure that every parameter name in the configuration file is followed by an = sign and an associated value. Once the configuration file syntax is fixed, reboot the failed server.


1103


TPMQ_ECONFIGパラメータparameter_nameが最大長を超えています

説明

The parameter name parameter_name is not a valid parameter name and exceeds the maximum allowable length for a parameter name in the MQ Adapter server configuration file. Due to the configuration file syntax error, the server was not booted.

アクション

Ensure that every parameter name in the configuration file is a valid parameter name followed by an = sign and a parameter value. Once the configuration file syntax is fixed, reboot the failed server.


1104


TPMQ_ECONFIGパラメータparameter_nameの値が最大長を超えています

説明

The value for parameter parameter_name in the MQ Adapter server configuration file exceeds the maximum allowable length. Due to the configuration file syntax error, the server was not booted.

アクション

Specify a valid value for parameter parameter_name in the MQ Adapter server configuration file. Once the configuration file syntax is fixed, reboot the failed server.


1105


TPMQ_SYSTEMバッファ内に複合ヘッダーがありません

説明

TMQUEUE_MQMがサービス・リクエストを受信しましたが、tpenqueue()およびtpdequeue()によって送信される複合バッファ・タイプが含まれていませんでした。

アクション

アプリケーションを調べ、プログラムで誤ってtpcall()またはtpacall()を使用してTMQUEUE_MQMサーバーにサービス・リクエストを送信していないことを確認してください。TMQUEUE_MQMサーバーの呼出しを行っているプログラムを確認するには、TMTRACE(5)機能が役立ちます。TMQUEUE_MQMで提供されるすべてのサービスの起動は、tpenqueue()またはtpdequeue()を介して行う必要があります。


1106


TPMQ_SYSTEMバッファ内に複合FMLデータがありません

説明

TMQUEUE_MQMが複合バッファ・タイプを含むサービス・リクエストを受信しましたが、FMLデータが含まれていませんでした。

アクション

TMQUEUE_MQMで提供されるすべてのサービスの起動は、tpenqueue()またはtpdequeue()を介して行う必要があります。 アプリケーションを調べ、プログラムで誤ってtpcall()またはtpacall()を使用して複合バッファ・タイプを含むサービス・リクエストをTMQUEUE_MQMサーバーに送信していないことを確認してください。 それ以外の場合は、TUXEDOのテクニカル・サポート・センターに連絡してください。


1107


TPMQ_WARNINGフィールドfield_nameoperationメッセージから取得できませんでした

説明

The TMQUEUE_MQM server was unable to find expected field field_name in the service input buffer. operation tells whether the error occurred during a tpenqueue() operation or during a tpdequeue() operation.

アクション

Contact your Tuxedo technical support organization.


1108


TPMQ_EATMIoperationメッセージにフィールドfield_nameを設定できませんでした

説明

The TMQUEUE_MQM server was unable to set field field_name in the service output buffer. operation tells whether the error occurred during a tpenqueue() operation or during a tpdequeue() operation.

アクション

Contact your Tuxedo technical support organization.


1109


TPMQ_EINVAL不明なReplyToQ queue_nameのメッセージを受信しました

説明

The TMQUEUE_MQM server received a tpdequeue() request from Tuxedo for a queue which was not mapped to a WebSphere MQ queue in the TMQUEUE_MQM configuration file.

アクション

Modify the TMQUEUE_MQM configuration file so that queue_name is specified as the TUXNAME parameter of a *QUEUE table entry and reboot the TMQUEUE_MQM server. Alternatively, fix the client which specified queue_name as a reply queue name to specify a proper name.


1110


TPMQ_EINVAL tpenqueueのパラメータTPQREPLYQOSはサポートされていません

説明

TPQREPLYQOSパラメータは対応するWebSphere MQパラメータにマップされず、TMQUEUE_MQMサーバーに対するtpenqueue()リクエストに使用できません。このエラーのため、QMEINVAL診断が呼出し元に戻されます。

アクション

TMQUEUE_MQMサーバーへのリクエストでTPQUREPLYQOSが指定されないように、アプリケーションを変更してください。


1111


TPMQ_EAPP_APIキューqueue_nameに対する照会が失敗しました。Reason=MQRC_Q_DELETED。キューをダウン状態としてマークします

説明

The specified queue_name has been deleted from WebSphere MQ. As a result, the TM_MQI server will no longer poll this queue for incoming messages.

アクション

If queue_name was deliberately deleted, no action is required. If queue_name has been deleted by accident, have the WebSphere MQ administrator recreate this queue and reboot the TM_MQI server once queue_name has been recreated.


1112


TPMQ_EAPP_API LQMID lqmid、キューqueue_nameに対する照会が失敗しました。Reason=error_code (最後のメッセージ以降このキューに発生したエラーnum_err、メッセージはnum_sec秒間繰り返されません)

説明

An MQINQ operation on queue_name failed with MQ error . As a result of this failure, the TM_MQI server is unable to get any messages that may currently be on on queue_name. TM_MQI will continue to poll this queue, but will limit the number of times this message is logged to avoid excessive output in the userlog.

アクション

Examine the MQ error_code for further information on the cause of the error. Verify that the current user has permission to perform MQINQ operations on queue_name.


1113


TPMQ_EAPP_API LQMID lqmid、キューqueue_nameに対する取得が失敗しました。Reason=error_code (キューにあるメッセージnumber、最後のメッセージ以降このキューに発生したエラーnum_err、メッセージはnum_sec秒間繰り返されません)

説明

An MQGET operation on queue_name failed with MQ error . As a result of this failure, the TM_MQI server is unable to get the messages currently on queue_name. TM_MQI will continue to poll this queue, but will limit the number of times this message is logged to avoid excessive output in the userlog.

アクション

Examine the MQ error_code for further information on the cause of the error. Verify that the current user has permission to perform MQGET operations on queue_name.


1114


TPMQ_EAPP_API MQPUT1 on Queue Manager queue_manager_name Reply Queue reply_queue_name failed, Reason = error_code

説明

A WebSphere MQ MQPUT1 operation failed on queue queue_name. As a result, the TM_MQI server was unable to place the reply to a service request on this queue. As a result of the error, TM_MQI will attempt to send this reply to the WebSphere MQ Dead Letter Queue, if any.

アクション

Examine the MQ error_code for further information as to the cause of the error.


1115


TPMQ_EAPP_API MQPUT1 on Queue queue_name failed, Reason = _error_code

説明

A WebSphere MQ MQPUT1 operation failed on queue queue_name. As a result, the TM_MQO server was unable to process the current service request.

アクション

Examine the MQ error_code for further information as to the cause of the error. Resubmit the failed request once the error has been fixed.


1116


TPMQ_WARNING MQOPEN on Reply Queue queue_name failed, Reason = error_code

説明

A WebSphere MQ MQOPEN operation failed on reply queue queue_name. As a result, the TM_MQO server was unable to receive a reply for this service request. Any reply that may exist remains queued on queue_name.

アクション

Examine the MQ error_code for further information as to the cause of the error. If necessary, have the MQ administrator manually dequeue this message from reply queue queue_name.


1117


TPMQ_EPROTO SERVICE service_nameはトランザクション非対応として定義されていますが、トランザクション内で呼び出されます

説明

The TM_MQO server received a service request for a service defined with TRAN=N inside a Tuxedo transaction. This is not allowed, and a TPFAIL reply is being returned to the caller.

アクション

Call the service outside of a Tuxedo transaction or using the TPNOTRAN flag. (If the service should be called within a transaction, change the TM_MQO configuration file to specify TRAN=Y and reboot the TM_MQO server.)


1118


TPMQ_ELIMIT SERVICEのOUTFIELDVNAME viewnameパラメータが最大長maxlenを超えています

説明

The OUTFIELDVNAME parameter specified in the TM_MQO configuration file exceeds the maximum allowable length. As a result of this error, the TM_MQO server did not boot.

アクション

Fix the OUTFIELDVNAME parameter name and reboot the TM_MQO server.


1119


TPMQ_EINVAL FLD_VIEW32フィールドfield_nameのOUTFIELDVNAMEが見つかりません

説明

The TM_MQO server could not find field_name in the FML32 field tables. As a result, TM_MQO was unable to return VIEW32 data in this field and is returning an error buffer to the caller.

アクション

Ensure that the FLDTBLDIR32 and FIELDTBLS32 environment variables are correctly set in the environment of the TM_MQO server or add a definition for field_Name to the existing FLDTBLDIR32 and FIELDTBLS32 location. If an environment variable change needs to be made, reboot the TM_MQO server so that the change takes effect.


1120


TPMQ_ESYSTEMフィールドfield_nameの追加中にFML32エラーが発生しました - error_string

説明

The TM_MQO server was unable to add the specified field_name to its output buffer due to the FML32 error reported by error_string. As a result, TM_MQO is returning an error message to its caller.

アクション

Contact your Tuxedo technical support organization.


1121


TPMQ_ECONFIG SERVICE service_nameにOUTFIELDVNAMEパラメータが指定されていますが、OUTFIELDおよびINFIELDが指定されていません

説明

A *SERVICE section entry in the TM_MQO configuration file specified the OUTFIELDVNAME parameter without specifying the OUTFIELD or INFIELD parameter. As a result of the configuration error, the TM_MQO server failed to boot.

アクション

The OUTFIELDVNAME parameter is meaningful only when the OUTFIELD parameter is specified, or when the INFIELD parameter is specified as a default value for the OUTFIELD parameter. Fix the TM_MQO configuration file to specify consistent parameters and then reboot the failed TM_MQO server.


1122


TPMQ_EATMIエラーerror_codeバックアウト・キューqueue_nameにバッファを送信できません

説明

An MQPUT1 call in the TM_MQI server returned an error when attempting to send a previously failed message to backout queue queue_name.

アクション

Examine the WebSphere MQ error_code for further information as to the cause of the error. Verify that queue_name exists and that put operations are allowed on this queue.


1123


TPMQ_WARNINGセキュリティ障害に対して監査post-opを呼び出せません

説明

サービス操作でのaudit_postop()プラグイン・セキュリティ関数の 呼出しが失敗しました。この呼出しの試行は、 authorize_preop()プラグイン・セキュリティ関数の呼出しにより拒否または失敗が戻されたため 行われていました。この障害の監査を実行および記録できませんでした。

アクション

監査プラグインの登録を確認してください。使用されるプラグインが 提供されたデフォルト・プラグインの場合は、ユーザー・ログ・ファイルおよびファイル・システムの領域を確認してください。使用される プラグインが提供されたデフォルト・プラグイン以外の場合は、 プラグイン・コードの供給元に問い合せてください。 また、authorize_preop()の拒否または失敗に関して、 この拒否を予定していなかった場合は、登録、 認可構成およびauthorize_preop()関数の戻り値を確認してください。

関連項目

epifregedt, epifreg


1124


TPMQ_WARNINGサービス呼出しに対して監査pre-opを呼び出せません

説明

サービス操作でのaudit_preop()プラグイン・セキュリティ関数の 呼出しが失敗しました。この呼び出しは、この操作の実行前に 試行されていました。この試行の監査を実行および記録できませんでした。

アクション

監査プラグインの登録を確認してください。使用されるプラグインが 提供されたデフォルト・プラグインの場合は、ユーザー・ログ・ファイルおよびファイル・システムの領域を確認してください。使用される プラグインが提供されたデフォルト・プラグイン以外の場合は、 プラグイン・コードの供給元に問い合せてください。

関連項目

epifregedt, epifreg


1125


TPMQ_WARNINGセキュリティ障害に対して監査post-opを呼び出せません

説明

サービス操作でのaudit_postop()プラグイン・セキュリティ関数の 呼出しが失敗しました。この呼出しの試行は、 authorize_preop()プラグイン・セキュリティ関数の呼出しにより拒否または失敗が戻されたため 行われていました。この障害の監査を実行および記録できませんでした。

アクション

監査プラグインの登録を確認してください。使用されるプラグインが 提供されたデフォルト・プラグインの場合は、ユーザー・ログ・ファイルおよびファイル・システムの領域を確認してください。使用される プラグインが提供されたデフォルト・プラグイン以外の場合は、 プラグイン・コードの供給元に問い合せてください。 また、authorize_preop()の拒否または失敗に関して、 この拒否を予定していなかった場合は、登録、 認可構成およびauthorize_preop()関数の戻り値を確認してください。

関連項目

epifregedt, epifreg


1126


TPMQ_ECONFIG重複したFORMATパラメータがSERVICE定義で見つかりました

説明

TM_MQIまたはTM_MQO構成ファイルの*SERVICEセクションのエントリに、複数のFORMAT行が含まれていました。これはエラーであり、その結果TM_MQIまたはTM_MQOサーバーが起動しませんでした。

アクション

TM_MQIまたはTM_MQO構成ファイルを修正して、失敗したサーバーを再起動してください。


1127


TPMQ_WARNINGキューqueue_nameをオープンできませんでした。Reason=error_code、バックアウトしきい値は0と仮定します

説明

The TM_MQI server was unable to perform an MQOPEN on queue_name in order to determine the queue backout threshold. As a result, TM_MQI assumes that the backout threshold for this request on this queue is 0 and TM_MQI will act as if the backout threshold for this message has been exceeded.

アクション

Examine the error_code and WebSphere MQ error logs to determine why queue_name could not be opened. Verify that the queue_name has not been deleted and that the access permissions on queue_name have not changed.


1128


TPMQ_WARNINGキューqueue_nameを照会できませんでした。Reason=error_code、バックアウトしきい値は0と仮定します

説明

After successfully performing an MQOPEN on queue_name, TM_MQI was unable to successfuly perform an MQINQ on the queue to determine the queue backout threshold. As a result, TM_MQI assumes that the backout threshold for this request on this queue is 0 and TM_MQI will act as if the backout threshold for this message has been exceeded.

アクション

Examine the error_code and WebSphere MQ error logs to determine why the inquire operation on queue_name failed. Verify that the queue_name has not been deleted and that the access permissions on queue_name have not changed.


1129


TPMQ_WARNINGキューqueue_nameをクローズできませんでした。Reason=error_code

説明

After sucessfully performing an MQOPEN and an MQINQ on queue_name, TM_MQI was unable to successfully close the queue.

アクション

Examine the error_code and WebSphere MQ error logs to determine why queue_name could not be closed. Verify that the queue_name has not been deleted and that the access permissions on queue_name have not changed.


1131


TPMQ_INFO LQMID queue_manager QUEUE(queue_name)への接続の再試行に成功しました。再試行回数= retry_number

説明

MQ Adapter reconnect to queue_manager successfully after retry_number attempts.

アクション

アクションは不要です。


1132


TPMQ_INFO LQMID queue_manager QUEUE(queue_name)への接続の再試行に失敗しました。理由= reason_code

説明

An error occurred while attempting to reconnect to the queue_manager. The WebSphere MQ reason_code is shown.

アクション

Check the WebSphere MQ configuration to determine if the specified queue_manager is defined correctly and is currently running. Refer to IBM WebSphere MQ documentation for the specific meaning of reason_code.


1133


TPMQ_ERROR最大再試行回数(maxretries)に達しました。LQMID queue_manager QUEUE(queue_name)の再試行を停止します

説明

The maximum number of attempts made by MQ Adapter to reconnect to WebSphere MQ queue_manager is reached. For TM_MQI, the worker thread will stop reconnect and exit. For TM_MQO, the server will exit.

アクション

Check the WebSphere MQ configuration to determine if the specified queue_manager is currently running. Administrator can specify a larger number of maxretries. The maximum value is 2147483647.


1134


TPMQ_ERRORすべてのワーカー・スレッドが終了しました。TM_MQIを終了します

説明

マルチスレッドTM_MQIは、キューごとに個別の専用ワーカー・スレッドを使用します。すべてのワーカー・スレッドが終了すると、TM_MQIは終了します。

アクション

WebSphere MQの構成で、指定されたqueue_managerが現在実行されているか、またキューが存在し、アクティブかどうかを確認してください。


1135


TPMQ_ERRORスレッドの作成に失敗しました

説明

マルチスレッドTM_MQIが、メッセージを処理するワーカー・スレッドの作成に失敗しました。

アクション

OS構成を調べ、スレッドがサポートされていること、さらにプロセスごとに許可されるスレッド数が十分であることを確認してください。TM_MQI構成ファイルを調べ、構成済のキュー数が、OSでサポートされるプロセスごとの最大スレッド数を超えていないことを確認してください。


1136


TPMQ_ECONFIG DLQNAME parameter has invalid value bad_value

説明

The DLQNAME parameter specified in the *QUEUE_MANAGER section of the TM_MQI server has an invalid value bad_value. Allowable values are DEST, REPLY, or DEST_REPLY.

アクション

Specify a valid parameter value and reboot the TM_MQI server.


1137


QUEUE(queue_name) error count reaches threshold suspend_threshold, suspend

Description

The successive error count of QUEUE(queue_name) reaches specified suspend threshold, processing of this queue is suspended.

Action

Examine the userlog for information, refer to Tuxedo document and fix the error. Processing of this queue can be resumed using MIB request.


 先頭に戻る 前