Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-2076

[3rd party tool-Squirrel] call spj will return error though the procedure is actually executed successfully

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.1-incubating
    • None
    • client-jdbc-t4
    • None
    • Squirrel 3.7
      server info -- adv R2.1, centos6.7, hbase1.0, cdh5.4.8

    Description

      create library qa_dfr file '/home/trafodion/QALibs/SPJ/dfr.jar'
      Create procedure createTable()
      external name 'TestDDL.createTable'
      LIBRARY qa_dfr
      language java
      NO TRANSACTION REQUIRED
      parameter style java;
      call createTable();

      Following error will be returned –
      java.lang.ClassCastException: org.trafodion.jdbc.t4.TrafT4Statement cannot be cast to org.trafodion.jdbc.t4.TrafT4CallableStatement

      But actually the table is created successfully.

      Attachments

        Activity

          People

            shengchen.ma mashengchen
            rachelgao Gao, Rui-Xian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: