Skip navigation.

LIBWSC メッセージ 1000-1099

  Previous Next

1000

ERROR:Unable to send message
ERROR: メッセージを送信できません。

説明

An attempt to send a request to the Workstation Handler process failed during a tpacall. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1001

ERROR:Unable to get reply
ERROR: 応答を得ることができません。

説明

An attempt to receive an acknowledgment to a tpacall request failed. This could be the result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1002

ERROR:tpcommit() message send failure
ERROR: tpcommit() の送信が異常終了しました。

説明

An attempt to send a request to the Workstation Handler process failed during a tpcommit. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1004

ERROR:Unable to set type switch index
ERROR: タイプ・スイッチ・インデックスを設定できません。

説明

An attempt to check a buffer type or subtype failed during a call to tpalloc because the type or subtype is not in the buffer type switch.

アクション

Check that the type and/or subtype is listed in the file tmtypesw.c.

1007

ERROR:Unable to set type switch index
ERROR: タイプ・スイッチ・インデックスを設定できません。

説明

An attempt to check a buffer type or subtype failed during a call to tprealloc. This is caused by specifying a type or subtype that is not in the buffer type switch.

アクション

タイプまたはサブタイプが tmtypesw.c ファイルにリストされているか調べます。

1011

ERROR:tpcall() message send failure
ERROR: tpcall() メッセージの送信が異常終了しました。

説明

An attempt to send a request to the Workstation Handler process failed during a tpcall. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1013

ERROR:tpcall() get reply failed
ERROR: tpcall() の応答の受信が異常終了しました。

説明

An attempt to receive an acknowledgment to a tpcall request failed. This could be the result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1014

ERROR:Unable to create temporary file
ERROR: 一時ファイルを作成できません。

説明

応答メッセージの一時記憶領域としてのファイルが、オープンできませんでした。これはオペレーティング・システム・エラーであり、ファイル・システムに十分な領域がないか、またはデバイスに対する適切なアクセス権がないことが原因で発生します。

アクション

The amount of the space on the specified device should be checked. If the environment variable TMPDIR has been specified, be sure the indicated directory exists and is writable by the application.

1015

ERROR:Unable to write to temporary file
ERROR: 一時ファイルに書き込みできません。

説明

An attempt to write to a file opened for temporary storage of a reply message failed. This is an operating system error that could be a result of insufficient space in the file system.

アクション

指定したデバイス上の領域を調べます。

1016

ERROR:Unable to open temporary file
ERROR: 一時ファイルをオープンできません。

説明

ファイルがオープンできませんでした。このファイルは、応答メッセージの一時領域として作成されたものです。これはオペレーティング・システム・エラーであり、誤ってファイルを削除したり、アクセス権を変更したり、ハードウェア障害が起きた場合に発生します。

アクション

Files created for this purpose have a prefix of WS. Check for the existence of such files in the specified directory. If none are found, restart the client.

1017

ERROR:Unable to read from temporary file
ERROR: 一時ファイルを読み込みできません。

説明

一時ファイルから読み込みが行えませんでした。このファイルは、応答メッセージの一時領域として作成されたものです。これはオペレーティング・システム・エラーです。

アクション

このエラーは、ファイルが読み込みのために正常にオープンされた後で起き、アクセス権またはハードウェア障害が原因です。

1018

ERROR:Too many outstanding handles
ERROR: 未処理のハンドルが多すぎます。

説明

アプリケーションが使用する未処理のハンドルが、最大数 (50) を超えています。

アクション

The application must not have more than 50 outstanding handles at any one time. This error message also indicates an internal problem within the system because tpcall should have returned TPELIMIT. If this error occurs, contact your BEA TUXEDO system Technical Support.

1019

ERROR:Invalid array index
ERROR: 無効な配列のインデックスです。

説明

アプリケーションが、ワークステーション・ハンドラから不明なハンドルを受信しました。ハンドル・エントリを削除できませんでした。

