BEA Logo BEA Tuxedo Release 7.1

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

 

   Tuxedo Doc Home   |   Programming   |   Topic List   |   Previous   |   Next   |   Contents

   Programming a BEA Tuxedo Application Using COBOL

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 COBOL Function Reference.