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

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

前 次

1600


ERROR: RANGES="string" is in an invalid format

Description

The value of RANGES parameter in DM_ROUTING section of the DMCONFIG file is in invalid format.

Action

Specify a valid value and re-load the configuration.

See Also

dmconfig(5)


1602


ERROR: Can't execute string

Description

The build_dgw command was unable to execute the C compiler. The name of the program that build_dgw attempted to execute is given as part of the error message.

Action

Verify that the compiler has been installed on the machine, that it is executable, and that the directory containing the compiler is included in the PATH environment variable. If the name of the compiler is other than the standard CC, set and export the CC shell variable to the proper name of the compiler. Otherwise, verify that the CC shell variable is not set to some extraneous value.

See Also

dmconfig(5)


1604


ERROR: build_dgw: TUXDIR environment variable not set

Description

While executing build_dgw, the TUXDIR environment variable has not been set and exported.

Action

Set the TUXDIR environment variable to the base directory of the Oracle TUXEDO system software, and export this variable.

See Also

dmconfig(5)


1605


ERROR: build_dgw: Cannot open file filename

Description

The build_dgw cannot open the file, filename, with the pathname specified for the domain type information file: $TUXDIR/udataobj/DMTYPE.

Action

Check your TUXDIR environment variable, and make sure that there is a $TUXDIR/udataobj directory and the DMTYPE file, $TUXDIR/udataobj/DMTYPE, exists and is readable.

See Also

dmconfig(5)


1606


ERROR: build_dgw: TYPE domain_type is not defined in file filename

Description

The file $TUXDIR/udataobj/DMTYPE exists and is readable but it does not have the domain type domain_type.

Action

Add the proper entry in the file and then re-execute build_dgw.

See Also

dmconfig(5)


1607


ERROR: ROUTING identifier routname is not defined in *DM_ROUTING section

Description

A reference was made to routing entry routname in DM_REMOTE_SERVICES but the definition for that routing criterion does not exist in the DM_ROUTING section of the DMCONFIG file.

Action

Define a routing entry in DM_ROUTING that matches routname, or leave the ROUTING field in DM_REMOTE_SERVICES blank.

See Also

dmconfig(5)


1608


ERROR: Cannot have more than %d RDOMs in a RANGE entry.

Description

The number of RDOMs configured for a single range of values exceeds the upper limit.

Action

Check the RANGE entry and reduce the number of RDOMs.


1609


ERROR: Duplicate RDOM(%s) in RANGES of *DM_ROUTING section.

Description

There are duplicated RDOMs configured for a single range of values.

Action

Check the RANGE entry and remove the duplicated server groups.


1610


ERROR: Duplicate type/subtype(string) occurs in BUFTYPE of *DM_ROUTING section

Description

The BUFTYPE parameter in DM_ROUTING section of the DMCONFIG file specified duplicate type/subtype pairs. (For types without any subtype specified, the BUFTYPE parameter specified duplicate type pairs.)

Action

Modify the entry so that the same type/subtype pair is not specified more than once. Reload the configuration file.

See Also

dmconfig(5)


1611


ERROR: Duplicate (routname type:subtype) (string) occurs in *DM_ROUTING section

Description

While executing dmloadcf, duplicate entries were found in the DM_ROUTING section of the DMCONFIG file. ROUTINGNAME and type/subtype together constitute the key.

Action

Modify the entries so that ROUTINGNAME/type/subtype pair is not specified more than once. Reload the configuration file.

See Also

dmconfig(5)


1613


ERROR: UID in TUXCONFIG doesn't match your effective user ID

Description

The value for UID as specified in the RESOURCES section of the UBBCONFIG file is not the effective user ID of the dmloadcf process. The effective UID of the dmloadcf process must be the same as the UID specified in the RESOURCES section of the UBBCONFIG file.

Action

Change the UID as specified in the RESOURCES section of the UBBCONFIG file to the effective UID of the user who will be running the dmloadcf command. If this change is not desired, then the dmloadcf command cannot be run by this user.