アクション

アプリケーションを再起動します。この問題が解決しない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1020

ERROR:Unable to obtain authentication level
ERROR: 認証レベルを取得できません。

説明

An attempt to connect to the BEA TUXEDO application has failed during a tpchkauth call. There are a number of reasons this could happen. The most obvious ones are the network address, WSNADDR, is incorrect or the network device, WSDEVICE, is not specified or is incorrect. Other possibilities for this failure are the network may be down, the Workstation Listener process may not be running, or the site of the Workstation Handler may be down.

アクション

The WSNADDR must be same as the listening address of the Workstation Listener specified in the configuration file. The WSDEVICE must be specified for TLI. If these are not the problem, then check with the system administrator for the status of the Workstation Listener and its site. Contact your BEA TUXEDO system Technical Support for any other problem.

1021

ERROR:tpcommit() message receive failure
ERROR: tpcommit() メッセージの受信が異常終了しました。

説明

tpcommit の実行中、ワークステーション・ハンドラ・プロセスから応答を受信できませんでした。このエラーは、ネットワークがダウンした、ワークステーション・ハンドラ・プロセスが実行されていない、またはワークステーション・ハンドラがあるサイトがダウンしていることが原因で発生します。

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1022

ERROR:Unable to send init request
ERROR: 初期化の要求を送信できません。

説明

An attempt to send a request to the Workstation Handler process failed during a tpinit. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1023

ERROR:Unable to get reply to init request
ERROR: 初期化の要求の応答を受信できません。

説明

An attempt to receive a reply from the Workstation Handler process failed during a tpinit. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1025

ERROR:Unable to send tpterm() request
ERROR: tpterm() 要求を送信できません。

説明

An attempt to send a request to the Workstation Handler process failed during a tpterm. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、BEA TUXEDO のシステム管理者に連絡します。管理者は、クライアントのエントリを削除します。

1026

ERROR:Unable to get reply to tpterm() request
ERROR: tpterm() 要求の応答を受信できません。

説明

An attempt to receive a reply from the Workstation Handler process failed during a tpterm. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down.

アクション

クライアントをシャットダウンし、BEA TUXEDO のシステム管理者に連絡します。管理者は、クライアントのエントリを削除します。

1027

ERROR:Unable to connect to WSH
ERROR: WSH に接続できません。

説明

tpchkauth の実行中、TUXEDO System/T アプリケーションに接続できませんでした。このエラーには、種々の原因があります。最も一般的な原因としては、ネットワーク・アドレス WSNADDR が不適切であるか、またはネットワーク・デバイス WSDEVICE が指定されていないか不適切であることが考えられます。その他の原因としては、ネットワークがダウンしている、WSL が実行されていない、または WSH のあるサイトがダウンしていることが挙げられます。

アクション

The WSNADDR must be set to the listening address of the WSL specified in the configuration file. WSDEVICE is required for TLI. If both settings are okay, check with the system administrator for the status of the Workstation Listener and its site. If this fails to resolve the problems, contact your BEA TUXEDO system Technical Support.

1028

ERROR:Memory allocation failure
ERROR: メモリの割り当てに失敗しました。

説明

インメモリ・バッファ・タイプ・スイッチを作成する際、メモリの割り当てができませんでした。この割り当てはあまり大きいものではなく、アプリケーションをサポートする場合に一度だけ必要です。このエラーは、マシン・リソースが不足していることを示す、より重大な問題を意味します。

アクション

UNIX システム管理者に連絡します。

1029

ERROR:Unable to retrieve stored reply
ERROR: 保存された応答を取得できません。

説明

保存されている応答を読み出すことができませんでした。このメッセージは、メモリか一時ファイルに格納されます。

アクション

メッセージがメモリに格納された場合、このエラーは BEA TUXEDO システム内部に問題があることを示します。この場合にはクライアントをシャットダウンし、再起動します。このエラーについて、BEA TUXEDO システムの Technical Support にご連絡ください。一時ファイルに格納される場合、このエラーはアクセス権かハードウェア障害を意味します。UNIX システム管理者に連絡します。

