Skip navigation.

CMDTUX メッセージ 3100-3199

  Previous Next

3110

ERROR:[Failed to get field fieldname from _tppost message]
ERROR: [フィールド fieldname_tppost メッセージから取得できませんでした。]

説明

イベント・サーバが FML バッファからフィールドを取得できませんでした。

アクション

EVENT API はさまざまな FML フィールドをバッファに挿入してから、イベント・サーバにディスパッチします。このメッセージは、イベント・サーバが FML バッファからフィールドを取得できなかったことを示します。

関連項目

Fget32(3fml)

3112

ERROR:Cannot open database, tperrno=tperrno
ERROR: データベースをオープンできません。tperrno=tperrno

説明

While initializing the Event Server, tpopen returned an error. The server will not boot.

アクション

Use the returned tperrno and check the userlog to determine what the error was. Resolve the problem and re-boot the server.

関連項目

tpopen(3c), TMSYSEVT(5), TMUSREVT(5)

3113

WARN:internal received the wrong buffer type - buftype
WARN: internal が不正なバッファ・タイプ buftype を受信しました。

説明

The Event Server received a message from an application program that was sent via tpcall or tpconnect instead of tppost. A failure message is returned to the originator.

アクション

Re-write the application software or reconfigure the TUXCONFIG file so that messages are sent to the correct services using the correct primitives.

関連項目

tppost(3c)

3114

WARN:[internal posting function received a buffer for other than TPPOST, opcode opcode]
WARN: [internal posting function が TPPOST 用以外のバッファを受け取りました、opcode opcode。]

説明

The Event Server received a message with an invalid operation code, opcode.

アクション

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

3115

WARN:Primary Event Server received the wrong buffer type - buftype
WARN: プライマリ・イベント・サーバが不正なバッファ・タイプ buftype を受信しました。

説明

The Event Server received a message from an application program that was sent via tpcall or tpconnect instead of tpsubscribe or tpunsubscribe. A failure message is returned to the originator.

アクション

Re-write the application software or reconfigure the TUXCONFIG file so that messages are sent to the correct services using the correct primitives.

関連項目

tpsubscribe(3c), tpunsubscribe(3c), EVENT_MIB(5)

3117

ERROR:Failed to advertise svc service for System Event Server. tperrno=tperrno
ERROR: システム・イベント・サーバの svc サービスを宣言できませんでした。tperrno=tperrno

説明

The event server couldn't advertise service svc.

アクション

The event server couldn't advertise service svc. Make sure that the MAXSERVICES parameter in RESOURCES section of UBBCONFIG is big enough. If it is not big enough, either change the parameter dynamically, or shut down the application and rebuild TUXCONFIG and then reboot the event server.

関連項目

tpadvertise(3c)

3118

ERROR:_tmformat() failed for TA_COMMAND cmd for event eventname
ERROR: TA_COMMAND cmd の _tmformat() がイベント eventname に対して異常終了しました。

説明

イベント・サーバがコマンドを呼び出す前に、コマンド文字列をフォーマットできませんでした。

アクション

When the Event Server receives a message due to some client or server posting an event, the data associated with the event is also sent. Then, the Event Server looks up the subscriptions that match this posted event and formats the string as per the subscription before calling system command. This messages indicates that the formatting failed. Make sure that the Event Server has the required environment variables for the posted data buffer and that the names of the variables in the subscription record are correct.

関連項目

TMSYSEVT(5), TMUSREVT(5), tpsubscribe(3c), tppost(3c)

3120

ERROR:_tmformat() failed for TA_USERLOG userlog for event eventname
ERROR: TA_USERLOG userlog の _tmformat() がイベント eventname に対して異常終了しました。

説明

イベント・サーバがコマンドを呼び出す前に、コマンド文字列をフォーマットできませんでした。

アクション

When the Event Server receives a message due to some client or server posting an event, the data associated with the event is also sent. Then, the Event Server looks up the subscriptions that match this posted event and formats the string as per the subscription before calling system command. This messages indicates that the formatting failed. Make sure that the Event Server has the required environment variables for the posted data buffer and that the names of the variables in the subscription record are correct.

