You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Chris Elford (JIRA)" <ji...@apache.org> on 2008/01/11 00:07:43 UTC

[jira] Created: (HARMONY-5380) Character Conversion/Format error with DB2 9.5 JDBC

Character Conversion/Format error with DB2 9.5 JDBC 
----------------------------------------------------

                 Key: HARMONY-5380
                 URL: https://issues.apache.org/jira/browse/HARMONY-5380
             Project: Harmony
          Issue Type: Bug
    Affects Versions: 5.0M4
         Environment: Linux32 and Linux EM64T with IBM DB2 9.5
            Reporter: Chris Elford


In trying to test HARMONY-3117 status with M4, I ran into another problem (presumably with classlibraries) that appears when running DB2 9.5 with Harmony.

Note that this did not happen with DB2 9.1

For reproduce instructions, see HARMONY-3117

------------------------------------------------------------------------------------------------------------------

/opt/java/ibm/bin/java DbInfo
...
  Information of The current database:

    Schema names:
[jcc][t4][10199][10462][3.50.152] Required character converter is not available. ERRORCODE=-4220, SQLSTATE=null

--Rollback the transaction-----
  Rollback done!

------------------------------------------------------------------------------------------------------------------

/opt/java/HM4/bin/java DbInfo
...

  Information of The current database:

    Schema names:
                                 DB2INST1
                                 NULLID
                                 SQLJ
                                 SYSCAT
                                 SYSFUN
                                 SYSIBM
                                 SYSIBMADM
                                 SYSIBMINTERNAL
                                 SYSIBMTS
                                 SYSPROC
                                 SYSSTAT

    Database URL:                jdbc:db2:SAMPLE

    Database is Read-only:       false

    Positioned DELETE supported: true
...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.