You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:15:58 UTC

[jira] [Created] (TRAFODION-415) LP Bug: 1338896 - SPJ result set failing in recent build after JDBC T2 package name change

Alice Chen created TRAFODION-415:
------------------------------------

             Summary: LP Bug: 1338896 - SPJ result set failing in recent build after JDBC T2 package name change
                 Key: TRAFODION-415
                 URL: https://issues.apache.org/jira/browse/TRAFODION-415
             Project: Apache Trafodion
          Issue Type: Bug
          Components: client-jdbc-t2
            Reporter: Pavani Puppala
            Assignee: Arvind Narain
            Priority: Critical


SPJ with any result set failing with following error.  This is regression after JDBC T2 name changes.

*** ERROR[11237] Stored procedure TRAFODION.SPJRS.ORDER_SUMMARY attempted to return result sets but the JDBC/MX driver in the SPJ environment does not support stored procedure result sets.

The origination of the error from source in file langman/LmLangManagerJava.cpp

      // Check if the linked-in JDBC/MX Type 2 driver supports SPJ RS and if it
      // does then make sure there is no version mismatch in driver's interfaces.
      // If the SPJ method returns a NULL in all of it's RS parameters
      // then there are no RS to process and the above check can be waived.
      if (jobj != NULL && enableType2Conn_ &&
          (!jdbcSupportsRS_ || jdbcRSVerMismatch()))
      {
        if (!jdbcSupportsRS_)
          *da << DgSqlCode(-LME_JDBC_SUPPORT_SPJRS_ERROR)
              << DgString0(handle->getNameForDiags());



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)