This SQLCODE might occur when distributed commit processing
encounters an error. In this case, all servers in the unit of work that
support distributed two-phase commit backed out the unit of work. If a
server that does not support distributed two-phase commit has updates in
the unit of work, that server must be queried to determine if its updates
were committed or backed out.
Finally, this error might occur during commit if post-processing cannot be
completed because of an update that changes the partition of a row.
Resource unavailable problems can prevent the post-processing from
completing. The existence of held cursors can prevent the post-processing
from completing. Commit is failed. The transaction is aborted.