Previous Topic: -535 - PROC authid.name: msg-stringNext Topic: -559 - SECURITY FACILITY NOT ENABLED


-537 - msg-string

Explanation

There has been a user-defined execution error in an SQL procedure (a "LANGUAGE SQL" procedure). The information in the msg-string varies, depending upon the error that has occurred, that is to say, user-written procedure logic creates the entire error message. The message is truncated if it exceeds the 80-byte length of the SQLCA error message area.

The SQLSTATE that equates to this SQL return code is 38S04.

User Response

Correct the problem described by the msg-string.