See Also

dmconfig(5)


1615


ERROR: RANGES="string" is in an invalid format

Description

The RANGES parameter in the DM_ROUTING section of the DMCONFIG file is invalid.

Action

Correct the error and re-load the configuration.

See Also

dmconfig(5)


1617


エラー: BDMCONFIG環境変数が設定されていません

説明

dmloadcfの実行中でしたが、BDMCONFIG環境変数が設定およびエクスポートされていませんでした。

アクション

BDMCONFIG環境変数を設定およびエクスポートしてから、コマンドを再実行してください。

関連項目

dmconfig(5)


1618


エラー: BDMCONFIG環境変数は絶対パス名である必要があります

説明

BDMCONFIG環境変数の値は絶対パス名であることが必要です。相対パスおよび環境変数は使用できません。

アクション

BDMCONFIG環境変数の値を絶対パス名に修正してください。

関連項目

dmconfig(5)


1619


ERROR: BDMCONFIG file string does not exist

Description

The binary DMCONFIG file represented by environment variable BDMCONFIG file does not exist or is not accessible. Check the pathname of the file and the access permissions of the directory structure.

Action

Specify the correct value for the BDMCONFIG environment variable.

See Also

dmconfig(5)


1620


ERROR: Can't stat BDMCONFIG file string, errno = number

Description

Cannot get BDMCONFIG file information using stat UNIX system call.

Action

Check to make sure that the file is accessible and that the directory structure has proper permissions.

See Also

dmconfig(5)


1621


ERROR: BDMOFFSET environment variable must be >= 0

Description

The BDMOFFSET environment variable is less than 0.

Action

Specify a value for the BDMOFFSET environment variable that is greater than or equal to 0.

See Also

dmconfig(5)


1622


エラー: 表タイプが無効です

説明

呼出し側プロセスがBDMCONFIGファイル内の構成表をオープンするのに失敗しました。構成表をオープンするシステム・ルーチンに、無効な表タイプが渡されました。

アクション

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

関連項目

dmconfig(5)


1623


ERROR: Can't open section section_name of BDMCONFIG file: error code errno

Description

The section_name of the BDMCONFIG file cannot be opened. The BDMCONFIG file might be corrupted.

Action

You can shut down the application and re-load the BDMCONFIG file using dmloadcf. If the error still occurs, contact Oracle TUXEDO system Technical Support.

See Also

dmconfig(5)


1624


エラー: BDMCONFIGファイル用にmallocする領域がありません

説明

BDMCONFIGファイルに新しいセクションを追加するためのメモリーの割当てに失敗しました。

アクション

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

関連項目

dmconfig(5)


1625


エラー: 表タイプが無効です

説明

呼出し側プロセスがBDMCONFIGファイル内の構成表をクローズするのに失敗しました。構成表をクローズするシステム・ルーチンに、無効な表タイプが渡されました。

アクション

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

関連項目

dmconfig(5)


1626


エラー: VTOC表でのクローズが失敗しました

説明

VTOC表内のBDMCONFIGファイルをクローズすることができません。

アクション

BDMCONFIGファイルの権限および存在を確認するか、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

dmconfig(5)


1627


エラー: 表タイプが無効です

説明

呼出し側プロセスがBDMCONFIGファイル内の構成表の検索に失敗しました。構成表を検索するシステム・ルーチンに、無効な表タイプが渡されました。

アクション

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

関連項目

dmconfig(5)


1628


エラー: エントリ上のgp_tblreadが失敗しました

説明

ディスク表からのエントリの読取りに失敗しました。原因として、1) 論理表のファイル記述子が破損した、2) 読取りページのオフセットがシステムによって不正に設定された、3) 表自体が破損したためreadが失敗した、が考えられます。

アクション

可能性がある破損について、VTOCなどのディスク表を確認してください。このエラーが引き続き発生する場合は、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

dmconfig(5)


