3.70 database with 4.0SP3

Zoltan_Karpati
Zoltan_Karpati Member Posts: 26
Hi All,

Can we use 3.70 database with 4.0SP3 client? We don't want to migrate only convert the database. We'd like to do this because SQL Server 2005 limitations are much higher (memory and processors) than that of SQL 2000 and Navision runs much faster (4x-5x) on SQL 2005. Does this work with native server too? Any unwanted side effects?

Thanks.

Zoltan Karpati

Comments

  • Nobody
    Nobody Member Posts: 93
    I am not saything there are no issues, but I have not seen any and there are many customers running in this configuration.
  • nunomaia
    nunomaia Member Posts: 1,153
    One implementation objects are from 3.70B and Navision Client is 4.0 SP3 with SQL 2005, and until now I haven't see any problems
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • bbrown
    bbrown Member Posts: 3,268
    I ran into one isse on a technical upgrade (3.60 DB - 4.03 Client).

    The database had a customization where a single-instance codeunit was declared as a global in codeunit 1. An error was displayed when exiting Navision. It seems 4.x does not like this. Removing the global and declaring as a local variable resolved the issue.

    This was unique to a customization. Other than this I have not seen any issues.
    There are no bugs - only undocumented features.