Database Module

The Database Module provides activities for accessing various SQL databases. This section contains details for the messages delivered from the Database Module.

This topic provides the MIB Name and MIB OID information, in addition to high-level details about each notification in the Database Module.

MIB Name : CASTIRON-COMP-DATABASE-MIB

MIB OID : .1.3.6.1.4.1.13336.2.2.3.2

The following table provides an alphabetical list of all notifications that can be issued by the Database Module.

Table 1. Notifications issued by the Database Module
Notification Level System Description
ActivateError Severe Orchestration A problem occurred while activating the activity.
ConnectionError Warning Orchestration An error occurred while connecting to the database endpoint.
ConnectionRetry Warning Orchestration An error occurred while attempting to connect to the database.
DataSourceHashCode Info Orchestration Information regarding the hash code used to register the datasource.
DataSourceRegistered Info Orchestration Information about the datasource name registered with the system.
DateTimeParseError Severe Orchestration Unable to parse the date and time
DeleteRowsError Severe Orchestration An exception occurred while deleting the row from the control table.
DeleteRowsFailure Severe Orchestration Unable to delete rows from the buffer table.
DeleteSQL Info Orchestration The delete query issued to the buffer table.
DeleteSQLWithId Info Orchestration The delete query, with id, issued to the buffer table.
ErrorDeletePost Severe Orchestration An exception occurred while deleting the row from the control table due to a connection error.
ErrorSingleTableJob Severe Orchestration An exception occurred while processing a SingleTableNotification job
InboundOperationError Severe Orchestration An error occurred while executing the inbound job.
InsertTableStatement Info Orchestration An insert statement was issued to the control table.
JDBCConnectionClose Warning Orchestration An error occurred while closing the connection in the exception path.
MaxRowExceeded Info Orchestration The maximum number of rows for one poll on the table was reached. If this happens frequently, it is advisable to alter the threshold
MethodNotFound Info Orchestration Unable to invoke the method specified in the connection properties.
OperationNameAbsent Severe Orchestration The buffer table contains the operation but there is no activity in the orchestration for that operation. This is not a valid configuration.
OutboundActivateError Severe Orchestration A problem occurred while activating the database outbound activity.
ParamQueryActivate Severe Orchestration An exception occurred while activating the parameterized query activity.
ParamQueryError Severe Orchestration An error occurred while processing the message for the parameterized query activity.
ParameterizedQuery Info Orchestration The query for the parameterized query activity.
PollTblActivateError Severe Orchestration A problem occurred while activating the database poll table activity.
QueryString Info Orchestration The query which was issued for buffer table.
RedeliverSkip Warning Orchestration This row is already delivered to the database and will be skipped now.
SelectStatement Info Orchestration A select statement was issued to the control table to check for duplicate rows.
SetQueryTimeout Warning Orchestration Unable to set the query time out for the database.
StoredProcActivate Severe Orchestration An exception occurred while activating the stored procedure activity.
StoredProcException Severe Orchestration A data error occurred while processing an outbound job in the stored procedure activity.
StoredProcQuery Info Orchestration The stored procedure query issued to the database.
UnexpectedEmptyRows Warning Orchestration An unexpected result returned from the buffer table. Expecting rows to present in result, instead the result is empty.
UpdateQuery Info Orchestration The update query issued to the buffer table for marking rows.