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

システム・メッセージ: LIBTUXカタログ1400-1499

前 次

1401


WARN: tpforward tpacall failure errcode

Description

A service routine's tpforward() request failed because an underlying tpacall() failed. The error code from tpacall() is displayed as part of this message. This userlog message is issued because control will not return to the service routine. Instead, the process invoking the service routine will receive a TPESVCFAIL return code.

Action

Diagnose this problem based on the error return code shown in the userlog message. One likely cause is that the service being forwarded to is not available.

See Also

tpacall(3c), tpforward(3c)


1406


エラー: 相互運用処理中にメモリーの割当てに失敗しました

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、相互運用処理の実行中に失敗しました。

アクション

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

関連項目

UNIXシステム・リファレンス・マニュアルのmalloc(3)


1407


WARN: TMDEBUG regular expression invalid. Ignoring regular expression.

Description

A system debugging enabled binary is being used, and the debugging value provided via the environment contains an invalid regular expression.

Action

Contact your Oracle Tuxedo System Technical Support.


1409


エラー: 新しいリクエストを生成するためのクライアント・リクエストを一時停止しました

説明

一時停止されたクライアントがドメインに新しい作業を挿入しようとしました。クライアントの一時停止は、/AdminGUIまたは/AdminAPIを使用してアプリケーション管理者によって行われます。

アクション

アプリケーション管理者に連絡して、クライアントが一時停止された理由および一時停止がいつ解除される見込みかを確認してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理『Oracle Tuxedo管理コンソール・オンライン・ヘルプ』tpacall(3c)、tpcall(3c)、MIB(5)、TM_MIB(5)


1410


エラー: 新しいリクエストを生成するためのクライアント・リクエストを一時停止しました

説明

一時停止されたクライアントがドメインに新しい作業を挿入しようとしました。クライアントの一時停止は、/AdminGUIまたは/AdminAPIを使用してアプリケーション管理者によって行われます。

アクション

アプリケーション管理者に連絡して、クライアントが一時停止された理由および一時停止がいつ解除される見込みかを確認してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理『Oracle Tuxedo管理コンソール・オンライン・ヘルプ』tpacall(3c)、tpcall(3c)、MIB(5)、TM_MIB(5)


1411


エラー: 新しい会話を生成するためのクライアント要求を一時停止しました

説明

一時停止されたクライアントが新しい会話を開始しようとしました。クライアントの一時停止は、/AdminGUIまたは/AdminAPIを使用してアプリケーション管理者によって行われます。

アクション

アプリケーション管理者に連絡して、クライアントが一時停止された理由および一時停止がいつ解除される見込みかを確認してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理『Oracle Tuxedo管理コンソール・オンライン・ヘルプ』tpconnect(3c)、MIB(5)、TM_MIB(5)


1412


エラー: 新しいトランザクションを生成するためのクライアント要求を一時停止しました

説明

一時停止されたクライアントが新しいトランザクションを開始しようとしました。クライアントの一時停止は、/AdminGUIまたは/AdminAPIを使用してアプリケーション管理者によって行われます。

アクション

アプリケーション管理者に連絡して、クライアントが一時停止された理由および一時停止がいつ解除される見込みかを確認してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理『Oracle Tuxedo管理コンソール・オンライン・ヘルプ』tpbegin(3c)、MIB(5)、TM_MIB(5)


1413


警告: クライアントは処理を中断します

説明

ユーザー・ログ・メッセージを生成したクライアントが、管理者によってDEADの状態に設定されました。これは、クライアントが起動したOracle Tuxedoシステム・ライブラリ内で検出され、クライアントはabort()の呼出しによって処理を中断の形で終了します。

アクション

アプリケーション管理者に連絡して、クライアントが中断の形で終了された理由を確認してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理MIB(5)、TM_MIB(5)


1414


警告: クライアントは処理を中断します

説明

ユーザー・ログ・メッセージを生成したクライアントが、管理者によってDEADの状態に設定されました。これは、クライアントが起動したOracle Tuxedoシステム・ライブラリ内で検出され、クライアントはtpabort()の呼出しによって処理を中断の形で終了します。

アクション

アプリケーション管理者に連絡して、クライアントが中断の形で終了された理由を確認してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理MIB(5)、TM_MIB(5)


