Bug #10728 dutch error messages in english version
Submitted: 19 May 2005 8:48 Modified: 6 Jun 2005 19:26
Reporter: Gunter Rombauts Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S3 (Non-critical)
Version:1.05Beta OS:Windows (windows XP PRo)
Assigned to: CPU Architecture:Any

[19 May 2005 8:48] Gunter Rombauts
Description:
In the "bulk transfer stage", the details/message log window

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:
I have it each time. It is an english windows XP Pro version.
In the control pannel, "regional and language setting" standards and formats are set to Dutch (Belgian) and the location is set to Belgium
[6 Jun 2005 19:26] Michael G. Zinner
The problem is that this error is returned from the JDBC driver. We cannot influence that.