SQL Forwarding Agent Events - Batch
Agent Message Events
There are no message events for this agent.
Debug Events
Debug messages are dispatched in debug mode. During execution, the messages are displayed in the Workflow Monitor.
You can configure Event Notifications that are triggered when a debug message is dispatched. For further information about the debug event type, see Debug Event.
The agent produces the following debug events:
SQL: sql-statement
Example - SQL debug event
SQL: INSERT INTO test_table (NUM, DATA) VALUES (?, ?)
The debug message is sent when the SQL agent creates its SQL string to send to the database.