関連項目

TMSYSEVT(5), TMUSREVT(5), tpsubscribe(3c), tppost(3c)

3122

ERROR:Event Broker is not configured for processing notifications in transactional mode
ERROR: イベント・ブローカが、トランザクション・モードで任意通知型メッセージを処理するように構成されていません。

説明

During Event Server's booting, tpopen failed which means that Event Server cannot process any notifications in transactional mode.

アクション

Check the userlog for the message stating that tpopen failed for this Event Server. Correct this error and restart the server.

関連項目

TMSYSEVT(5), TMUSREVT(5), EVENT_MIB(5), tpsubscribe(3c), tppost(3c)

3123

ERROR:Event Broker can't begin a transaction. tperrno=tperrno
ERROR: イベント・ブローカがトランザクションを開始できません。tperrno=tperrno

説明

イベント・サーバが、通知をトランザクション的に行うトランザクションを開始できませんでした。

アクション

Make sure that MAXGTT in the UBBCONFIG file is big enough for the application needs. If not, increase the value and restart the application.

関連項目

tpbegin(3c), UBBCONFIG(5)

3124

ERROR:Event Broker can't abort a transaction. tperrno=tperrno
ERROR: イベント・ブローカがトランザクションをアボートできません。tperrno=tperrno

説明

イベント・サーバが、既に開始していたトランザクションをアボートできませんでした。

アクション

When the Event Server does notifications in transactional mode, it makes one or more tpcall's or tpenqueue's depending upon the subscriptions that matched the posted event. If any of the calls fail, the server aborts the transaction. This message indicates that tpabort failed. Check the error string and take corrective action.

関連項目

tpbegin(3c), UBBCONFIG(5)

3125

ERROR:Event Broker can't abort a transaction. tperrno=tperrno
ERROR: イベント・ブローカがトランザクションをアボートできません。tperrno=tperrno

説明

イベント・サーバが、既に開始していたトランザクションをアボートできませんでした。

アクション

When the Event Server does notifications in transactional mode, it makes one or more tpcall's or tpenqueue's depending upon the subscriptions that matched the posted event. If any of the calls fail, the server aborts the transaction. This message indicates that tpabort failed. Check the error string and take corrective action.

関連項目

tpabort(3c)

3126

ERROR:Event Broker can't abort a transaction. tperrno=tperrno
ERROR: イベント・ブローカがトランザクションをアボートできません。tperrno=tperrno

説明

イベント・サーバが、既に開始していたトランザクションをアボートできませんでした。

アクション

When the Event Server does notifications in transactional mode, it makes one or more tpcall's or tpenqueue's depending upon the subscriptions that matched the posted event. If any of the calls fail, the server aborts the transaction. This message indicates that tpabort failed. Check the error string and take corrective action.

関連項目

tpbegin(3c), UBBCONFIG(5)

3127

ERROR:Event Broker can't commit a transaction. tperrno=tperrno
ERROR: イベント・ブローカがトランザクションをコミットできません。tperrno=tperrno

説明

イベント・サーバが、既に開始していたトランザクションをコミットできませんでした。

アクション

When the Event Server does notifications in transactional mode, it makes one or more tpcall's or tpenqueue's depending upon the subscriptions that matched the posted event. If all of the requests complete successfully, the server commits the transaction. This message indicates that tpcommit failed. Check the error string and take corrective action.

関連項目

tpcommit(3c)

3128

ERROR:tpacall() to svc svc failed for event eventname tperrno=tperrno
ERROR: svc svc に対する tpacall() がイベント eventname について異常終了しました。tperrno=tperrno

説明

The Event Server made a tpcall on behalf of a subscription due to a posted event.

アクション

This message indicates that a posted event eventname resulted in a service call to svc and it failed with tperrno tperrno. Check the message and take corrective action. If this is a non-persistent subscription, the subscription will be removed. So, you may have to resubscribe to that event before this condition can be reproduced.

関連項目

tpacall(3c)

3129

ERROR:tpenqueue() to qname qname failed for event eventname tperrno=tperrno
ERROR: qname qname に対するtpenqueue() がイベント eventname について異常終了しました。tperrno=tperrno

説明

The Event Server made a tpenqueue on behalf of a subscription due to a posted event.

アクション

This message indicates that a posted event eventname resulted in enqueuing a message to queue name qname and it failed with tperrno tperrno. Check the message and take corrective action. If this is a non-persistent subscription, the subscription will be removed. So, you may have to resubscribe to that event before this condition can be reproduced.

関連項目

tpenqueue(3c)

3130

ERROR:Cannot allocate memory for receiving reply
ERROR: 応答を受信するためのメモリが割り当てられません。

説明

応答メッセージを受信するためのメモリを割り当てられませんでした。

アクション

Make sure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

3131

ERROR:tpgetrply() failed for eventname eventname. tperrno=tperrno
ERROR: イベント名 eventname に対して tpgetrply() が異常終了しました。tperrno=tperrno

説明

The Event Server made a tpacall on behalf of a subscription due to a posted event. Then, it tried to get the reply for the service call.

アクション

This message indicates that a posted event eventname resulted in a service call to svc. When trying to get a reply, it failed with tperrno tperrno. Check the message and take corrective action. If this is a non-persistent subscription, the subscription will be removed. So, you may have to resubscribe to that event before this condition can be reproduced.

関連項目

tpgetrply(3c)

3134

ERROR:*MIBPERMS entries out of order
ERROR: *MIBPERMS エントリの順番が間違っています。

説明

tmloadcf was run on an ASCII configuration file originally created using tmunloadcf in which the internally generated *MIBPERMS section has been modified by the user.

アクション

If you have not yet destroyed your previous TUXCONFIG file, it may be unloaded again using tmunloadcf to get a valid ASCII image of the configuration file. You may then edit that image, but be certain not to change the *MIBPERMS section if one exists. If the previous TUXCONFIG file has been destroyed, then you can delete the *MIBPERMS section in its entirety and rerun tmloadcf to regenerate the TUXCONFIG file; however, all application customized permissions for /AdminAPI access will be lost using this method. Alternatively, you can reorder the entries in the *MIBPERMS section using the field name as the primary sort key and the field identifier as the secondary key before rerunning tmloadcf.

関連項目

tmloadcf (1), tmunloadcf (1), MIB(5)

3135

ERROR:tpadmcall() failed when processing event. strerr=string
ERROR: イベントの処理中に、tpadmcall() が異常終了しました。strerr=string

説明

While posting a system event, a MIB GET call to tpadmcall to retrieve associated information for the event failed. Additional information is printed indicating the cause of the failure.

アクション

障害の原因を調べます。アクションは必要ありません。

関連項目

TM_MIB(5)

3136

ERROR:Cannot open file file for writing
ERROR: 書き込み用ファイル file をオープンできません。

説明

The secondary event server couldn't open file file for writing the subscription database it got from the primary event server.

アクション

Make sure that the server can create the file file and that there are enough inodes in the file system.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3137

ERROR:Couldn't initialize the allocated memory as a fielded buffer, Ferror32=errno
ERROR: 割り当てられたメモリをフィールド化バッファとして初期化できませんでした。Ferror32=errno

説明

The Event Server failed to Finit32 an FML32 buffer.

アクション

Contact your BEA TUXEDO system Technical Support and provide the Ferror32 errno.

関連項目

Finit32(3fml)

3138

ERROR:Cannot write FML32 buffer in file file, Ferror32=errno
ERROR: ファイル file に FML32 バッファを書き込めません。Ferror32=errno

説明

The event server failed to write a subscription record in the file file.

アクション

Make sure that the control file is not inadvertently deleted while the server is running. Check the Ferror32 errno in the message and take corrective action.

関連項目

Ffprint32(3fml)

3139

