0x00570120 (5701920) Result set creation failed because the stored procedure was not defined to return a result set.
Explanation
A call to a stored procedure failed because the stored procedure attempted to create a result set even though it was not defined to return result sets.
User response
Revise the DDL and re-define the stored procedure by specifying the correct number of result sets.