Navision Server 3.60 to SQL Server Option

xahmxxahmx Member Posts: 2
edited 2006-07-05 in Navision Attain
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

Comments

  • bbrownbbrown Member Posts: 3,268
    Are you just migrating to 3.60 SQL, or are you doing an upgrade to a newer version? All of the documentation should be in the upgrade toolkit.
    There are no bugs - only undocumented features.
  • AlbertvhAlbertvh Member Posts: 516
    Hi xahmx,
    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
Sign In or Register to comment.