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

システム・メッセージ: CMDGWカタログ1700-1799

前 次

1727


エラー: ログ・ファイルはすでに存在しています

説明

ローカル・ドメインのログ・ファイルを作成しようとして、ドメイン管理サーバーがエラーを検出しました。ログ・ファイルがすでに存在する場合は、新たに作成できません。

アクション

ログを再初期化する場合は、dsdmlogコマンドを使用して現在のログを破棄してください。crdlg操作を再試行してください。

関連項目

dmadmin(1)


1747


ERROR: entry_type identifier not defined in section_name(s) section.

Description

The Domain Administrative server detected an error while trying to perform a dynamic reconfiguration. The entry identifier of type entry_type was not found in the section or sections described in section_name(s).

Action

Define the missing entry and retry the operation.

See Also

dmconfig(5)


1749


ERROR: field_name: Numeric value must be <= maximum

Description

The Domain Administrative server detected an error while trying to perform a dynamic reconfiguration. The value of field field_name must be less than or equal to maximum.

Action

Correct the value and retry the operation.

See Also

dmconfig(5)


1750


ERROR: field_name: Numeric value must be >= minimum

Description

The Domain Administrative server detected an error while trying to perform a dynamic reconfiguration. The value of field field_name must be greater than or equal to minimum.

Action

Correct the value and retry the operation.

See Also

dmconfig(5)


1751


ERROR: field_name: Numeric value must be >= minimum and <= maximum

Description

The Domain Administrative server detected an error while trying to perform a dynamic reconfiguration. The value of field field_name must be greater than or equal to minimum and less than or equal to maximum.

Action

Correct the value and retry the operation.

See Also

dmconfig(5)


1752


ERROR: field_name: Value required for operation but not provided.

Description

An error was detected by the Domain Administrative server while processing a dynamic reconfiguration. The field field_name was found with no associated value. A value must be provided for this field.

Action

Provide a valid value for the field field_name and retry the operation.

See Also

dmconfig(5)


1753


ERROR: field_name: Invalid value.

Description

An error was detected by the Domain Administrative server while processing a dynamic reconfiguration. The field field_name was found to have an invalid value.

Action

Provide a valid value for the field field_name and retry the operation.

See Also

dmconfig(5)


1755


ERROR: Error reading section_name section of BDMCONFIG

Description

An error was encountered while reading the referenced section section_name from the Domain Configuration file (BDMCONFIG). The BDMCONFIG file is a binary file in the Oracle TUXEDO VTOC format. Each section of the DMCONFIG file (DM_RESOURCES, DM_LOCAL_SERVICES, etc.) is stored as a separate table in the BDMCONFIG file. An error occurred while reading from a section of the BDMCONFIG.

Action

If the BDMCONFIG file is a regular file, the file system that it is in should be checked to see if it has enough free space and if its permissions allow writing. If the BDMCONFIG VTOC is being used to hold only the BDMCONFIG tables (and not the TLOG or a Oracle TUXEDO database), then the first thing to try is to recreate a new BDMCONFIG. If the BDMCONFIG is a regular file, simply remove it. If it is stored on raw disk, erase it by doing:

echo "" > $BDMCONFIG

If the error persists, check for disk-type error conditions that might cause problems writing to files. Finally, contact Oracle TUXEDO system Technical Support, making sure to have the vtoc_errno that was printed in the error message.

See Also

dmconfig(5)


1756


ERROR: Operation not allowed on entry_name of section_name section when GWADM is booted

Description

An error was detected by the Domain Administrative server while processing a dynamic reconfiguration. The operation attempted on entry entry_name in section section_name of the BDMCONFIG file can not be performed when the Gateway Administrative Server (GWADM) is active.

Action

Shut down the Gateway Administrative Server (GWADM) and retry the operation.

See Also

dmconfig(5)


1757


ERROR: Operation not allowed on field_name field of entry_name of section_name section when GWADM is booted

Description

An error was detected by the Domain Administrative server while processing a dynamic reconfiguration. The operation attempted on field field_name of entry entry_name in section section_name of the BDMCONFIG file can not be performed when the Gateway Administrative Server (GWADM) is active.

Action

Shut down the Gateway Administrative Server (GWADM) and retry the operation.

See Also

dmadmin(1)


1758


ERROR: Field referenced in section_name section of BDMCONFIG