1415


エラー: メモリーの割当てに失敗しました

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、サーバー初期化の実行中に失敗しました。

アクション

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

関連項目

UNIXシステム・リファレンス・マニュアルのmalloc(3c)


1416


エラー: プライマリ・マシンでサーバー・グループがアクティブです

説明

サーバーが、そのサーバー・グループのバックアップ・サイトで起動しようとしましたが、グループ内のサーバーが、グループのプライマリ・サイトでアクティブでした。

アクション

サーバーをプライマリ・サイトで再起動してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理tmboot(1)


1417


エラー: アプリケーションの初期化が失敗しました

説明

動的に生成された会話型サーバーに対するtpsvrinit(3c)処理で、アプリケーションの初期化障害が発生しました。

アクション

アプリケーション固有のコードを調べてエラーの原因を突き止めてください。

関連項目

C言語を使用したOracle Tuxedo ATMIアプリケーションのプログラミングtpopen(3c)、tpsvrinit(3c)


1418


エラー: 無効なサーバー・グループ情報が指定されました

説明

無効なサーバー・グループ情報を使用してサーバー・グループ削除が起動されました。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


1419


エラー: ピリオド(.)で始まるサービス名を通知できません

説明

アプリケーション・サーバーが、サーバー初期化中に予約されたサービス名(つまり、文字'.'で始まる名前)を通知しようとしました。

アクション

サーバーが予約されたサービス名を通知しようとしないように、構成ファイルのエントリまたはtpsvrinit(3c)処理、あるいはその両方を変更してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理C言語を使用したOracle Tuxedo ATMIアプリケーションのプログラミングtpadvertise(3c)、tpsvrinit(3c)、ubbconfig(5)


1420


エラー: ピリオド(.)で始まるサービス名を通知できません

説明

アプリケーション・サーバーが、サーバー初期化中に予約されたサービス名(つまり、文字'.'で始まる名前)を通知しようとしました。

アクション

サーバーが予約されたサービス名を通知しようとしないように、構成ファイルのエントリまたはtpsvrinit(3c)処理、あるいはその両方を変更してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理C言語を使用したOracle Tuxedo ATMIアプリケーションのプログラミングtpadvertise(3c)、tpsvrinit(3c)、ubbconfig(5)


1421


エラー: 順番付けされていないルーティング表が見つかりました

説明

構成ファイルのルーティング表が一貫性のない状態であり、処理できませんでした。

アクション

Oracle Tuxedoシステムの構成ファイルを削除し、アプリケーションを再構成してから再起動してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理tmboot(1)、tmconfig(1)


1422


WARN: Cannot compute field name fldname view offset for criteria crit type typ subtype subtyp

Description

The system could not map the field name fldname to a corresponding view offset while processing routing criteria crit for buffer type typ and subtype subtyp. The indicated criteria entry is added to the bulletin board; however, routing using this criterion will not succeed from this site due to the field name mapping problem.

Action

Check the environment file for the site in question to ensure that the appropriate environment variables (that is, FIELDTBLS, FLDTBLDIR, VIEWDIR, and VIEWFILES) are set correctly.

See Also

Administering an Oracle Tuxedo Application at Run Time, compilation(5), ubbconfig(5)


1423


WARN: Cannot route on unknown buffer type typ

Description

A ROUTING section entry was specified in the ubbconfig(5) file that referenced an unsupported buffer type for preconfigured ROUTING entries. The entry in question is ignored by the system and processing continues.

Action

Correct the entry to use one of the supported types or remove the entry from the configuration file altogether.

See Also

Administering an Oracle Tuxedo Application at Run Time, ubbconfig(5)


1424


ERROR: Routing field fld type mismatch for routing criteria crit, type typesepsubtyp, ignored

Description

The routing field fld had a different data type in routing criteria entry crit for buffer type typ and subtype subtyp than it did for an earlier buffer type in the same routing entry.

Action

Split the routing specification for the two buffer types into separate entries, each with routing rules appropriate for the data type of the field in that buffer type. Alternatively, the buffer types themselves may be changed to bring the data types into alignment. This would typically mean modifying an FML field or a VIEW specification.

See Also