ERROR:Secondary Event Server failed to get a new copy of subscription database from the Primary, errstr=errstr
ERROR: セカンダリ・イベント・サーバが、サブスクリプション・データベースの新しいコピーをプライマリから取得できませんでした。errstr=errstr

説明

The secondary server made a tpcall to primary event server to get a new copy of the subscription database. This message states that the call failed.

アクション

Check the error string errstr in the message and take corrective action.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3140

ERROR:Primary Server can't unload subscription database into a file
ERROR: プライマリ・サーバがサブスクリプション・データベースをファイルに移せません。

説明

プライマリ・イベント・サーバが、サブスクリプション・データベースをファイルにアンロードできませんでした。

アクション

プライマリ・イベント・サーバは、クライアントまたはサーバがサブスクリプションを削除するたびに、またはイベント・サーバが古いサブスクリプションをガーベッジ・コレクトする場合に、コントロール・ファイルを更新します。このメッセージは、サーバが新しいデータベースをファイルに書き込めなかったことを示します。このメッセージより前のほかのメッセージを調べ、適切に対処します。

関連項目

TMSYSEVT(5), TMUSREVT(5)

3141

ERROR:Primary Server can't set CURSID in the FML buffer. Ferror=errno
ERROR: プライマリ・サーバが CURSID を FML バッファに設定できません。Ferror=errno

説明

The primary event server can't add CURSID to FML buffer.

アクション

The primary server uses a sequence number to generate subscription handles. When a secondary event server queries the primary for a new copy of the subscription database, this sequence number is also sent with it. Later on, when the secondary queries again, this sequence number is used to determine if a new copy of the subscription database needs to be sent or not. This message indicates that the primary server couldn't set the sequence number in the FML buffer. Contact your BEA TUXEDO system Technical Support and provide the Ferror errno.

関連項目

Fchg(3fml)

3142

ERROR:Primary Server can't tpalloc CARRAY buffer. tperrno=tperrno
ERROR: プライマリ・サーバが CARRAY バッファに対して tpalloc を実行できません。tperrno=tperrno

説明

The primary event server failed to allocate a CARRAY buffer.

アクション

If the userlog message preceding this message states that it is out of memory, then add more memory to the system or configure the system to allow more virtual memory for the processes. If the tperrno tperrno is anything else, contact your BEA TUXEDO system Technical Support and provide the tperrno.

関連項目

tpalloc(3c)

3143

ERROR:Primary Server can't save subscription database inside the COMPOSITE buffer
ERROR: プライマリ・サーバが COMPOSITE バッファ内にサブスクリプション・データベースを保存できません。

説明

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

アクション

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

3144

ERROR:Secondary Server can't allocate a FML buffer. tperrno=tperrno
ERROR: セカンダリ・サーバが FML バッファを割り当てられません。tperrno=tperrno

説明

プライマリ・イベント・サーバが、FML バッファを割り当てられませんでした。

アクション

If the userlog message preceding this message states that it is out of memory, then add more memory to the system or configure the system to allow more virtual memory for the processes. If the tperrno tperrno is anything else, contact your BEA TUXEDO system Technical Support and provide the tperrno.

関連項目

tpalloc(3c)

3145

ERROR:Secondary Server can't set CURSID in the FML buffer. Ferror=errno
ERROR: セカンダリ・サーバが CURSID を FML バッファに設定できません。Ferror=errno

説明

The secondary event server can't add CURSID to FML buffer.

アクション

When the secondary event server polls the primary server for subscription database, it sends the sequence number it received previously from the primary server. This message states that the secondary server couldn't insert the sequence number field to FML buffer. Contact your BEA TUXEDO system Technical Support and provide the Ferror errno.

関連項目

Fchg(3fml)

3146

ERROR:Secondary Server can't set CURSOC in the FML buffer. Ferror=errno
ERROR: セカンダリ・サーバが CURSOC を FML バッファに設定できません。Ferror=errno

説明

The secondary event server can't add CURSOC to FML buffer.

アクション

