Transaction Error Codes

This section describes error codes that can be returned by activities in the Transaction palette.

BW-TRANS-100001:  Initialization Error. %1

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  

  • Resolution:  

BW-TRANS-100002:  Get transaction status error. %1

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred while trying to obtain the status of the transaction from the transaction manager.

  • Resolution:  

BW-TRANS-100003:  Transaction setRollbackOnly error. %1

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred while trying to mark the transaction for rollback only

  • Resolution:  

BW-TRANS-100004:  Unable to obtain the status of the transaction. Exception [%1] occurred. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred while trying to obtain the status of the transaction.

  • Resolution:  

BW-TRANS-100005:  Unable to set the transaction for rollback only. Exception [%1] occurred. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred while trying to set the transaction for rollback only

  • Resolution:  

BW-TRANS-400000:  %1

  • Role:  debugRole

  • Category:  BW_Plugin

  • Description:  Debug Trace Message

  • Resolution:  None

 

BW-JTATM-100001:  Transaction Manager Initialization Error. %1

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  

  • Resolution:  

BW-JTATM-100002:  Unable to obtain the status of the transaction. The method 'UserTransaction.getStatus' raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'javax.transaction.UserTransaction.getStatus()'.

  • Resolution:  

BW-JTATM-100003:  Unable to set the transaction for rollback only. The method 'UserTransaction.setRollbackOnly' raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'javax.transaction.UserTransaction.setRollbackOnly()'.

  • Resolution:  

BW-JTATM-100004:  Transaction begin error. The method 'UserTransaction.begin' raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'javax.transaction.UserTransaction.begin()'

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-JTATM-100005:  Transaction commit error. The method 'UserTransaction.commit' raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'javax.transaction.UserTransaction.commit()'

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-JTATM-100006:  Transaction rollback error. The method 'UserTransaction.rollback' raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'javax.transaction.UserTransaction.rollback()'

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-JTATM-100007:  Unable to set timeout for transaction. The method 'UserTransaction.setTransactionTimeout' raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'javax.transaction.UserTransaction.setTransactionTimeout()'

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-JTATM-100008:  Unable resume the transaction. The method 'resume' of the JTATM raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'resume'.

  • Resolution:  

BW-JTATM-100009:  Unable suspend the transaction. The method 'suspend' of the JTATM raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'suspend'.

  • Resolution:  

BW-JTATM-100010:  XAResource registration error. The method 'registerResource' of the JTATM raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred when trying register XAResource with the Transaction Manager

  • Resolution:  

BW-JTATM-100011:  Unable to enlist XAResource with the transaction object. The method 'enlistResource' of the JTATM raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred when trying enlist XAResource with the transaction object

  • Resolution:  

BW-JTATM-100012:  Unable to delist XAResource from the transaction object. The method 'delistResource' of the JTATM raised exception [%1]. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred when trying delist XAResource from the transaction context

  • Resolution:  

BW-JTATM-100013:  The JTA UserTransaction Configuration reference [%1] specified for the Transaction Group contains incorrect field values.

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  The JTA UserTransaction Configuration activity referenced by this Transaction group contains invalid field values.

  • Resolution:  Please correct the error and retry.

BW-JTATM-100014:  Connection Test Failed. %1

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Unable to establish connection to the server.

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-JTATM-100015:  Connection Test Failed. Exception [%1] occurred.

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Unable to establish connection to the server. Exception occurred

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-JTATM-100016:  Java class [%1] not found in the classpath. ClassNotFoundException occurred. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  ClassNotFoundException occurred while trying to access the specified Java class.

  • Resolution:  Please verify that the specified class file is contained in the classpath.

BW-JTATM-100017:  Error occurred while trying to obtain the JNDI Configuration shared resource reference [%1]: %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Unable to get the shared JNDI Configuration resource referenced by the JTA UserTransaction Configuration

  • Resolution:  Please correct the error and retry.

BW-JTATM-100018:  Unable to create an instance of 'javax.naming.InitialContext'. NamingException occurred. %1

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception of type 'javax.naming.NamingException' occurred while trying to construct an instance of 'javax.naming.InitialContext'.

  • Resolution:  Please correct the specified NamingException and retry.

BW-JTATM-100019:  Unable to create an instance of 'javax.naming.InitialContext'. Exception [%1] occurred. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred while trying to construct an instance of 'javax.naming.InitialContext'.

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-JTATM-100020:  Unable to obtain UserTransaction object for the JNDI name [%1]. NamingException occurred. %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception of type 'javax.naming.NamingException' occurred on invocation of the method 'javax.naming.InitialContext.lookup(..)'

  • Resolution:  Please correct the specified NamingException and retry.

