BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Programming BEA Tuxedo ATMI Applications Using COBOL   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


Duplicate Object Error

The TPEMATCH error code is returned in TP-STATUS when an attempt is made to perform an operation that results in a duplicate object. The following table lists the routines that may return the TPEMATCH error code and the associated cause.

Routine

Cause

TPADVERTISE

The svcname specified is already advertised for the server but with a function other than func. Although the function fails, svcname remains advertised with its current function (that is, func does not replace the current function name).

TPRESUME

The tranid points to a transaction identifier that another process has already resumed. In this case, the caller's state with respect to the transaction is not changed.

TPSUBSCRIBE

The specified subscription information has already been listed with the EventBroker.

For more information on these routines, refer to the BEA Tuxedo ATMI COBOL Function Reference.

 

back to top previous page next page