In this blog post, let’s learn about the error message “11241 Stored procedure procedure-name attempted to return result sets but the JDBC/MX driver in the SPJ environment has an incompatible version of stored procedure result sets interface. The JDBC/MX driver’s interface version is ver2 and the expected version is ver1 or lower.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
11241 Stored procedure procedure-name attempted to return result sets but the JDBC/MX driver in the SPJ environment has an incompatible version of stored procedure result sets interface. The JDBC/MX driver’s interface version is ver2 and the expected version is ver1 or lower.
Reason for the Error
The SPJRS version returned by the JDBC/MX driver to the language manager is not less than or equal to the version specified in the language manager. The incorrect stored procedure result sets interface throws an error 11241. This is an internal check to ensure that there is no version mismatch with JDBC/MX driver interface.
Solution
None. Contact your service provider