1030

ERROR:Handle not stored
ERROR: キュー内のハンドルではありません。

説明

アプリケーションが、システムに対して不明なハンドルで応答を要求しています。通常、このエラーは tpgetrply で検出されます。ハンドルが有効であれば、これは BEA TUXEDO システムの内部エラーです。

アクション

アプリケーションを再起動します。この問題が解決しない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1031

ERROR:Send of OWS_GETRPLY message failed
ERROR: OWS_GETRPLY メッセージの送信が異常終了しました。

説明

ワークステーション・ハンドラ・プロセスに、要求が送信できませんでした。このエラーは、ネットワークがダウンした、ワークステーション・ハンドラ・プロセスが実行されていない、またはワークステーション・ハンドラがあるサイトがダウンしていることが原因で発生します。

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1032

ERROR:Failed to receive expected reply
ERROR: 予期した応答を受信するのに異常終了しました。

説明

ワークステーション・ハンドラ・プロセスから返信されるべき応答がありません。このエラーは、ネットワークがダウンした、ワークステーション・ハンドラ・プロセスが実行されていない、またはワークステーション・ハンドラがあるサイトがダウンしていることが原因で発生します。またこのエラーは、クライアント・プロセスとワークステーション・ハンドラが、同期していないことを示しています。ワークステーション・ハンドラが実行されていれば、このエラーは発生しません。

アクション

クライアントをシャットダウンし、接続をやり直します。シャットダウンできない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

関連項目

『BEA TUXEDO Workstation Guide』

1033

ERROR:Failure to get a message reply
ERROR: 応答メッセージを受信できません。

説明

ワークステーション・ハンドラ・プロセスから、応答が得られませんでした。このエラーは、ネットワークがダウンした、ワークステーション・ハンドラ・プロセスが実行されていない、またはワークステーション・ハンドラがあるサイトがダウンしていることが原因で発生します。

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにお問い合わせください。BEA TUXEDO 管理者側では、古いクライアント・エントリを削除する必要があります。

1034

ERROR:Received unexpected message with opcode opcode
ERROR: オペコード opcode の予期しないメッセージを受信しました。

説明

ワークステーション・ハンドラ・プロセスから、予期せぬ応答がありました。このエラーは、クライアント・プロセスとワークステーション・ハンドラが、同期していないことを示しています。

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにこのエラー・メッセージをご連絡ください。BEA TUXEDO 管理者側では、古いクライアント・エントリを削除する必要があります。

1035

ERROR:Unable to save a message reply
ERROR: 応答メッセージを保存できません。

説明

An attempt to save a message failed. There are two possible causes. The first is that the environment variable WSRPLYMAX was set too high and an attempt to allocate space for the message failed. The second is an attempt to write to a file opened for temporary storage of a reply message failed. This is an operating system error that could be a result of insufficient space in the file system.

アクション

In the first case, the value of WSRPLYMAX should be lowered. The client must be restarted to get the new value. In the second case, the amount of the space on the specified device should be checked.

1036

ERROR:Unexpected opcode returned opcode
ERROR: 予期しないオペコード opcode を受信しました。

説明

ワークステーション・ハンドラ・プロセスから、予期せぬ応答がありました。このエラーは、クライアント・プロセスとワークステーション・ハンドラが、同期していないことを示しています。

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにこのエラー・メッセージをご連絡ください。BEA TUXEDO 管理者側では、古いクライアント・エントリを削除する必要があります。

1037

ERROR:Network message receive failure
ERROR: ネットワークからのメッセージ受信が異常終了しました。

説明

An attempt to receive a message from the network failed. This does not mean there was no message. This could be a result of the network going down or a memory failure in LIBNET.

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにお問い合わせください。BEA TUXEDO 管理者側では、古いクライアント・エントリを削除する必要があります。

