BEA Logo BEA Banner

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Messages   |   Catalog List   |   Previous   |   Next


CMDGW Messages 1700-1799



1727


ERROR: Log file already exists

Description

The Domain Administrative server detected an error while trying to create the log file for a local domain. The log file cannot be created when one already exists.

Action

If you want to re-initialize the log, use the dsdmlog command to destroy the current log. Retry the crdlg operation.

See Also

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 BEA 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 BEA 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 BEA 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


INFO: Update completed successfully

Description

This is an informational message indicating that the update of the BDMCONFIG file resulting from a dynamic reconfiguration completed successfully.

Action

No action required.

See Also

dmconfig(5)


1762


INFO: Operation completed successfully

Description

This is an informational message indicating that the requested dynamic reconfiguration operation completed successfully.

Action

No action required.

See Also

dmconfig(5)


1763


ERROR: DOMAINID - must contain an even number of hex digits

Description

The domain administrative server detected an error while trying to add or update an entry in the BDMCONFIG file. The DOMAINID parameter specified in the DM_REMOTE_DOMAINS section was found to contain an odd number of hex digits.

Action

Correct the DOMAINID parameter of the DM_REMOTE_DOMAINS section and retry the operation.

See Also

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


ERROR: Cannot access $TUXCONFIG to validate MAXTRAN in LDOM

Description

The Domain Administrative server was unable to access the BEA TUXEDO system configuration file TUXCONFIG.

Action

Check the surrounding messages for information to correct the problem. Correct the source of the problem and retry the operation.

See Also

dmadmin(1)


1788


ERROR: Remote service name not specified

Description

The Gateway Administrative server detected an error while trying to process an advertise command. The TA_SERVICENAME field was not found in the FML buffer.

Action

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

See Also

dmadmin(1)


1789


ERROR: Invalid remote service name specified

Description

The Gateway Administrative server detected an error while trying to process an advertise command. The remote service name specified is not valid.

Action

Correct the remote service name and retry the operation.

See Also

dmadmin(1)


1796


INFO: Not destroyed

Description

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

Action

No action required.

See Also

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)