Administering an Oracle Tuxedo Application at Run Time, Programming an Oracle Tuxedo ATMI Application Using FML, tmloadcf(1), ubbconfig(5)


1425


WARN: Duplicate routing criteria crit type typ combination ignored

Description

A routing criteria crit, buffer type combination typ was specified more than once in the ROUTING section of the ubbconfig(5) file.

Action

Correct the configuration file to remove the duplicate entry, and rerun tmloadcf(1).

See Also

Administering an Oracle Tuxedo Application at Run Time, tmloadcf(1), ubbconfig(5)


1426


ERROR: Insufficient routing table space to create entry for criteria crit type typ

Description

The indicated routing criteria type combination (crit/typ) could not be created due to table size restrictions in the bulletin board.

Action

Increase the sizes of the bulletin board tables and reboot the application. These parameters include MAXDRT, MAXRFT, and MAXRTDATA.

See Also

Administering an Oracle Tuxedo Application at Run Time, tmloadcf(1), ubbconfig(5)


1427


ERROR: System error(tperrmsg) creating routing table for criteria crit type typ

Description

The Oracle TUXEDO system error indicated by tperrmsg occurred while attempting to create a new routing criteria table entry for crit/typ.

Action

Contact your Oracle Tuxedo System Technical Support.


1428


ERROR: Cannot map field name fld to field identifier for criteria crit type typ

Description

The indicated ROUTING section entry could not be added to the bulletin board because the specified field name fld could not be mapped to a field identifier.

Action

Check the environment file for the site in question to ensure that the environment variables FLDTBLDIR and FIELDTBLS are set correctly for 16-bit FML or that the environment variables FLDTBLDIR32 and FIELDTBLS32 are set for FML32. Also check that the field name is specified correctly in the ubbconfig(5) file. In Tuxedo 11.1.1.2.0 and earlier this message is also used to report the error when an attempt is made to use an FML32 field with a field type greater than 7 or an FML32 field with a field number greater than 8191 as a routing field. Only FML32 fields with field numbers less than or equal to 8191 can be used as routing fields.

See Also

Administering an Oracle Tuxedo Application at Run Time, tmloadcf(1), compilation(5), ubbconfig(5)


1429


ERROR: Cannot compute field name fldname view offset for criteria crit type typ subtype subtyp

Description

The system could not map the field name fldname to a corresponding view offset while processing routing criteria crit for buffer type typ and subtype subtyp. The indicated routing criterion is ignored and processing continues.

Action

Check the environment file for the site in question to ensure that the appropriate environment variables (that is, FIELDTBLS, FLDTBLDIR, VIEWDIR, and VIEWFILES) are set correctly.

See Also

Administering an Oracle Tuxedo Application at Run Time, compilation(5), ubbconfig(5)


1430


WARN: Ignoring routing entry crit, invalid buffer type specified

Description

Routing criteria crit is ignored by the system due to invalid buffer types being specified.

Action

ROUTING section entries must use only system supported buffer types as defined in ubbconfig. Correct the configuration file to conform to this restriction, rerun tmloadcf(1), and reboot the system (tmboot(1)).

See Also

Administering an Oracle Tuxedo Application at Run Time, tmboot(1), tmloadcf(1), ubbconfig(5)


1431


WARN: Cannot compute field name fldname view offset for criteria crit type typ subtype subtyp

Description

The system could not map the field name fldname to a corresponding view offset while processing routing criteria crit for buffer type typ and subtype subtyp. The indicated criterion entry is added to the bulletin board; however, routing using this criterion will not succeed from this site due to the field name mapping problem.

Action

Check the environment file for the site in question to ensure that the appropriate environment variables (that is, FIELDTBLS, FLDTBLDIR, VIEWDIR, and VIEWFILES) are set correctly.

See Also

Administering an Oracle Tuxedo Application at Run Time, compilation(5), ubbconfig(5)


1432


エラー: 破壊されたルーティング範囲表が見つかりました

説明

構成ファイルのルーティング表が一貫性のない状態であり、処理できませんでした。

アクション

Oracle Tuxedoシステムの構成ファイルを削除し、アプリケーションを再構成してから再起動してください。

関連項目

