Database Operation Notifications
Provides a comprehensive list of operation notifications sent from the Database Module.
- ActivateError
A problem occurred while activating the activity. - DataSourceHashCode
Information regarding the hash code used to register the datasource. - DataSourceRegistered
Information about the datasource name registered with the system. - DateTimeParseError
Unable to parse the date and time - DeleteRowsError
An exception occurred while deleting the row from the control table. - DeleteRowsFailure
Unable to delete rows from the buffer table. - DeleteSQL
The delete query issued to the buffer table. - DeleteSQLWithId
The delete query, with id, issued to the buffer table. - ErrorDeletePost
An exception occurred while deleting the row from the control table due to a connection error. - ErrorSingleTableJob
An exception occurred while processing a SingleTableNotification job - InboundOperationError
An error occurred while executing the inbound job. - InsertTableStatement
An insert statement was issued to the control table. - MaxRowExceeded
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
Unable to invoke the method specified in the connection properties. - OperationNameAbsent
The buffer table contains the operation but there is no activity in the orchestration for that operation. This is not a valid configuration. - OutboundActivateError
A problem occurred while activating the database outbound activity. - ParamQueryActivate
An exception occurred while activating the parameterized query activity. - ParamQueryError
An error occurred while processing the message for the parameterized query activity. - ParameterizedQuery
The query for the parameterized query activity. - PollTblActivateError
A problem occurred while activating the database poll table activity. - QueryString
The query which was issued for buffer table. - RedeliverSkip
This row is already delivered to the database and will be skipped now. - SelectStatement
A select statement was issued to the control table to check for duplicate rows. - StoredProcException
A data error occurred while processing an outbound job in the stored procedure activity. - StoredProcQuery
The stored procedure query issued to the database. - UpdateQuery
The update query issued to the buffer table for marking rows.
Parent topic: Database Module