1629


エラー: 表タイプが無効です

説明

動的再構成の実行中にBDMCONFIGファイルに書き込もうとしましたが、無効な表タイプが検出されました。

アクション

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

関連項目

dmadmin(1)


1630


ERROR: Write on file not opened: section_name

Description

While executing a dynamic re-configuration, an error was detected when attempting to write to the BDMCONFIG file. The file associated with the named section section_name of the BDMCONFIG file was not opened prior to attempting the write.

Action

This is an internal error with no associated user action. If the error persists, contact Oracle TUXEDO system Technical Support.

See Also

dmconfig(5)


1631


ERROR: Write failed on file: section_name

Description

While executing a dynamic re-configuration, an error was detected when attempting to write to the BDMCONFIG file.

Action

This is an internal error with no associated user action. If the error persists, contact Oracle TUXEDO system Technical Support.

See Also

dmconfig(5)


1649


ERROR: Invalid parameter: Entry in section_name (string) appears more than once

Description

An error was detected while processing the DMCONFIG file. The entry string appears more than once in the section section_name.

Action

Correct the error and re-load the configuration.

See Also

dmconfig(5)


1652


ERROR: Duplicate aclname (aclname) occurs in *DM_ACCESS_CONTROL section

Description

An error was detected while processing the DMCONFIG file. The name aclname appears more than once in the DM_ACCESS_CONTROL section.

Action

Correct the error and re-load the configuration.

See Also

dmconfig(5)


1655


情報: DMADMSVRを終了します

説明

これは、ドメイン管理サーバーが終了することを知らせるための情報メッセージです。

アクション

アクションは不要です。

関連項目

dmadmin(1)


1656


エラー: $TUXDIR/udataobj/DMTYPEにアクセスできないためドメイン・タイプを検証できません

説明

ドメイン管理サーバーが、ドメイン・タイプ・ファイル$TUXDIR/udataobj/DMTYPEにアクセスできませんでした。

アクション

TUXDIR環境変数が正しく設定されていること、およびDMTYPEファイルがディレクトリ$TUXDIR/udataobjにあることを確認して操作を再試行してください。

関連項目

dmadmin(1)


1657


エラー: TUXCONFIGファイルにアクセスできないためLDOM内のグループを検証できません

説明

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

アクション

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

関連項目

dmadmin(1)


1658


エラー: TYPEは$TUXDIR/udataobj/DMTYPE内の1つに合せる必要があります

説明

DM_LOCAL_DOMAINSセクションで指定されているドメイン・タイプがシステム・ファイル$TUXDIR/udataobj/DMTYPE内で検出されませんでした。ソース以外のカスタマがこのファイルを変更しない必要があります。

アクション

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

関連項目

dmconfig(5)


1659


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

説明

DM_OSITPセクションで指定されているアプリケーション・エンティティ・タイトル・パラメータAETに、無効な16進数が含まれています。

アクション

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

関連項目

dmconfig(5)


1660


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

説明

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

アクション

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

関連項目

dmconfig(5)


1661


エラー: AUDITLOGは絶対パス名である必要があります

説明

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

アクション

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

関連項目

dmconfig(5)


1663


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)


1664


エラー: $DMTLOGDEVと$DMTLOGNAMEはローカル・ドメイン群に渡って一意である必要があります

説明

BDMCONFIGファイルのDM_LOCAL_DOMAINSセクション内のエントリを追加または更新しようとして、ドメイン管理サーバーがエラーを検出しました。DMTLOGDEVDMTLOGNAMEのパラメータの組合せは、全ローカル・ドメイン間で一意であることが必要です。

アクション

全ローカル・ドメイン間で一意になるように、DMTLOGDEV/DMTLOGNAMEのパラメータの組合せを修正してください。

関連項目

dmconfig(5)


1665


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)


1666


ERROR: Record not found in section_name section of BDMCONFIG.

Description