Oracle Tuxedoアプリケーション実行時の管理tmboot(1)、tmconfig(1)


1433


警告: 無効なトレース指定です。無視しました

説明

トレース・ポイントに関連付けられているカテゴリ(atmiなど)が既知のカテゴリではありません。このため、トレース・ポイントが無視されました。

アクション

アクションは不要です。

関連項目

tmtrace(5)


1434


エラー: 無効なトレース指定です。無視しました

説明

構文に誤りのあるトレース指定が、TMTRACE環境変数の値として指定されました。トレース指定が無視されました。

アクション

トレース指定に有効な文字列を指定してください。

関連項目

tmtrace(5)


1435


警告: トレース指定で無効な正規表現が指定されました(レシーバ)。無視しました

説明

構文に誤りのある正規表現が、トレース指定の文字列内にreceiver-specの一部として指定されました。正規表現が無視されたため、フィルタを通過したすべてのトレース・ポイントがレシーバに送信されました。

アクション

receiver-specに有効な正規表現を指定してください。

関連項目

tmtrace(5)


1438


WARN: Trigger failed - system(status)

Description

The execution of the trigger that was executed for a particular trace point failed. The trigger was specified in the trace specification.

Action

No action required.

See Also

tmtrace(5)


1439


警告: トレース指定で無効な正規表現が指定されました(トリガー)。無視しました

説明

構文に誤りのある正規表現が、トレース指定の文字列内にtrigger-specの一部として指定されました。正規表現が無視されたため、フィルタを通過したすべてのトレース・ポイントに対してトリガーが実行されました。

アクション

trigger-specに有効な正規表現を指定してください。

関連項目

tmtrace(5)


1440


エラー: 無効なトレース・トリガーの指定です。無視しました

説明

トレース指定のtrigger-specで指定されているアクション(dyeなど)が、既知のアクションではありません。このため、フィルタを通過したトレース・ポイントに対してトリガーが実行されませんでした。

アクション

トレース指定に有効なトリガー・アクションを指定してください。

関連項目

tmtrace(5)


1441


エラー: tpcommitのメッセージに失敗しました。GTTをチェックしてください

説明

このメッセージは、トランザクションを完了するためにTMSに送信されたリクエストへの応答を受信しようとして、システムでエラーが発生した場合に発行されます。通常、このメッセージは、システム・レベルの障害が発生した場合に発行されます。

アクション

このトランザクションの完了および発生した可能性のある通信エラーに関する詳細は、ユーザー・ログを参照してください。また、tmadminprinttransコマンドを使用してトランザクションに関する詳細を調べ、printnetコマンドを使用してネットワーク内のすべてのマシン接続のステータスを確認してください。このコマンドは、すべてのネットワーク・パーティションを報告します。

関連項目

tmadmin(1)


1461


ERROR: Could not advertise servicename. Specify all functions at buildserver time.

Description

All functions that can handle service name associations must be specified at buildserver time. This can be done using the -s:functionname option to buildserver. For example, in order to allow services to be associated with the function foo dynamically, the buildserver line would include the -s:foo option.

Action

Add all functions that can be dynamically associated with a service name to the buildserver command line. If there are many functions of this variety, the -s @filename option allows the developer to specify a file which buildserver will parse. Each line of this file is considered to be an argument to the -s option. This file can be commented by using a '#' character in the first character position on a line. On the SunOS 4.1.3 platform, set the CFLAGS=-PIC when running the buildserver command.


1463


エラー: -sオプションの解析中にエラーが発生しました。

説明

ubbconfig(5)で指定されているCLOPTオプションの-sオプションに構文エラーがありました。

アクション

CLOPT行の-sオプションの説明は、マニュアルのservopts(5)およびubbconfig(5)のページを参照してください。正しい構文に適合するように、このサーバーのCLOPT行を変更してください。新しいubbconfigtmloadcf(1)を実行し、影響を受けるサーバーを再起動してください。


1465


INFO: Duplicate advertisement of service servicename (func functionname) ignored.

Description

The given association between servicename and functionname has already been advertised. Duplicates are ignored.

Action

In order to eliminate this message, remove the duplicate service advertisement from either the buildserver command line or the CLOPT line for this server in the ubbconfig(5) file.


1466


