Project scenario:
When using DTS data migration tool to migrate from Mysql to DM, ten tables reported errors. There are two kinds of errors
Problem Description:
error number: – 2670
error message: Object [draft]_ The constraint expression of message] default is invalid
click the details query to find that the table definition is in disorder. You need to manually create this table in Dameng database </ font>
Error number: – 6169
error message: column [is]_ MOBILE_ Text] the length exceeds the definition
first, take out the table definition and create the table manually in DM database. If it is found that there is no problem, it should be the problem of data. Check that the character sets on both sides are consistent, and they are UTF-8. In the table definition, this column is varchar (20)
check that there is an obviously long field in this column of data in the source MSYQL. In DM calculation, it is found that this data occupies 22 bytes, so you need to change the field length
Read More:
- Dm7 Dameng database dmrman reports an error OS_ pipe2_ conn_ Server open failed solution
- Migration admin.0001_initial is applied before its dependency xxx.0001_initial on database ‘default‘
- The solution to the problem that the method of interacting with database in the servlet class is invalid after the servlet submits 404, 500 refresh and becomes 404, and after connecting to the data pool
- MySQL workbench insert data prompt error: 1046 (errorcode: 1046. No database select…)
- ERROR 1406 (22001): Data Too Long, field len 30, data len 48
- The problem of master-slave database synchronization stop caused by MySQL deleting data
- Svn warehouse migration in Windows Environment
- SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED
- Solution of MySQL data garbled problem
- Caused by: org.flywaydb.core.api.FlywayException: Validate failed: Migration checksum mismatch for m
- How to solve MySQL error 1049 (42000): unknown database ‘database’
- MySQL appears: ERROR 1049 (42000): Unknown database’XXX’ solution
- Solution to the problem that SQL database query result field contains new line character, which leads to copy to excel dislocation
- Using AspectJ to transfer the data written to FTP service to MySQL database
- 1716438 – Error :” Failed to load database information Details: The Database connector crdb_bwquery.
- Description: Failed to decrypt protected XML node “DTS:Password” with error 0x8009000B “Key not valid for use in specified state
- Failed to decrypt protected XML node “DTS:Password” with error 0x8009000B “Key not valid for use in …
- Gitlab service migration and gitlab administrator password retrieval
- Inconsistency between adapter data and UI data after dragging recyclerview (data disorder)
- An error is reported when kettle connects Oracle database and MySQL database