Description

An error was detected by the Domain Administrative server while processing a dynamic reconfiguration. A delete operation was attempted on either a local domain (DM_LOCAL_DOMAINS section) or remote domain (DM_REMOTE_DOMAINS section) while the domain was being referenced by an entry in the section section name. A domain cannot be deleted while a reference to it exists.

Action

Remove all references to the domain which you are attempting to delete and retry the operation.

See Also

dmadmin(1)


1759


ERROR: Attempted to add a duplicate record to the section_name section of BDMCONFIG

Description

An error was detected by the Domain Administrative server while processing a dynamic reconfiguration. An add operation was attempted for an entry which already exists in the section section_name. A duplicate entry cannot be added.

Action

Either rename the entry which you are attempting to add or delete the existing entry and retry the operation.

See Also

dmconfig(5)


1760


ERROR: Out of space in section_name section of BDMCONFIG

Description

An error was detected by the Domain Administrative server while processing a dynamic reconfiguration. An add operation was attempted for an entry in the section section_name without adequate space available for the expanded section.

Action

If there are any extraneous or unused entries in the named section you may try to remove them to free the necessary space and retry the operation. Another option would be to partition the application among two or more domains; in effect, reducing the space required for the sections in any single domain.

See Also

dmconfig(5)


1761


情報: 更新は正常終了しました

説明

これは、動的再構成の結果BDMCONFIGファイルが正常に更新されたことを知らせるための情報メッセージです。

アクション

アクションは不要です。

関連項目

dmconfig(5)


1762


情報: 操作は正常終了しました

説明

これは、リクエストされた動的再構成の操作が正常に完了したことを知らせるための情報メッセージです。

アクション

アクションは不要です。

関連項目

dmconfig(5)


1763


エラー: DOMAINIDは偶数の16進数である必要があります

説明

BDMCONFIGファイル内のエントリを追加または更新しようとして、ドメイン管理サーバーがエラーを検出しました。DM_REMOTE_DOMAINSセクションで指定されているDOMAINIDパラメータに、奇数の16進数が含まれていました。

アクション

DM_REMOTE_DOMAINSセクションのDOMAINIDパラメータを修正して操作を再試行してください。

関連項目

dmconfig(5)


1764


ERROR: DOMAINID must be unique across local & remote domains

Description

The domain administrative server detected an error while trying to add or update an entry in the BDMCONFIG file. The DOMAINID parameter specified was found to be a duplicate of a DOMAINID of an existing entry in either of the DM_LOCAL_DOMAINS or DM_REMOTE_DOMAINS sections.

Action

Correct the DOMAINID parameter and retry the operation.

See Also

dmconfig(5)


1765


エラー: $TUXCONFIGにアクセスできないためLDOM内のMAXTRANを検証できません

説明

ドメイン管理サーバーがOracle Tuxedoシステム構成ファイルTUXCONFIGにアクセスできませんでした。

アクション

前後のメッセージに情報がないか確認して問題を修正してください。問題の原因を修正して操作を再試行してください。

関連項目

dmadmin(1)


1788


エラー: リモート・サービス名が指定されていません

説明

通知コマンドを処理しようとして、ゲートウェイ管理サーバーがエラーを検出しました。TA_SERVICENAMEフィールドがFMLバッファ内で検出されませんでした。

アクション

これは、ユーザー・アクションと関連しない内部エラーです。エラーが解消されない場合は、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

dmadmin(1)


1789


エラー: 指定されたリモート・サービス名が無効です

説明

通知コマンドを処理しようとして、ゲートウェイ管理サーバーがエラーを検出しました。指定されたリモート・サービス名が有効ではありません。

アクション

リモート・サービス名を修正して操作を再試行してください。

関連項目

dmadmin(1)


1796


情報: 破棄しません

説明

ドメイン・トランザクション・ログの破棄コマンド(dsdmlog)の処理中に、確認プロンプトに対してユーザーがnoと入力すると、ドメイン管理サーバーはこの情報メッセージを発行します。

アクション

アクションは不要です。

関連項目

dmadmin(1)


1798


INFO: Not initialized

Description

The Domain Administrative Server issues this informational message while processing an initialize domain transaction log command (indmlog) when the user enters no to the verification prompt.

Action

No action required.

See Also

dmadmin(1)


 先頭に戻る 前 次