Hallo.
I'm a new user in mibuso.com.
I have to migrate an installation from Navision Server (3.60 version) to SQL Server Option.
I have Migrate.fob object to check some features: dates, for example.
Is there any document with an explanation to work with this object and any document to do the complete migration?
I have problems to run Migrate.fob processes with table Attachment because is very large and i obtain an overflow error when
i run codeunit 104015.
Can anybody help me?
Thanks in advance.
AHM
0
Comments
Can you compile codeunit 104015?
If not this also happened to a client of ours, if you look in codeunit 104010 the function
MakeTableCodeBegin()
IF ProcedureID = 0 THEN
ProcedureID := 2000; // I changed this
ProcedureID := ProcedureID + 1;
I think the original ID no is 2000000 this overcame the overflow problem