Messages

Oracle Tuxedo System Messages provide the following information:

Description: The meaning and context of the message.

Action: What steps you can take to correct any problems identified.

See Also: A pointer to related information (not specified for all messages).

The Oracle Tuxedo System Messages are numbered and organized in catalogs, based on parts of the Oracle Tuxedo 10g Release 3 (10.3) system from which they are generated. For information about a specific message, click on the name of the appropriate catalog.

Note: Some messages for deprecated features may still display. Be aware that deprecated features are not supported.


3800


WARN: SSL_RENEGOTIATION > 0 specified with NWPROTOCOL of LLE.

Description

An entry in the DM_TDOMAIN section of the DMCONFIG(5) file did not specify an NWPROTOCOL parameter or specified the default value of LLE, but this DM_TDOMAIN section entry also specfied a non-default value for the SSL_RENEGOTIATION parameter. The SSL_RENEGOTIATION parameter is only relevant when NWPROTOCOL is set to SSL_ONE_WAY. This connection will use LLE encryption and the SSL_RENEGOTIATION value specified will be ignored.

Action

Modify the DMCONFIG file to specify consistent parameters for the DM_TDOMAIN section and reexecute dmloadcf(1)

See Also

dmconfig(5)


3802


WARN: TA_DMSSL_RENEGOTIATION > 0 specified with TA_DMNWPROTOCOL of LLE

Description

A request to add or update an entry in the T_DM_TDOMAIN class of DM_MIB(5) specified a TA_DMNW_PROTOCOL value of LLE along with a non-zero value for TA_DMSSL_RENEGOTIATION. SSL renegotiation can only be performed when TA_DMNW_PROTOCOL is set to SSL_ONE_WAY. The MIB call completes successfully but logs this warning message.

Action

No action required. However, the DM_1MIB call parameters should be updated if this DM_MIB operation is to be reexecuted at some time in the future.

See Also

DM_MIB(5)


3803


ERROR: Failed to encrypt password.

Description

The DMADM server was unable to successfully encrypt a password using 256-bit AES.

Action

Verify that the $TUXDIR/udataobj/lic.txt file allows for the use of 256-bit encryption. If 256-bit encryption is licensed, contact your Tuxedo technical support organization.


3804


ERROR: Failed to encrypt password.

Description

The system was unable to successfully encrypt a password using 256-bit AES.

Action

Verify that the $TUXDIR/udataobj/lic.txt file allows for the use of 256-bit encryption. If 256-bit encryption is licensed, contact your Tuxedo technical support organization.


3805


ERROR: SSL_RENEGOTIATION > 0 specified with NWPROTOCOL of SSL. (SSL_RENEGOTIATION > 0 can only be specified with NWPROTOCOL of SSL_ONE_WAY.)

Description

An entry in the DM_TDOMAIN section of the DMCONFIG(5) specified an NWPROTOCOL value of SSL and also specfied a non-default value for the SSL_RENEGOTIATION parameter. Due to technical issues with the underlying SSL encryption software, SSL_RENEGOTIATION is supported for an NWPROTOCOL of SSL_ONE_WAY, but is not supported for the two-way SSL used when NWPROTOCOL is set to SSL. This connection will use two-way SSL without renegotiaton.

Action

Modify the DMCONFIG file to specify consistent parameters for the DM_TDOMAIN section and reexecute dmloadcf(1).

See Also

dmconfig(5)


3806


ERROR: Unknown CONNECTION_POLICY <type>. Only ON_DEMAND, ON_STARTUP, INCOMING_ONLY, PERSISTENT_DISCONNECT are recognized

Description

The value type specified for the CONNECTION_POLICY parameter for local domain is not valid. ON_DEMAND, ON_STARTUP, INCOMING_ONLY, and PERSISTENT_DISCONNECT are the acceptable CONNECTION_POLICY parameter values recognized by the local GWTDOMAIN Domain Gateway.

Action

Specified a valid value and reload the configuration file.

See Also

dmconfig(5)


3807


ERROR: Unknown CONNECTION_POLICY <type>. Only ON_DEMAND, ON_STARTUP, INCOMING_ONLY, LOCAL, PERSISTENT_DISCONNECT are recognized values for remote TDOMAIN

Description

The value type specified for the CONNECTION_POLICY parameter for remote TDOMAIN is not valid. ON_DEMAND, ON_STARTUP, INCOMING_ONLY, LOCAL, and PERSISTENT_DISCONNECT are the acceptable CONNECTION_POLICY parameter values recognized by the remote GWTDOMAIN Domain Gateway.

Action

Specified a valid value and reload the configuration file.

See Also

dmconfig(5)