留言板

Data Migration Problem

Edouard DUCRAY,修改在12 年前。

Data Migration Problem

Junior Member 帖子: 25 加入日期: 10-12-4 最近的帖子
We are on 6.0.5
We made some tests using hsql

Looks good so we want to switch on another SGBD - let's say MSSQL - without loosing test period datas.

Here is the problem:
when I launch database migration process,

I run into a "Data Tauncation" FATAL error in the middle of the table DLFileVersion.

I don't know which field is in cause.
I can see that in my target Database 3585 entries were successfull
If I take the temp file containing the data the 3586th entrie is inside the database 3587th isn't and
in all previous the 3475 is missing

I see that title in the missing line is 76 chars long too long for an nvarchar(75) !

How can I solve ?