Skip navigation.

LIBTMIB Messages 300-399

  Previous Next

300

ERROR: TA_NETGRPNO for default network group must be zero

Description

The reserved DEFAULTNET group must have a zero NETGROUPNO.

Action

The reserved DEFAULTNET group NETGROUPNO may not be changed.

See Also

TM_MIB(5)

301

ERROR: Node val running TUXEDO release older than one required for operation

Description

The NETGROUPS feature was not available on the release running on one of the specified systems.

Action

Network mappings to releases before NETGROUPS may only use network mappings to the DEFAULTNET NETGROUP.

See Also

TM_MIB(5)

302

WARN: AUTOTRAN specified for INTERFACE val with TRANTIME=0

Description

A SET operation on a T_INTERFACE class object with TRANTIME set to 0 attempted to specify AUTOTRAN. A TRANTIME of 0 indicates an unlimited transaction timeout. This can be dangerous because the automatically started transactions will not timeout in the event of failure.

Action

It is recommended that a transaction timeout value be specified.

See Also

TM_MIB(5)

303

ERROR: AUTOTRAN specified for INTERFACE interfacename SRVGRP groupname with no TMS

Description

A SET operation on a T_INTERFACE class object with group name groupname has the AUTOTRAN parameter set to Y but the group is not associated with a resource manager (that is, TMSNAME is not set).

Action

Either set the AUTOTRAN parameter to N or associate the service with a group that has a resource manager.

See Also

TM_MIB(5)

304

ERROR: TA_BUFTYPE must be specified when TA_TYPE is SERVICE

Description

A SET operation on a T_ROUTING class object has a TA_TYPE of SERVICE but no TA_BUFTYPE value.

Action

Specify a TA_BUFTYPE value.

See Also

TM_MIB(5)

305

ERROR: Server group name does not match existing group

Description

A SET operation on a T_INTERFACE class object specifies a TA_SRVGRP that does not exist.

Action

Creating a new server group or specifying an existing group for TA_SRVGRP.

See Also

TM_MIB(5)

306

ERROR: TA_FIELDTYPE must be specified when TA_TYPE is FACTORY

Description

A SET operation on a T_ROUTING class object specifies a TA_TYPE of FACTORY but does not have a value for TA_FIELDTYPE

Action

Specify a value for TA_FIELDTYPE.

See Also

TM_MIB(5)

308

ERROR: TA_MAXDISPATCHTHREADS(val1) not set >= TA_MINDISPATCHTHREADS(val2)

Description

A SET operation on a T_SERVER class object specifies values such that TA_MAXDISPATCHTHREADS is less than TA_MINDISPATCHTHREADS.

Action

Correct the values such that TA_MAXDISPATCHTHREADS is greater than or equal to TA_MINDISPATCHTHREADS.

See Also

TM_MIB(5)

309

ERROR: TA_MAXDISPATCHTHREADS(val) not set >= TA_MINDISPATCHTHREADS(val)

Description

A SET operation on a T_SERVER class object specifies values such that TA_MAXDISPATCHTHREADS is less than default or current value for TA_MINDISPATCHTHREADS.

Action

Correct the values such that TA_MAXDISPATCHTHREADS is greater than or equal to TA_MINDISPATCHTHREADS.

See Also

TM_MIB(5)

310

ERROR: TA_MINDISPATCHTHREADS(val) set >= TA_MAXDISPATCHTHREADS(val)

Description

A SET operation on a T_SERVER class object specifies values such that the default or current value of TA_MAXDISPATCHTHREADS is less than TA_MINDISPATCHTHREADS.

Action

Correct the values such that TA_MAXDISPATCHTHREADS is greater than or equal to TA_MINDISPATCHTHREADS.

See Also

TM_MIB(5)

311

WARN: MAXDISPATCHTHREADS > system max, changing to max

Description

A SET operation on a T_SERVER class object specifies values such that TA_MAXDISPATCHTHREADS is greater than the system maximum, max.

Action

No action required.

See Also

TM_MIB(5)

351

ERROR: No servers found in the configuration

Description

A TM_MIB has been issued for a connection pool or a module in the configuration, but there is no Java server defined in it

Action

Change the configuration to define at least one Java server in it.

See Also

TM_MIB(5)

352

ERROR: No complete connection pool key specified

Description

A SET operation has been issued for a connection pool, and the pool has not been unambiguously identified

Action

Make sure that TA_SRVGRP, TA_SRVID and TA_DSNAME are specified in your request.

See Also

TM_MIB(5)

353

ERROR: Java server val not found in the group val

Description