WARN: Overriding service servicename (func functionname) mapping given at buildserver time.

Description

An association between a servicename and a functionname given at buildserver time has been overridden by the CLOPT line in the ubbconfig(5) file.

Action

The CLOPT line overrides associations made at buildserver time. If you wish to preserve the association made at buildserver time, then it will be necessary to remove the offending association in the CLOPT line of this server.


1467


警告: 再帰エクスポート・ファイルをスキップします。

説明

-s @filenameオプションは、ubbconfig(5)ファイルのCLOPT行で使用できます。ただし、filenameで指定されたファイル内の引数では、別のファイルを指定してオープンおよび解析することはできません。この方法はファイルの再帰と呼ばれます。ファイルの再帰は、buildserver(1)ではサポートされていません。

アクション

@文字で始まる行をfilenameから削除してください。


1468


WARN: Could not open file filename.

Description

The file specified on the CLOPT line of this server in the ubbconfig(5) file via the -s @filename option does not exist.

Action

Make sure that the given filename exists. One useful trick is to specify filename as a full path name, rather than a relative path name.


1469


ERROR: Error while parsing file filename.

Description

The server was parsing the given filename. While parsing the file given via the -s @filename option of the CLOPT, the server encountered a syntax error.

Action

Edit the file specified by the -s @filename option. Make sure that each line is a valid argument to the -s option. The file may be commented if the first character of the comment line is "#". Blank lines are also acceptable. If the file is syntactically correct, then contact Oracle Tuxedo System Technical Support.


1470


WARN: Function functionname not specified at buildserver time. servicename will not be advertised.

Description

All functions that can handle service name associations must be specified at buildserver time. This can be done using the -s :functionname option to buildserver. For example, in order to allow services to be associated with the function foo dynamically, the buildserver line would include the -s :foo option.

Action

Add all functions that can be dynamically associated with a service name to the buildserver command line. If there are many functions of this variety, the -s @filename option allows the developer to specify a file which buildserver will parse. Each line of this file is considered to be an argument to the -s option. This file can be commented by using a '#' character in the first character position on a line. On the SunOS 4.1.3 platform, set the CFLAGS=-PIC when running the buildserver command.


1471


エラー: メモリーの割当てに失敗しました。

説明

サービス通知の表を作成しようとしましたが、システムでメモリー不足が発生しました。

アクション

システムのメモリーを確認してください。このサーバーを実行できる十分なメモリーがある場合は、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


1472


WARN: Function name must be <= number characters in length; functionname will be truncated

Description

Function names are restricted in length. If a given function name is longer than this maximum length, then that function name will be truncated.

Action

Shorten the length of the function name.


1473


WARN: Service name must be <= number characters in length; servicename will be truncated

Description

Service names are restricted in length. If a given service name is longer than this maximum length, then that service name will be truncated.

Action

Shorten the length of the service name.


1475


ERROR: .SysServerCleaning: servername, group srvgrp, id srvid server cleaning

Description

This message indicates that the server specified above died abnormally and the BBL cleaned up the slot allocated by the server.

Action

Debug the server and fix the problem before it is restarted again.

See Also

EVENT_MIB(5), TM_MIB(5)


1476


ERROR: .SysServerRestarting: servername, group srvgrp, id srvid server restarting

Description

This message indicates that the server specified above died abnormally; and since this has been marked as a restartable server, it has been restarted.

This message is also printed during normal migration of the DBBL from the master to the backup.

Action

Oracle TUXEDO application servers should not ordinarily die abnormally. This error is most likely due to an application-specific problem. Debug the server and resolve the problem before restarting the server again.

If it occurs for the DBBL during migration, it can be ignored.

See Also

EVENT_MIB(5), TM_MIB(5)


1477


ERROR: .SysServerDied: servername, group srvgrp, id srvid server died

Description

This message indicates that the server specified above died abnormally and the BBL detected this condition in its periodic scan of the BB.

Action

Debug the server and fix the problem before it is restarted again.

See Also

EVENT_MIB(5), TM_MIB(5)


1478


ERROR: .SysServerInit: servername, group srvgrp, id srvid server initialization failure

Description

This message indicates that the server specified above failed in tpsvrinit() and therefore could not be booted.