1041

ERROR:Received message of unknown type 'type' subtype 'subtype'
ERROR: 不明なタイプ 'type' サブタイプ 'subtype' のメッセージを受信しました。

説明

不明なタイプまたはサブタイプのメッセージを受信しました。

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにお問い合わせください。場合によっては、このクライアントのバッファ・タイプ・スイッチを再構築する必要があります。

1042

ERROR:Received message of unknown type 'type'
ERROR: 不明なタイプ 'type' のメッセージを受信しました。

説明

不明なタイプのメッセージを受信しました。

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにお問い合わせください。場合によっては、このクライアントのバッファ・タイプ・スイッチを再構築する必要があります。

1044

ERROR:Post receive on message failed
ERROR: メッセージの受信後の処理で異常終了しました。

説明

メッセージ受信の後処理が、異常終了しました。この処理は、バッファ・タイプ・スイッチ関数で行われます。

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにお問い合わせください。

1045

ERROR:Presend on message failed
ERROR: メッセージの送信前の処理で異常終了しました。

説明

メッセージ送信の前処理が、異常終了しました。この処理は、バッファ・タイプ・スイッチ関数で行われます。

アクション

クライアントをシャットダウンし、BEA TUXEDO システムの Technical Supportにお問い合わせください。

1050

ERROR:tpsetunsol() not called, dropping unsolicited message.
ERROR: tpsetunsol() が呼び出されず、任意通知型メッセージが処理されません。

説明

任意通知型メッセージを受信しましたが、このクライアントは任意通知型メッセージ処理関数を設定しておらず、処理できませんでした。

アクション

エラーではありません。メッセージ処理関数が指定されていなければ、メッセージは失われます。このエラーは、任意通知型メッセージが受信されたことを示します。クライアントで任意通知型メッセージを受信する場合は、tpsetunsol 関数を呼び出して、メッセージを処理する関数を設定します。

関連項目

tpsetunsol(3c)

1051

ERROR:Unable to set environment variables
ERROR: 環境変数の設定ができません。

説明

An attempt to read environment variables from the file designated by WSENVFILE failed.

アクション

Check that WSENVFILE is set and it is describing the correct file. Also check that the contents of the file follow the form VARIABLE= string. Full path names must be entered for those variables describing files.

1052

ERROR:Environment variable WSNADDR not set
ERROR: WSNADDR 環境変数が設定されていません。

説明

The environment variable WSNADDR is not set.

アクション

The environment variable WSNADDR must be set to allow the Workstation Client to connect to the BEA TUXEDO application. This variable must be exported into the environment or it must be placed in a file designated by WSENVFILE.

1054

ERROR:Unable to access network
ERROR: ネットワークをアクセスできません。

説明

An attempt to open the device specified by the environment variable WSDEVICE failed.

アクション

Check that the value of the environment variable WSDEVICE is correct for the networking used.

1055

ERROR:Unable to establish WSL connection
ERROR: WSL 接続を確立できません。

説明

ワークステーション・リスナ・プロセスに接続できませんでした。このエラーには、多くの原因が考えられます。まず、アドレスが正しくないことが考えられます。またワークステーション・リスナ・プロセスが実行していない、ネットワークがダウンしている、あるいはホスト・マシンがダウンしている場合もあります。

アクション

Check that the value of the environment variable WSNADDR matches the listening address of the Workstation Listener as specified in the configuration file.

1057

ERROR:Unable to send message to WSL
ERROR: WSL にメッセージを送信できません。

説明

ワークステーション・リスナ・プロセスに、メッセージを送信できませんでした。

アクション

Check that the machine types have not been set to be the same when they should be different. If the architectures are different, the environment variable WSTYPE should be different than the machine type in the configuration file. Also check that the Workstation Listener process is running.

1059

ERROR:WSL returns error on connection request
ERROR: WSL が接続要求に対してエラーを返しました。

