![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This feature requires cache-aside database write strategy. When backing store is enabled, the default value for the property Agent.agentclassname.enableParallelOps is true. The feature is not supported when the property value is set to false:Agent.agentclassname.enableParallelOps=false
When the backing store is disabled, the default values for the cache-aside database write strategy and the property Agent.agentclassname.enableParallelOps are false.be.engine.txn.error.function=projectPathToErrorHandlerRuleFunction
Object txns You can turn this argument into an Object[] within the rule function, for example:
• array[0] is a Concept[] containing all the Concept objects that:
• array[1] is a Concept[] containing all the Concept objects that:
• array[2] is a Long[] containing the id of all the Concept objects that:
• array[3] is a SimpleEvent[] containing all the SimpleEvent objects that:
• array[4] is a Long[] containing the id of all the Event objects that: int errorType -1 for errors happening during database operations.-2 for errors happening when sending an event. int errCode The error code, which is dependent on errorType:
− The error code as returned by SQLException, if available
− Else -100 if TIBCO BusinessEvents determines that the database is not available
− Else -200, which means that this is an unknown error
• For sent event errors, the value is -1, meaning an internal error condition. String errMsg long retryCount
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |