Database Error Messages

SQL-02137

Multi-threaded agent with no RETURNING clause present

Cause

The EXEC SQL REGISTER CONNECT statement does not contain a RETURNING clause and the agent is running in threaded mode.


Action

Re-code the statement to use a RETURNING clause that references a declared sql_context host variable.