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 C

Duplicate Object Error

The TPEMATCH error code is returned in tperrno(5) when an attempt is made to perform an operation that results in a duplicate object. The following table lists the functions that may return the TPEMATCH error code and the associated cause

Function

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 functions, refer to the BEA Tuxedo C Function Reference