How to install more than one Dynamics NAV 2009 Demo Database

By default when you are installing the demo database by the installation program you can only install one Demo Database. But if you would like to have more than one Demo Database to try different things in, how to accomplish that? I assume that you know that you can create a new company in the classic client, but you will then not get the demo data. The solution is simple to use SQL Server Management Studio to attach more than one version of the Demo Database.

1. Stop the SQL Server
2. Make a copy the database files in “C:Program FilesMicrosoft Dynamics NAV60Database” to new location. For example “C:NAVTestDB”
3. Start the SQL Server
4. Start SQL Server Management Studio and connection to the instance where you have installed the other Demo Database.
5. Right click on “Databases” and select “Attach” and click “Add”. Then pick the database file that you did copy to new location.
6. Change the “Attach As” column for the new Demo Database file to “NAVDEMO”
7. Press OK
8. Update the Microsoft Dynamics NAV server configuration file to use the new database by open “CustomSettings.config” file in notepad. The file is normally located under “C:Program Files Microsoft Dynamics NAV60Service”.
9. Locate the DatabaseName key.
10. Change the value attribute to “NAVDEMO”
11. Restart the “Microsoft Dynamics NAV Server” service in the Windows Service manager

0.00 avg. rating (0% score) - 0 votes

About Peter Wibeck

Comments

2 Responses to “How to install more than one Dynamics NAV 2009 Demo Database”

Trackbacks

Check out what others are saying about this post...
  1. […] I did describe how to duplicate an installed and existing database in post “How to install more than one Dynamics NAV 2009 Demo Database”. This time I will attached the DB directly from DVD. The steps is as follow 1. Create the […]

  2. […] save the existing database for some reason simple do a backup of it before deleting it or read my previews post about how to have more than one Demo Database installed at the same time. Tags: MSSQL, NAV 2009 […]



Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

*