Descriptions of rtcops status codes

Descriptions of rtcops status codes

book

Article ID: KB0072101

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.x and 6.x

Description

In some cases, you may receive an error relating to RTC operations. This error will include a status code. For example status=10000001 in message below.
 

Caused by: java.lang.RuntimeException: com.tibco.cep.kernel.model.knowledgebase.DuplicateExtIdException: Attempt to assert duplicate extIds object..., status=10000001
There are also RTCOps summary printed in the logs at the end of an RTC cycle when debug logs are enabled,  This article lists significance of each bit in the status code.

Environment

All Supported Platforms

Resolution

Each bit in the status code identifies the operation performed on the object, 0 indicates no operations that is object is only created.

Bit positions right to left and their significance:

1 - (first position from right) Object Dirty/Modified
2 - Asserted
3 - Marked for deletion
4 - Marked for assertion
5 - Evicted
6 - Inside Rete
7 - Retracted
8 - Property modified

For example, RTCops code 10000001 indicates that the object has been updated and the modification was in one or more properties.

Issue/Introduction

Provides descriptions of the status codes for various RTC operations.