Unsupported version of context structure Explanation: The VERSION field of the context structure passed to the SQL procedure was unsupported. SQL supports only the SQLCONTEXT$K_VERSION1 version. User Action: Change the HLL code to pass a context structure whose only version is SQLCONTEXT$K_VERSION1.