BW-JTATM-100021:  Unable to obtain the UserTransaction object for the JNDI name [%1]. Exception [%2] occurred. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method 'javax.naming.InitialContext.lookup(..)'

  • Resolution:  Please correct the specified NamingException and retry.

BW-JTATM-400000:  %1

  • Role:  debugRole

  • Category:  BW_Plugin

  • Description:  Debug Trace Message

  • Resolution:  None

 

BW-XATM-100001:  Transaction Manager Initialization Error. The method 'init' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  

  • Resolution:  

BW-XATM-100002:  Unable to obtain the status of the transaction. The method 'getStatus' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the Transaction Manager's getStatus method

  • Resolution:  

BW-XATM-100003:  Unable to set the transaction for rollback only. The method 'setRollbackOnly' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the Transaction Manager's setRollbackOnly method.

  • Resolution:  

BW-XATM-100004:  Transaction begin error. The method 'begin' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the Transaction Manager's begin method

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-XATM-100005:  Transaction commit error. The method 'commit' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the Transaction Manager's commit method

  • Resolution:  Please correct the error stated in the exception message and retry.

  • BW-XATM-100006:  Transaction rollback error. The method 'rollback' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the TransactionManager's rollback method

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-XATM-100007:  Unable to set timeout for transaction. The method 'setTransactionTimeout' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the Transaction Manager's setTransactionTimeout method

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-XATM-100008:  Unable resume the transaction. The method 'resume' of the [%1] Transaction Manager's exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the TransactionManager's resume method.

  • Resolution:  

BW-XATM-100009:  Unable suspend the transaction. The method 'suspend' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the Transaction Manager's suspend method.

  • Resolution:  

BW-XATM-100010:  XAResource registration error. The method 'registerResource' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred when trying register XAResource with the Transaction Manager

  • Resolution:  

BW-XATM-100011:  Unable to enlist XAResource with the transaction object. The method 'enlistResource' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred when trying enlist XAResource with the transaction object

  • Resolution:  

BW-XATM-100012:  Unable to delist XAResource from the transaction object. The method 'delistResource' of the [%1] Transaction Manager raised exception [%2]. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred when trying delist XAResource from the transaction object

  • Resolution:  

BW-XATM-100013:  The XA TransactionManager Configuration reference [%1] specified for the Transaction Group contains incorrect field values.

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  The XA TransactionManager Configuration activity referenced by this Transaction group contains invalid field values.

  • Resolution:  Please correct the error and retry.

BW-XATM-100014:  The XA TransactionManager Configuration reference [%1] not found

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Unable to obtain the specified XA TransactionManager Configuration shared resource reference

  • Resolution:  Please correct the error and retry.

BW-XATM-100015:  The XA TransactionManager Configuration reference [%1] not found in repository

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  The repository does not contain the specified XA TransactionManager Configuration shared resource reference

  • Resolution:  Please correct the error and retry.

BW-XATM-100016:  Exception occurred while trying to obtain the XA TransactionManager Configuration reference [%1]: %2

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Unable to obtain the XA TransactionManager Configuration shared resource reference

  • Resolution:  Please correct the error and retry.

BW-XATM-100017:  Method [%1] of the [%2] Transaction Manager raised exception [%3]. %4

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  Exception occurred on invocation of the method of the Transaction Manager

  • Resolution:  Please correct the error stated in the exception message and retry.

BW-XATM-100018:  Invalid [%1] Transaction Manager reference (XATransactionManager.m_tm == null).

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  XA Transaction Manager reference contains invalid value.

  • Resolution:  Make sure the method "XATransactionManager.setTransactionManager" is called after constructing the custom TransactionManager in the method "XATransactionManager.init".

BW-XATM-100019:  ClassNotFoundException occurred during initialization of the [%1] transaction manager. The classpath does not contain the required [%2] transaction manager's class or jar files. %3

  • Role:  errorRole

  • Category:  BW_Plugin

  • Description:  ClassNotFoundException occurred while trying to access the transaction manager's Java class.

  • Resolution:  Please verify that the required transaction manger's java jar or class file is contained in the classpath.

BW-XATM-300001:  %1 object store directory: %2

  • Role:  infoRole

  • Category:  BW_Plugin

  • Description:  Location of the transaction manager object store directory

  • Resolution:  

BW-XATM-400000:  %1

  • Role:  debugRole

  • Category:  BW_Plugin

  • Description:  Debug Trace Message

  • Resolution:  None