Bug #10730 convertion tointernal representation failed
Submitted: 19 May 2005 9:00 Modified: 6 Jun 2005 19:27
Reporter: Gunter Rombauts Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S1 (Critical)
Version:1.05Beta OS:Windows (Windows XP Pro)
Assigned to: CPU Architecture:Any

[19 May 2005 9:00] Gunter Rombauts
Description:
Starting online data bulk transfer ...
Opening output script file ...
Initializing source JDBC driver ...
Driver class oracle.jdbc.OracleDriver
Opening connection ...
Connection jdbc:oracle:thin:cir/circir@beoracle:1521:CIR
Initializing target JDBC driver ...
Driver class com.mysql.jdbc.Driver
Opening connection ...
Connection jdbc:mysql://localhost:3306/?user=root&password=8laskl
Processing schema CIR ...
Getting the number of rows of table ASSEMBLY
SELECT count(*) AS num FROM "ASSEMBLY"
ERROR: The following error occured while transfering data from ASSEMBLY
Converteren naar interne representatie is mislukt.

How to repeat:
Source is oracle table
CREATE TABLE "CIR"."ASSEMBLY" ("SYSTEMID" VARCHAR2(18 byte) NOT 
    NULL, "BANDRASTER" VARCHAR2(50 byte) NOT NULL, "COUPLING" 
    VARCHAR2(50 byte), "CROSSCONNECTOR" VARCHAR2(50 byte), 
    "WALLCONNECTOR" VARCHAR2(50 byte), "FLATHANGER" VARCHAR2(50 
    byte), "BENTHANGER" VARCHAR2(50 byte), "NONIUSHANGER" 
    VARCHAR2(50 byte), "SSPART" VARCHAR2(50 byte), "SSNONIUS" 
    VARCHAR2(50 byte), 
    CONSTRAINT "PK_ASSEMBLY_1" PRIMARY KEY("SYSTEMID", 
    "BANDRASTER") 
    USING INDEX  
    TABLESPACE "CIR" 
    STORAGE ( INITIAL 64K NEXT 0K MINEXTENTS 1 MAXEXTENTS 
    2147483645 PCTINCREASE 0) PCTFREE 10 INITRANS 2 MAXTRANS 255)
     
    TABLESPACE "CIR" PCTFREE 10 PCTUSED 0 INITRANS 1 MAXTRANS 255
    STORAGE ( INITIAL 64K NEXT 0K MINEXTENTS 1 MAXEXTENTS 
    2147483645 PCTINCREASE 0) 
    LOGGING 
    CACHE 
    MONITORING 

destination is MySQL Table

Content is :
SYSTEMID BANDRASTER COUPLING CROSSCONNECTOR WALLCONNECTOR FLATHANGER BENTHANGER NONIUSHANGER SSPART SSNONIUS 
G3000 -3050 -3051 -3053 -3054 -3052 -3055 -3235     
G3000 -3075 -3076 -3078 -3079 -3077 -3081 -3236     
G3000 -3100 -3101 -3103 -3104 -3102 -3105 -3237 -3311 -3301 
G3000 -3125 -3126 -3128 -3129 -3127 -3130 -3238 -3326 -3301 
G3000 -3150 -3151 -3153 -3154 -3152 -3155 -3239 -3351 -3301 
                    

No record insert record is created in the insert.sql file
[19 May 2005 9:16] Gunter Rombauts
I get the same error for several tabels in this scheme.
[6 Jun 2005 19:27] Michael G. Zinner
Thank you for your bug report. This issue has already been fixed
in the latest released version of that product, which you can download at 
http://www.mysql.com/downloads/