Change License in RTC NAV 2013
kriki
Member, Moderator Posts: 9,127
I am searching to change the license in NAV2013 like in the classic client.
The only post I found is this http://www.mibuso.com/forum/viewtopic.php?f=32&t=46080
Is there any update on it?
The only way we found is to create an extra servicetier in standby on the server of a customer.
When we need to use our license, we upload our license, start this extra servicetier, start the Windows client and then upload again the customers license.
Is there a better way?
I also checked the startup-options of the windows client in the hope there was a parameter to use a certain license file, but there isn't.
The only post I found is this http://www.mibuso.com/forum/viewtopic.php?f=32&t=46080
Is there any update on it?
The only way we found is to create an extra servicetier in standby on the server of a customer.
When we need to use our license, we upload our license, start this extra servicetier, start the Windows client and then upload again the customers license.
Is there a better way?
I also checked the startup-options of the windows client in the hope there was a parameter to use a certain license file, but there isn't.
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
0
Comments
-
Does not look like it.
I found that even if you use the option Save License in Database, the service tier will not recognize the license saved in the database. The license has to be uploaded to the whole server in order for the service tier to pick up the license.
:thumbsdown:Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Does this mean the service tier catches the license file from the location of the exe file, not from the db?
Thomas0 -
Actually, even if you upload the license for the whole server (so "Save license in Database"=false), the service tier does not pick it up (I didn't try waiting a few minutes to see if the server picked it up). So, the only way is to restart the service tier.Alex Chow wrote:I found that even if you use the option Save License in Database, the service tier will not recognize the license saved in the database. The license has to be uploaded to the whole server in order for the service tier to pick up the license.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Meaning, the service tier takes the uploaded license (uploaded in the master DB or the current NAV-db, depending on the toggle "Save license in Database"-value for that DB).ta5 wrote:Does this mean the service tier catches the license file from the location of the exe file, not from the db?
ThomasRegards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
kriki wrote:
Actually, even if you upload the license for the whole server (so "Save license in Database"=false), the service tier does not pick it up (I didn't try waiting a few minutes to see if the server picked it up). So, the only way is to restart the service tier.Alex Chow wrote:I found that even if you use the option Save License in Database, the service tier will not recognize the license saved in the database. The license has to be uploaded to the whole server in order for the service tier to pick up the license.
This process makes developing or changing data in the client environment impossible. Terrible!!! :thumbsdown:Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
When I want to correct data in customer systems I always use T-SQL. Nothing else.
For bigger releases I save a SQL script to be executed before and after importing the fob file.0 -
Another option is to give a codeunit indirect permissions and use that to make changes.
More work than the old way, but if it is more than a quick fix, could be a good option.
Maybe Microsoft wanted to limit the developer channel quick fixes - or maybe they just did not think about it.
It would be nice if they let us edit table data again with a developers license.David Machanick
http://mibuso.com/blogs/davidmachanick/0 -
I think they just forgot. But to be honest, I never missed the run table feature in NAV2013. I got used to query the data directly in SQL years ago.0
-
It's a big inconvenience for solution centers that have 2009 and 2013 on their server.
Yes, you can virtualize and everything, but it's an extra step that shouldn't be necessary.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
If you get your license updated, you can use the same license on 2013 and 2009.0
-
:shock:
I thought the license for NAV2013 and anything pre 2013 were not compatible?Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
not anymore.0
-
In response to: This process makes developing or changing data in the client environment impossible. Terrible!!!
We currently work with customers only through RTC 2009. I have accepted the fact that classic reports COMPLETELY go away in the next version but how have programmers adapted to the loss of losing the ability to RUN a table in object designer and RUN reports to do mass amounts of updating to tables (with complete table validation). After 10 years of working for a solution center we have accumulated a vast amount of dataports, one time only reports etc that save hours of work. Writing a SQL script to get a General Journal or Item Journal loaded with all the required table validation is not as easy as using existing dataports. Is there another forum that deals specifically with the true aches and pains of trying to leave the past ( pre 2013) behind.
EJF0 -
You can still run correction reports the same way as in older versions. It will look for an open session of the RTC and/or start a new session and run the report.
The same way with tables.
If correcting data is one of the most important features for you, then might I humbly suggest to look at the general quality of how people use NAV in your organisation?
When data correction is required, my recomendation is to ALWAYS write a report or a script. Never change data via the table designer/run table. The benefit of using a report or script is backwards traceability of what was done with what filters.
Hope not to have hurt anyones feelings.0 -
I have had to fix messed up transfer orders where the tracking information either need to be corrected or added.
Since some of the fields that should be option fields are not, the easiest way to correct or add the information is thru editing the table. I could do that in SQL Server, but it is easier in NAV.
As long as there are weird bugs - some of them Microsoft's - there will need to be table data fixes.
The good news is the number of data bugs seem to be going down as Microsoft fixes them.
These types of bugs usually happen in the most complex parts of NAV, and I have spent many happy hours with Microsoft support fixing them. One of my customers has made major contributions in uncovering weird bugs - primarily in manufacturing costing. ](*,)David Machanick
http://mibuso.com/blogs/davidmachanick/0 -
One of the first lessons (years ago) was how to change the license. Is there a links or page reference to the official way?
This tip with a second tier looks doable but new users logging in will use the wrong license then?0 -
new users will not be using the new license.0
-
ara3n wrote:new users will not be using the new license.
ok, I think because the first tier is still using the original license at start of the first tier.0 -
Mark_Brummel wrote: »When I want to correct data in customer systems I always use T-SQL. Nothing else.
For bigger releases I save a SQL script to be executed before and after importing the fob file.
Hi Mark,
Just did it the SQL way and was dumbfounded because the NAV report was still wrong. Finally OK after I restarted the service. Apparently the service is caching data for reports or for the client in general! I suppose when we update data properly through the client it tells the service to update the cache as well. But it means it is more dangerous now to change data in SQL because until the service is restarted the client accesses an inconsistent, cached state.
0 -
It is enough to do a SELECTLATESTVERSION; to get the latest info.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 328 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

