Prob Install first Database Part in other Location than C:\

JoeSanJoeSan Member Posts: 8
edited 2004-09-17 in Navision Attain
Hi,

I tried to install Attain 3.60 Database Server in userdefined mode in order to put both the binaries and the first database part into Path H:\Navision instead of using the standard Path C:\Program Files\Navision Database\.

When i use the client for creating a database, Attain now creates the first database file (which also means the database name) in C:\Windows\System32\.

Does anybody know how to change this without having to connect by using the full database path from all clients later? (which - afaik - causes database locking)

Regards,

JoeSan

Comments

  • Ian_piddigntonIan_piddignton Member Posts: 92
    Hi JoeSan

    If you have installed a Database server once it knows where the database is the clients just need to know the server name. If the database has been created in the wrong place the simplest option is to stop the Server service, move the database parts to where you really want them to be then use the Server command from a Command prompt to reset teh server service. The command would look something like
    Server "full root to DB part1.fdb"+"fullroot to part2.fdb", installasservice
    Then you restart the service and connect clients to that service.

    Regards

    Ian
  • JoeSanJoeSan Member Posts: 8
    Hi JoeSan

    If you have installed a Database server once it knows where the database is the clients just need to know the server name. If the database has been created in the wrong place the simplest option is to stop the Server service, move the database parts to where you really want them to be then use the Server command from a Command prompt to reset teh server service. The command would look something like
    Server "full root to DB part1.fdb"+"fullroot to part2.fdb", installasservice
    Then you restart the service and connect clients to that service.

    Regards

    Ian

    Thank you for your reply, that should be the solution.

    I couldnt find anything in the Manuals, does this change the paths permanently?

    JoeSan
  • Ian_piddigntonIan_piddignton Member Posts: 92
    The Path to the database paths is held with in the first database part. Following what I have suggested will update the first part so that it knows where all the other parts are. You can find information on the Server command int the Installation and System Management Manual

    regards

    Ian
Sign In or Register to comment.