説明

接続要求に対する応答を取得できませんでした。このエラーは、ワークステーション・リスナ・プロセスが、応答を送信する前にダウンした場合に発生します。

アクション

ワークステーション・リスナ・プロセスが実行しているか調べます。プロセスが実行されている場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1060

ERROR:Unable to establish connection on native site
ERROR: ネイティブ・サイトで接続を確立できません。

説明

ワークステーション・リスナ・プロセスに対する接続要求の戻り値が、エラーを示しています。

アクション

Check the value of tperrno for some indication of the cause of the error.

1061

ERROR:Network address too long
ERROR: ネットワーク・アドレスが長すぎます。

説明

The address specified by WSNADDR contains too many characters.

アクション

Check that the value of the environment variable WSNADDR matches the listening address of the Workstation Listener as specified in the configuration file.

1062

ERROR:Environment variable TUXDIR must be set
ERROR: TUXDIR 環境変数を設定しなければなりません。

説明

The environment variable TUXDIR is not set.

アクション

The environment variable TUXDIR must be set to allow the Workstation Client to run. This variable must be exported into the environment or it must be placed in a file designated by WSENVFILE.

1063

ERROR:Unable to open WSH connection
ERROR: WSH 接続をオープンできません。

説明

ネットワーク接続がオープンできませんでした。クライアントは正常にワークステーション・リスナに接続したばかりであり、このエラーはまれにしか起きません。ワークステーション・ハンドラに対する接続を、オープンできない状態です。

アクション

BEA TUXEDO システムの Technical Support にお問い合わせください。

1064

ERROR:Unable to establish WSH connection string
ERROR: WSH 接続 string を確立できません。

説明

ワークステーション・ハンドラ・プロセスに、接続できませんでした。アプリケーションは正常にワークステーション・リスナ・プロセスとコミュニケートし始めたばかりであり、このエラーはまれにしか起きません。ワークステーション・ハンドラ・プロセスが実行していない、ネットワークがダウンした、あるいはホスト・マシンがダウンした可能性があります。

アクション

これらの原因のいずれにも該当しない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1065

ERROR:Unable to close WSH connection
ERROR: WSH 接続をクローズできません。

説明

ワークステーション・ハンドラ・プロセスへの接続を、クローズできませんでした。アプリケーションは正常にワークステーション・ハンドラ・プロセスとコミュニケートし始めたばかりであり、このエラーはまれにしか起きません。ネットワークがダウンした可能性があります。このエラーは、BEA TUXEDO アプリケーションからの切断には影響しません。このエラーはネットワーク障害を示しています。

アクション

システム管理者に連絡します。

1071

ERROR:Path name of TUXDIR is too long
ERROR: TUXDIR のパス名は長すぎます。

説明

The environment variable TUXDIR is set but the path specified is greater than 78 characters.

アクション

root から BEA TUXEDO ソフトウェアまでのパスを短縮するために、ファイル・システムを再構成する必要があります。システム管理者に連絡します。

1073

ERROR:Handle not active
ERROR: ハンドルはアクティブではありません。

説明

エントリが無効であるため、メッセージの検索要求が異常終了しました。アプリケーションが無効なハンドルでメッセージを要求した場合、無効なハンドルはもっと上のレベルで検出されているはずです。このレベルで検出した場合には、内部エラーがあります。

アクション

このエラーの原因となったアクションを記録し、BEA TUXEDO システムの Technical Support にお問い合わせください。

1074

ERROR:Memory allocation failure
ERROR: メモリの割り当てに失敗しました。

説明

メッセージを保存するためのメモリが、割り当てられませんでした。

アクション

The value of WSRPLYMAX should be lowered. This will cause messages to be stored in temporary files rather than memory. The client must be restarted to get the new value. Another solution is to do synchronous requests with tpcall. This will make it unnecessary to store replies.

1075

ERROR:Unable to store message in temporary file
ERROR: 一時ファイルにメッセージを保存できません。

