Multiple Server Instances - Licensing Issues

jeremyd
Member Posts: 22
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!
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
-
Read license contract... I think that you are not able to run two Server instances with one license...
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?)0 -
Sounds to me like you simply need two databases (and only one server instance).
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.0 -
Thanks for the help...
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!0 -
Nope -- C/AL objects are stored 'per database' -- to be precise, they are stored in the "Object" table, which you can see in Enterprise Manager when you connect to the server, expand the db node for a Navision db, then expand the 'Tables' node. You will note that most Navision tables are formed by joining <Company Name>$<Table Name>. However, tables that are common to all companies do not have the <Company Name>$ prefix. "Object" is one such table, resulting in C/AL objects being shared by all companies <<in the database>>.
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...0 -
I have a situation where I need to host 2 navision SQL databases in 1 SQL Server. My client is using 3.01B an they recently bought a separate license for the new company.
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?0 -
You can do technical (C/SIDE) upgrade to newer version and use the Per Database License ...0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions