Options

Upgrade from Nav2.6B to Nav4.0SP3 SQL2005

twdavistwdavis Member Posts: 79
edited 2007-05-16 in SQL General
I am starting the process to upgrade a database from Nav2.6B to Nav4.0SP3 SQL2005. I imported the SQLMigrate.fob objects to clean up the data. Had to make a few mods to create the Check Fields codeunit, but got past that point.
Now I am running the new Check Fields codeunit and getting an error:
Table2000000058 does not exist.
When I go to open or compile codeunit 104011 and 12 I get the same error.
I opened the same codeunits in Nav4.0 and have no problem.

Is there a solution to this issue?

Is there another MigrateSQL objects for upgrading a 2.6B database?

Comments

  • Options
    NobodyNobody Member Posts: 93
    This is a guess and may sound a little strange. In 2.6x these objects did not exist and it sounds like it can not resolve the permissions for those objects.

    Is the 2.6 database on SQL2005 or SQL 2000 or C/Side?
    What executables are you using with the 2.6 database?
  • Options
    twdavistwdavis Member Posts: 79
    database is on C/Side.
    running version 2.6B executable. imported the migrate.fob into the 2.6B database and proceeded from there.

    The tabledata2000000058 referenced, seems to be TableInformation datatype: record that is referenced in CU104011
  • Options
    ara3nara3n Member Posts: 9,255
    Open the db with 4.0 exe
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Options
    twdavistwdavis Member Posts: 79
    Thanks, that did it.
  • Options
    ara3nara3n Member Posts: 9,255
    you are welcome. :)
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.