説明

一時ファイルに応答メッセージを保存できませんでした。アプリケーションが必要なアクセス権を持っている場合は、デバイスがフルです。

アクション

Check the setting of the environment variable TMPDIR. This may be set to a file system with restrictive permissions, or it may be full. Resetting this variable to a file system with sufficient space may solve the problem. Another solution is to use the synchronous method, tpcall, to make service requests. This will make it unnecessary to save replies.

1076

ERROR:Invalid handle
ERROR: 無効なハンドルです。

説明

無効なハンドルで、メッセージを読み出しました。

アクション

問題の原因となるアプリケーション・エラーを調べます。エラーが見つからない場合は、BEA TUXEDO システムの Technical Support にお問い合わせください。

1077

ERROR:Unable to resize message buffer
ERROR: メッセージバッファのサイズ変更ができません。

説明

一時ファイルに保存されているメッセージを保持するバッファを、再割り当てできませんでした。

アクション

This is a memory problem. Attempt to free up resources for system use. There may be some unnecessary buffers in the application. Another solution is to use synchronous service requests with tpcall. This will make it unnecessary to store replies.

1078

ERROR:Unable to read message from temporary file
ERROR: 一時ファイルからメッセージを読み込むことができません。

説明

一時ファイルから読み込みが行えませんでした。このファイルは、応答メッセージの一時領域として作成されたものです。これはオペレーティング・システム・エラーです。

アクション

このエラーは、ファイルが読み込みのために正常にオープンされた後で起き、アクセス権またはハードウェア障害が原因です。

関連項目

『BEA TUXEDO Workstation Guide』

1079

ERROR:Unable to get data
ERROR: データを得ることができません。

説明

An attempt was made to send a broadcast message with a buffer that was not obtained with tpalloc. The system is unable to get the data from an unknown buffer type.

アクション

Allocate the buffer for the broadcast message with tpalloc and attempt to do the broadcast again. If this fails, contact your BEA TUXEDO system Technical Support.

1082

ERROR:Unable to send unsolicited message
ERROR: 任意通知型メッセージを送信できません。

説明

An attempt to send a broadcast or tpnotify message failed on a network send. The error could be that an invalid buffer type was used. The buffer must be obtained by a call to tpalloc. If there is no problem with the application, then it could be either a network problem, a problem with the host machine, or the Workstation Handler process is no longer running.

アクション

これらの状況については、BEA TUXEDO システム管理者に連絡してください。

1083

ERROR:Unable to get reply to unsolicited message request
ERROR: 任意通知型メッセージ要求の応答を得ることができません。

説明

ネットワーク上で、ブロードキャスト・メッセージの確認応答が受信できませんでした。このエラーは、ネットワークに問題がある、ホスト・マシンがダウンしている、またはワークステーション・ハンドラ・プロセスが実行していないことを示します。

アクション

BEA TUXEDO システム管理者に連絡してください。

1085

ERROR:Unable to get reply to unsolicited message request
ERROR: 任意通知型メッセージ要求の応答を得ることができません。

説明

任意通知型メッセージを検証する際、ネットワーク受信が行えませんでした。これは、メッセージがなかったという意味ではありません。このエラーは、ネットワークに問題がある、ホスト・マシンがダウンしている、またはワークステーション・ハンドラ・プロセスが実行していないことを示します。

アクション

BEA TUXEDO システム管理者に連絡してください。

1087

ERROR:Invalid arguments passed to program
ERROR: 無効な引数が program で指定されました。

説明

無効な引数が buildclt コマンドに渡されたため、DOS ワークステーション・クライアントの構築が行えませんでした。

アクション

Correct the arguments to buildclt and re-execute the command. If unsure about the proper arguments, refer to the on-line usage message.

関連項目

buildclt(1)

1088

ERROR:Cannot execute command compiler
ERROR: compiler コマンドを実行できません。

説明