Action

Fix the problem and then reboot the server. The problem can be due to an Oracle TUXEDO resource limit or an application-specific problem.

See Also

EVENT_MIB(5), TM_MIB(5)


1479


ERROR: .SysServerTpexit: servername, group srvgrp, id srvid server requested TPEXIT

Description

This message indicates that the server specified above received a request, and the service routine code did a tpreturn(TPEXIT) while the server was executing application-specific code.

Action

This is an informational message.

See Also

EVENT_MIB(5), TM_MIB(5)


1480


ERROR: .SysServerMaxgen: servername, group srvgrp, id srvid server exceeded MAXGEN LIMIT

Description

This message indicates that the server specified above died abnormally; and since this has been marked as a restartable server, it has been restarted MAXGEN-1 times in the specified GRACE period.

Action

Oracle TUXEDO application servers should not ordinarily die abnormally. This error is most likely due to an application-specific problem. Debug the server and resolve the problem before restarting the server again.

See Also

EVENT_MIB(5), TM_MIB(5)


1481


WARN: .SysClientDied: User usrname on LMID client died

Description

This message indicates that the client specified above exited the application without doing a tpterm(). A complete listing of the current attributes of the client are sent in the posted buffer. In the normal way, the clients should do a tpterm() before exiting the application.

Action

This is an informational message.

See Also

EVENT_MIB(5), TM_MIB(5)


1482


INFO: .SysClientState: User usrname on LMID state change to state

Description

This message indicates that the client specified above changed to a new state. A complete listing of the current attributes of the client are sent in the posted buffer.

Action

This is an informational message.

See Also

EVENT_MIB(5), TM_MIB(5)


1483


INFO: .SysClientState: User usrname on LMID state change to state

Description

This message indicates that the client specified above changed to a new state. A complete listing of the current attributes of the client are sent in the posted buffer.

Action

This is an informational message.

See Also

EVENT_MIB(5), TM_MIB(5)


1484


WARN: .SysClientSecurity: User usrname on LMID authentication failure

Description

This message indicates that the client specified above failed security validation when trying to join the application. A complete listing of the current attributes of the client are sent in the posted buffer.

Action

Check to make sure that this is not some hacker trying to gain access to your application data.

See Also

EVENT_MIB(5), TM_MIB(5)


1485


ERROR: .SysNetworkDropped: LMID1->LMID2 connection dropped

Description

This message indicates that the network link between the two machines specified was dropped abnormally. A complete listing of the current parameters are sent along in the posted buffer.

Action

This can happen either because the BRIDGE on either machine died or one of the machines crashed.

See Also

EVENT_MIB(5), TM_MIB(5)


1486


ERROR: .SysNetworkFailure: LMID1->LMID2 connection failure

Description

This message indicates that the BRIDGE process on LMID1 could not make a network connection to the BRIDGE process on LMID2. A complete listing of the current parameters are sent along in the posted buffer.

Action

This can happen either because the BRIDGE on the remote machine died or the remote machine itself crashed.

See Also

EVENT_MIB(5), TM_MIB(5)


1488


WARN: .SysMachineFullMaxconv: LMID capacity limit

Description

This message indicates that the given LMID reached the capacity limit on the number of concurrent conversations. A complete listing of the current parameters for the given LMID are sent along in the posted buffer.

Action

Increase the value of MAXCONV for the particular machine such that this event is not generated.

See Also

EVENT_MIB(5), TM_MIB(5)


1489


WARN: .SysMachineFullMaxgtt: LMID capacity limit

Description

This message indicates that the given LMID reached the capacity limit on the number of concurrent transactions. A complete listing of the current parameters for the given LMID are sent along in the posted buffer.

Action

Increase the value of MAXGTT for the particular machine such that this event is not generated.

See Also

EVENT_MIB(5), TM_MIB(5)


1490


WARN: .SysMachineFullMaxwsclients: LMID capacity limit

Description

This message indicates that the given LMID reached the capacity limit on the number of workstation clients. A complete listing of the current parameters for the given LMID are sent along in the posted buffer.

Action

Increase the value of MAXWSCLIENTS for the particular machine such that this event is not generated.

See Also

EVENT_MIB(5), TM_MIB(5)


