Guardian Procedure Errors and Messages Manual
Cause An attempt was made to register a recoverable resource manager using the
TMF_REC_RM_CREATE_ procedure, but the name was already registered.
Effect No change is made to the resource manager directory.
Recovery Change the name to be registered and try again if needed.
713 (%1311) FERMOUTSTANDINGTRANS
Cause An attempt was made to remove a recoverable resource manager from the directory using
the TM_REC_RM_REMOVE_ procedure, but the resource manager still has unresolved transactions
outstanding.
Effect The resource manager directory is not changed.
Recovery Resolve the transactions and then retry the remove operation. The transactions can be
resolved through the system management interface (TMF-COM/TMFSERVE) or the resource manager
can be opened and the transactions can be resolved by communicating with the appropriate
foreign transaction manager.
714 (%1312) FEINVALIDPROTOCOL
Cause A call to TMF_EXPORT_ or TMF_IMPORT_ specified an invalid combination of protocols
and options for the transaction branch.
Effect The operation, either export or import, did not succeed.
Recovery Repeat the operation with a valid combination of protocol and options.
715 (%1313) FEINVALIDTXHANDLE
Cause An invalid transaction handle was specified. The handle might be completely invalid, or
the type of handle might be invalid for the operation specified, such as trying to do a
TMF_SETTXHANDLE_ using the transaction handle returned from TMF_EXPORT_ for a non
pre-prepare branch.
Effect The requested operation is not performed.
Recovery Retry the operation with a valid transaction handle, if possible.
716 (%1314) FETXSUSPENDREJECTED
Cause An attempt was made to suspend a transaction (TMF_SUSPEND_), but the caller is not the
beginner nor the importer nor the resumer of the transaction.
Effect The transaction is not suspended for the process.
Recovery No recovery is necessary. However, if the process expected the operation to complete
successfully, the problem must be investigated.
717 (%1315) FETXNOTSUSPENDED
Cause An attempt was made to resume a transaction (TMF_RESUME_), but the specified transaction
is not currently suspended.
Effect The transaction is not resumed by the calling process.
Error Code Descriptions 75