A SET operation has been issued for a connection pool or for a module, but the Java server it is supposed to be associated with has not been found

Action

Make sure that TA_SRVGRP and TA_SRVID refer to an existing Java server in your configuration.

See Also

TM_MIB(5)

354

ERROR: Java server val in the group val not inactive

Description

A SET operation has been issued for a connection pool or for a module, but the Java server it is associated with is currently running

Action

Stop the Java server in question, run the change request, and restart the server.

See Also

TM_MIB(5)

355

ERROR: Connection pool val not found in the server val of the group val

Description

A TM_MIB has been issued for a specific connection pool in the configuration, but there is no connection pool with the given name found on the specified Java server

Action

Make sure that TA_DSNAME specified in your request is name of an existing connection pool on the specified Java server.

See Also

TM_MIB(5)

356

ERROR: TESTTABLE has to be specified

Description

A SET operation has been issued for a connection pool with TA_REFRESH > 0, TA_TESTONRELEASE='Y' or TA_TESTONRESERVE='Y', but TA_TESTTABLE has not been specified

Action

Set the TA_TESTTABLE attribute in your request

See Also

TM_MIB(5)

357

ERROR: No complete module key specified

Description

A SET operation has been issued for a module, and it has not been unambiguously identified

Action

Make sure that TA_SRVGRP, TA_SRVID and TA_MODULE are specified in your request.

See Also

TM_MIB(5)

358

ERROR: Module val not found in the server val of the group val

Description

A TM_MIB has been issued for a specific module in the configuration, but there is no module with the given name found on the specified Java server

Action

Make sure that TA_MODULE specified in your request is name of an existing module on the specified Java server.

See Also

TM_MIB(5)

359

ERROR: CAPACITYINCR and MAXCAPACITY attributes are mandatory

Description

A SET operation has been issued for a connection pool, and either TA_CAPACITYINCR or TA_MAXCAPACITY is not specified in it

Action

Make sure both TA_CAPACITYINCR and TA_MAXCAPACITY values are explicitly set.

See Also

TM_MIB(5)

360

ERROR: INITCAPACITY exceeds the value of MAXCAPACITY

Description

A SET operation has been issued for a connection pool, and TA_INITCAPACITY is greater than TA_MAXCAPACITY

Action

Make sure the TA_INITCAPACITY value doesn't exceed one of TA_MAXCAPACITY

See Also

TM_MIB(5)

361

ERROR: WAITFORCONN and WAITTIMEOUT are mutually exclusive

Description

A SET operation has been issued for a connection pool, and both TA_WAITFORCONN and TA_WAITTIMEOUT values are explicitly specified in it

Action

These attributes are mutually exclusive, make sure only one is specified.

See Also

TM_MIB(5)

362

ERROR: Memory allocation failure while creating a Java server cursor

Description

A GET request has an explicit TA_OCCURS field specified, it is less than the actual number of instances to be returned, and there is no memory left to create a cursor

Action

BBL is running out of memory, it might have to be shut down and restarted

See Also

TM_MIB(5)

363

ERROR: Error while setting up a Java server cursor

Description

A GET request has an explicit TA_OCCURS field specified, it is less than the actual number of instances to be returned, and an unidentified error occurred in the BBL while setting up the cursor

Action

Most likely BBL is running out of memory, it might have to be shut down and restarted

See Also

TM_MIB(5)

380

ERROR: AUTOTRAN specified for EJB Interface val

Description

A SET operation on a T_INTERFACE class object of type EJB (the interface name begins with "EJB:" or "ejb:") with TA_AUTOTRAN set to "Y". This is not allowed.

Action

Repeat the operation without the TA_AUTOTRAN set.

See Also

TM_MIB(5)

312

ERROR: Internal System/T failure (tperrno)

Description

Internal BEA TUXEDO system error tperrno encountered while attempting to process master migration.

Action

Contact your BEA Customer Support.

See Also

MIB(5), TM_MIB(5)

313

ERROR: Only the current master LMID can be PARTITIONED

Description

A SET operation on T_MACHINE class object specifies a logical machine other than the current master logical machine to be PARTITIONED. This is not allowed. Only the current master logical machine can be PARTITIONED.

Action

Correct the TA_LMID attribute in the request buffer to contain the current master logical machine name.

See Also

MIB(5), TM_MIB(5)

314

ERROR: The current master LMID state can be set to PARTITIONED only from the backup node

Description

A SET operation on T_MACHINE class object attempts to set the state of the current master logical machine to PARTITIONED. This operation can be performed only from the backup master logical machine.

Action

Re-run the request from the backup master logical machine.

 

Skip footer navigation  Back to Top Previous Next