cc コマンドが実行できませんでした。

アクション

Check the BEA TUXEDO Reference Manual for the proper use of the buildclt command.

関連項目

buildclt(1)

1089

ERROR:Commit error due to outstanding handles
ERROR: 未処理のハンドルのためにコミット・エラーがありました。

説明

未終了のハンドルがある場合に、トランザクションをコミットしようとしましたが、コミットできませんでした。これはアプリケーション・エラーです。

アクション

tpcommit を呼び出す前に、未処理のハンドルがないかどうかを確認します。

関連項目

tpcommit(3c)

1090

ERROR:Unable to allocate system buffer
ERROR: システムバッファを割り当てできません。

説明

システム・バッファへのメモリの割り当てが行えませんでした。

アクション

The system can not operate without sufficient space for system buffers. There are several strategies that an application can employ to solve this problem. Be sure there are no large application buffers that are not necessary. If asynchronous messages are being used, the value of WSRPLYMAX could be lowered. This will cause messages to be stored in temporary files rather than memory. The client must be restarted to get the new value. An alternative to the last solution is to do synchronous requests with tpcall. This will make it unnecessary to store replies.

1091

ERROR:Unable to get buffer for tpabort() request, transaction will time-out
ERROR: tpabort() 要求用のバッファを割り当てできません。トランザクションはタイムアウトします。

説明

アボート要求を送信するためのシステム・バッファへのメモリの割り当てが行えませんでした。システムはトランザクションをタイムアウトし、結果的にアボートします。

アクション

Whenever an allocation of a system buffer fails, the advice is the same. Try to reduce the memory usage of the application. There are several strategies that an application can employ to solve this problem. Be sure there are no large application buffers that are not necessary. If asynchronous messages are being used, the value of WSRPLYMAX could be lowered. This will cause messages to be stored in temporary files rather than memory. The client must be restarted to get the new value. An alternative to the last solution is to do synchronous requests with tpcall. This will make it unnecessary to store replies.

1092

ERROR:Unable to get buffer for tpabort() reply, transaction will time-out
ERROR: tpabort() 応答用のバッファを割り当てできません。トランザクションはタイムアウトします。

説明

アボート要求を受信するためのシステム・バッファへのメモリの割り当てが行えませんでした。システムはトランザクションをタイムアウトし、結果的にアボートします。

アクション

Whenever an allocation of a system buffer fails, the advice is the same. Try to reduce the memory usage of the application. There are several strategies that an application can employ to solve this problem. Be sure there are no large application buffers that are not necessary. If asynchronous messages are being used, the value of WSRPLYMAX could be lowered. This will cause messages to be stored in temporary files rather than memory. The client must be restarted to get the new value. An alternative to the last solution is to do synchronous requests with tpcall. This will make it unnecessary to store replies.

1098

ERROR:Unable to send tpabort() request, transaction will time-out
ERROR: tpabort() 要求を送信できません。トランザクションはタイムアウトします。

説明

トランザクションのアボート要求を送信できませんでした。システムはトランザクションをタイムアウトし、結果的にアボートします。このためエラーは返されません。ただしこのメッセージは、調べなければならない他の問題があることを示しています。

アクション

このエラーは、ネットワーク障害、ワークステーション・ハンドラまたはそのサイトがダウンしていることによるものです。これらの問題については、BEA TUXEDO システム管理者に連絡してください。

1099

ERROR:Unable to receive tpabort() reply
ERROR: tpabort() の応答を受信できません。

説明

An attempt to receive a reply from the Workstation Handler process failed during a tpabort. This could be a result of the network going down, the Workstation Handler process not running, or the site of the Workstation Handler going down. In any event, the transaction will be timed out.

アクション

上記の問題が起きた場合には、クライアントをシャットダウンし、問題が解決した後で再起動します。この作業は、BEA TUXEDO システム管理者の責任で行います。

 

Skip footer navigation  Back to Top Previous Next