I have a question maybe some of you could answer:
If two seperate SQL server instances are running at the same time, using the same license file, which is licensed for, say 10 concurrent users...Does each instance get a 10 user limit? Or does it know to add the two?
I am trying to think of ways that I can create two companies, both owned by the same corporation, which use completely different code units (one company requires quite a bit of customization), without having to buy two seperate licenses.
Is there a way to customize the objects in a company without having these changes effect the others? This leads me down the multiple server instances path...
Thanks for the help!
0
Comments
It seems, that you need customizations which are conditioned by some setting in company info... you can then make case statement, what you will call in which case etc... but it is big job of course... (but what is not?)
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
In the normal case, the license is uploaded to the 'master' db, and then the number of Navision client connections to the server are subject to license limits without regard for the particular database in use. How you might ask? -- I suspect by counting the records in the 'Session' view that have 'Navision' in the "Application Name" column. If you really want to see all the details, turn on ODBC tracing and then log in...
So -- File, Database, New -- and Bob's your uncle.
If I did simply create two databases using the same server, the objects are the same for the both of them, aren't they? I wanted to create the two databases with one containing a few significantly different objects than the other one. Can this be done?
Again, thanks for the help!
After you create a new SQL Server database, the second thing you have to do is to restore the 'Application Objects' and 'Data Common to All Companies' from a Navision backup (.fbk) file before the new database is usable by a Navision client. When you do this, you are creating a <<copy>> of the base objects in the new database. When you login to this database and change its objects, these changes are limited to the current database.
On a separate note, if you are only going to be changing a few objects --(less than 100 ?) -- you probably ought to think long and hard about how you could effect your customization in a single db -- if you customize two dbs in different ways, upgrades to new versions/service packs will be twice the work...
I am aware that it is possible to Save License in Database in Version 3.60 and above. Can we achieve this in 3.01B?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.