1491


WARN: .SysMachineFullMaxaccessers: LMID capacity limit

Description

This message indicates that the given LMID reached the capacity limit on the number of accessers. A complete listing of the current parameters for the given LMID are sent along in the posted buffer.

Action

Increase the MAXACCESSERS for the particular machine or, if the hardware/software limits have been reached for the maximum number of users on the machine, move additional users to other machines.

See Also

EVENT_MIB(5), TM_MIB(5)


1492


ERROR: .SysMachinePartitioned: LMID is partitioned

Description

This message indicates that the DBBL partitioned the stated machine either because the BBL on the machine is slow or the network link between the master and the machine is broken.

Action

This can be caused due to various reasons, the first one being that the entire network is bogged down due to heavy traffic. The second is that the BBL or BRIDGE on the non-master is either dead or slow. The third is that the BRIDGE process on the non-master is extremely busy. The software is capable of unpartitioning the machine if things stabilize.

See Also

EVENT_MIB(5), TM_MIB(5)


1494


INFO: .SysNetworkFlow: LMID1->LMID2 flow control

Description

While sending a message on the network, flow control has been detected. Machine parameters for both machines are sent along in the posted buffer.

Action

This is usually caused by heavy network traffic. No action required.

See Also

EVENT_MIB(5), TM_MIB(5)


1495


INFO: .SysMachineUnpartitioned: LMID is unpartitioned

Description

A machine that was partitioned (see message 1492) is again available to service requests.

Action

No action required.

See Also

EVENT_MIB(5), TM_MIB(5)


1496


WARN: .SysMachineSlow: machine slow responding to DBBL

Description

The BBL on machine sends an "I'm OK" message to the DBBL every time it performs a sanity check of its machine. This check occurs every "SANITYSCAN * SCANUNIT" seconds, as specified in the RESOURCES section. Similarly, every BBLQUERY * SCANUNIT seconds, the DBBL performs a sanity check of all BBLs. If an "I'm OK" message has not been received from machine during the previous "BBLQUERY * SCANUNIT" seconds, the DBBL prints this warning message. Then an explicit sanity check is done over the network. If this check also fails, machine will be considered partitioned.

Action

This message indicates that there may be network congestion or an overload on machine. There is a risk that machine will become partitioned.

  • Check for networking problems between the two machines, or any cause of slow network response.

  • Check for a CPU overload on machine that prevents the BBL process from running.

  • Check for a CPU overload on the master machine that prevents the DBBL from processing messages in its queue.

  • Adjust the BBLQUERY parameter so that it is larger than the SANITYSCAN parameter. A difference of ten seconds or more should prevent spurious warnings under most circumstances.

See Also

EVENT_MIB(5), TM_MIB(5)


1497


WARN: .SysMachineMsgq: LMID message queue blocking

Description

This message indicates that the server posting a message encountered a blocking condition while putting a message on the message queue. A complete listing of the machine parameters are sent along in the posted buffer.

Action

Configure larger message queues and/or distribute the load equally on all the machines.

See Also

EVENT_MIB(5), TM_MIB(5)


1498


WARN: .SysMachineBroadcast: LMID broadcast delivery failure

Description

This message indicates that tpbroadcast() failed for at least one accesser on LMID of the application. A complete listing of the machine parameters is sent along in the posted buffer.

Action

Since the broadcast messages are sent in no-blocking mode, it is possible that the process doing the broadcasting encountered a blocking condition and dropped a message. Configure larger message queues and/or load-balance clients/servers such that excessive load is not put on some machines.

See Also

EVENT_MIB(5), TM_MIB(5)


1499


エラー: セキュリティ・バージョン番号の更新ができません。

説明

管理セキュリティ・ファイルの1つを更新する際に、バージョン番号を更新できませんでした。これにより、アプリケーション内の複数のアクティブ・マシンの間で潜在的な不整合が発生します。

アクション

セキュリティ情報(ユーザー、グループ、ACL)を再度更新してください。メッセージが解消されない場合は、アプリケーションをシャットダウンして再起動してください。これにより、セキュリティ・ファイルが再伝播されます。

関連項目

MIB(5)、TM_MIB(5)


 先頭に戻る 前 次