The domain administrative server detected an error while trying to retrieve, update, or delete an entry in the BDMCONFIG file. The requested entry in section section_name was not found in the BDMCONFIG file.

Action

You may wish to use the retrieve option to retrieve existing records and retry the operation with a valid entry.

See Also

dmconfig(5)


1669


エラー: TUXCONFIGファイルにAPP_PWが指定されているためパスワードが必要です

説明

動的再構成の処理中に、ドメイン管理サーバーがエラーを検出しました。ローカル・ドメイン(DMCONFIGファイルのDM_LOCAL_DOMAINSセクション)のSECURITYパラメータをAPP_PWに設定するには、アプリケーション・セキュリティ(UBBCONFIGファイルのRESOURCESセクション)をAPP_PWに設定する必要があります。

アクション

SECURITY(UBBCONFIGRESOURCESセクション)をAPP_PWに設定し、UBBCONFIGファイルでtmloadcfを実行してから、操作を再試行してください。

関連項目

dmconfig(5)、ubbconfig(5)


1671


エラー: $TUXDIR/udataobj/DMTYPEにアクセスできないためドメイン・タイプを検証できません

説明

ドメイン管理サーバーが、ドメイン・タイプ・ファイル$TUXDIR/udataobj/DMTYPEにアクセスできませんでした。

アクション

TUXDIR環境変数が正しく設定されていること、およびDMTYPEファイルがディレクトリ$TUXDIR/udataobjにあることを確認して操作を再試行してください。

関連項目

dmadmin(1)


1672


エラー: TYPEは$TUXDIR/udataobj/DMTYPE内の1つに合せる必要があります

説明

動的再構成の処理中にエラーが検出されました。DM_LOCAL_DOMAINSセクションで指定されているドメイン・タイプがシステム・ファイル$TUXDIR/udataobj/DMTYPE内で検出されませんでした。ソース以外のカスタマがこのファイルを変更しない必要があります。

アクション

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

関連項目

dmconfig(5)


1673


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

説明

動的再構成の処理中にエラーが検出されました。DM_REMOTE_DOMAINSセクションで指定されているDOMAINIDパラメータに無効な16進数が含まれています。

アクション

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

関連項目

dmconfig(5)


1674


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

説明

動的再構成の処理中にエラーが検出されました。DM_LOCAL_DOMAINSセクションで指定されているDOMAINIDパラメータに無効な16進数が含まれています。

アクション

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

関連項目

dmconfig(5)


1675


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

説明

動的再構成の処理中にエラーが検出されました。DM_TDOMAINセクションで指定されているNWADDRパラメータに無効な16進数が含まれています。

アクション

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

関連項目

dmconfig(5)


1684


ERROR: The new BLOCKTIME is not within the range of minimum-maximum

Description

The Domain Administrative server detected an error while trying to change the blocking timeout for a local domain. The new value must be within the range minimum to maximum.

Action

Correct the value of the blocking timeout and retry the operation.

See Also

dmconfig(5)


1685


ERROR: Can't advertise service service_name

Description

The Gateway Administrative server detected an error while trying to advertise the service service_name.

Action

Check for related messages in the log file.

See Also

GWADM(5)


1688


エラー: 監査用オプションが無効です。onまたはoffが有効です

説明

ローカル・ドメインの監査トレース設定を変更しようとして、ドメイン管理サーバーがエラーを検出しました。監査トレース切替えの値は、onまたはoffであることが必要です。

アクション

正しいオプション(onまたはoff)を指定して、監査コマンドを発行してください。

関連項目

dmadmin(1)


1695


エラー: ローカル・ドメインが実行中です。ログファイルを作成できません

説明

ローカル・ドメインのログ・ファイルを作成しようとして、ドメイン管理サーバーがエラーを検出しました。ローカル・ドメインの実行中はログ・ファイルを作成できません。

アクション

このローカル・ドメインのゲートウェイ管理サーバーをシャットダウンしてから再試行してください。

関連項目

dmadmin(1)


 先頭に戻る 前 次