4.0 and 2009 databases coexisting on the same server

AlexWileyAlexWiley Member Posts: 230
edited 2009-11-24 in SQL General
Hi everyone, we have our 64bit SQL 2005 servers running our 4.0 Prod and Dev environments. As anyone run into any issues installing the 2009 database and components on the same servers running a 4.0 db?

Comments

  • Alex_ChowAlex_Chow Member Posts: 5,063
    It shouldn't be a problem. We have different versions running on our SQL box at our company without any problems.
  • ara3nara3n Member Posts: 9,256
    The only component on sql server that needs to be installed is xp_ndo_64.dll. This is used for windows authenication only. This dll is backward compatible with older version.
    What else are you trying to install on the server?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • garakgarak Member Posts: 3,263
    There is no problem. and like ara3n said. U need only to install the xp_ndo-64.dll.

    But you shuld be carefully on the client site. In a bad situation a user can open and convert the 4.0 database with the Classic 2009 Client. That could be the only problem.
    Or did u use only the Classic 2009 Client?
    Do you make it right, it works too!
  • AlexWileyAlexWiley Member Posts: 230
    edited 2009-12-01
    Nothing else is going on the server and to start out with only a couple people are going to have access to it. The purpose is to transition from 4.0 to 2009, so when the clients change they will change for everyone. I will make sure the non-Navision IT people are aware of that though garak. Thanks for the responses everyone, I always appreciate peace of mind!
  • kinekine Member Posts: 12,562
    I see one possible problem - license, which is not "per database" enabled. If you are using partner's license, no problem, if you are using customer's license, it could be problem...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • krikikriki Member, Moderator Posts: 9,112
    garak wrote:
    But you shuld be carefully on the client site. In a bad situation a user can open and convert the 4.0 database with the Classic 2009 Client. That could be the only problem.
    Best way to avoid this problem is to create shortcuts with the connection parameters for each DB and that point to different zup-files. So you can always use these shortcuts to open the DB.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • garakgarak Member Posts: 3,263
    Right.
    Do you make it right, it works too!
Sign In or Register to comment.