When the secondary event server polls the primary server for subscription database, it sends its poll interval. This message states that the secondary server couldn't insert the poll interval field to FML buffer. Contact your BEA TUXEDO system Technical Support and provide the Ferror errno.

関連項目

Fchg(3fml)

3147

ERROR:Secondary Server can't get CURSID from the FML buffer. Ferror=errno
ERROR: セカンダリ・サーバが CURSID を FML バッファから取得できません。Ferror=errno

説明

The secondary event server can't get CURSID from FML buffer.

アクション

When the secondary event server polls the primary server for subscription database, the primary server sends its sequence number back to the secondary server. This message states that the secondary server couldn't extract the sequence number field from the FML buffer. Contact your BEA TUXEDO system Technical Support and provide the Ferror errno.

関連項目

Fget(3fml)

3148

ERROR:Secondary Server can't delete the old subscription database
ERROR: セカンダリ・サーバが古いサブスクリプション・データベースを削除できません。

説明

セカンダリ・イベント・サーバは、サブスクリプション・データベースの新しいコピーを受信すると、最初に古いサブスクリプション・レコードを削除してから、新しいレコードをメモリに追加します。このメッセージは、古いデータベースを削除できなかったことを示します。

アクション

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

3150

ERROR:Secondary Server can't extract subscription database from the COMPOSITE buffer
ERROR: セカンダリ・サーバが COMPOSITE バッファからサブスクリプション・データベースを抽出できません。

説明

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

アクション

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

3151

ERROR:Secondary Server failed to write subscription database to file file, errno=errno
ERROR: セカンダリ・サーバがサブスクリプション・データベースをファイル file に書き込めませんでした。errno=errno

説明

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a file file and then starts parsing the file to load it into memory. This message states that it couldn't write to the file.

アクション

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

関連項目

Fwrite(3fml)

3152

ERROR:Secondary Server failed to link file file to file, errno=errno
ERROR: セカンダリ・サーバがファイル filefile にリンクできませんでした。errno=errno

説明

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a temporary file file and then starts parsing the file to load it into memory. After parsing the file, it links the temporary file to the control file. This message states that the attempt to link failed with errno errno.

アクション

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

3153

ERROR:Secondary Server failed to unlink file file. errno=errno
ERROR: セカンダリ・サーバがファイル file をリンク解除できませんでした。errno=errno

説明

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a temporary file file and then starts parsing the file to load it into memory. After parsing the file, it links the temporary file to the control file. After linking the file, it deletes the temporary file. This message states that the attempt to unlink failed with errno errno.

アクション

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

関連項目

unlink(2) in Unix System reference manuals

3154

ERROR:Secondary Server failed to parse the new subscription database in file file
ERROR: セカンダリ・サーバがファイル file 内の新しいサブスクリプション・データベースを解析できません。

説明

The secondary event server failed to parse the control file file.

アクション

Make sure that the file file was not inadvertently deleted while the server is running. Also, check for userlog messages preceding this message for a more descriptive message.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3156

ERROR:Secondary Server can't get CURSID from the FML buffer. Ferror=errno
ERROR: セカンダリ・サーバが CURSID を FML バッファから取得できません。Ferror=errno

説明

The secondary event server can't get CURSID from FML buffer.

アクション

When the secondary event server polls the primary server for the subscription database, the primary server sends its sequence number back to the secondary server. This message states that the secondary server couldn't extract the sequence number field from the FML buffer. Contact your BEA TUXEDO system Technical Support and provide the Ferror errno.

関連項目

Fget(3fml), TMSYSEVT(5), TMUSREVT(5)

3157

ERROR:Secondary Server failed to link file file to file. errno=errno
ERROR: セカンダリ・サーバがファイル filefile にリンクできませんでした。errno=errno

説明

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a temporary file file and then starts parsing the file to load it into memory. After parsing the file, it links (renames) the temporary file to the control file. This message states that the attempt to link failed with errno errno.

アクション

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

 

Skip footer navigation  Back to Top Previous Next