IBM BPM, V8.0.1, All platforms > Troubleshooting and support > Troubleshooting installation and configuration

Troubleshooting Oracle transaction recovery messages

You must apply special grants for Oracle transaction recovery to work correctly.

Servers that are configured to use an Oracle database might log the following errors in the SystemOut log file:

[4/19/12 13:44:50:062 EDT] 00000007 WSRdbXaResour E   DSRA0304E:  XAException occurred. XAException contents and details are: The cause is               : null.
[4/19/12 13:44:50:062 EDT] 00000007 WSRdbXaResour E   DSRA0302E:  XAException occurred.  Error code is: XAER_RMERR (-3).  Exception is: <null>
To resolve these messagess as user SYS:
grant select on pending_trans$ to <user>;
grant select on dba_2pc_pending to <user>; 
grant select on dba_pending_transactions to <user>; 
grant execute on dbms_system to <user>;
where < user> is the user name for the Oracle user that is configured during profile creation. Repeat this step for each oracle user defined during profile creation.

Troubleshooting runtime administration

: Troubleshooting installation and configuration