Guardian Procedure Errors and Messages Manual
Another possible recovery is to add more resource managers to the directory and distribute the
load of transaction branches across them.
724 (%1324) FENOTNOWAITTFILE
Cause An attempt is made to export a transaction branch with the TFILE not opened in a nowaited
manner.
Effect The Export fails.
Recovery Open the TFILE in nowaited manner and then export the transaction branch.
725 (%1325) FEIMPORTINVALOP
Cause An attempt is made to call ENDTRANSACTION on an imported transaction branch.
Effect The ENDTRANSACTION call fails.
Recovery As TMF did not start an imported transaction branch, TMF cannot issue
ENDTRANSACTION on this transaction.
727 (%1327) FETOOMANYRECRMS
Cause An attempt was made to create a recoverable resource manager, but the maximum allowable
recoverable resource managers for the system is exceeded.
Effect The operation fails.
Recovery Use the TMFCOM command ALTER BEGINTRANS to increase the total allowable
recoverable resource managers in a system. The maximum allowable value is 16384.
728 (%1328) FESETTXHANDLEINVALOP
Cause An attempt was made to set the current transaction of a process by invoking
TMF_SETTXHANDLE_ passing in the TxHandle obtained by exporting a transaction branch to a
volatile resource manager with pre-prepare option, but the exported transaction branch is prepared.
Effect The operation fails.
Recovery If the transaction is still active, and more work on behalf of that transaction must be done
by that volatile resource manager, then export another transaction branch.
729 (%1331) FEBRANCHISPREPARED
Cause An attempt was made to write branch data to a prepared exported or imported transaction
branch.
Effect The operation fails.
Recovery The branch data of a prepared transaction branch cannot be updated.
730 (%1332) FEJOINSOUTSTANDING
Cause There are outstanding TMF_JOIN_s for the process. This error occurs during
ENDTRANSACTION processing.
Effect The operation fails.
Error Code Descriptions 77