1

Microsoft Dynamics NAV 2018

I'm trying to create objects with this customer license:

enter image description here

I should have space for new objects as license says... but how I can find which object ids are available for each object type?

This is what I get when trying to create a table:

enter image description here

enter image description here

If I try with this developer license I get the same error:

enter image description here

EDIT:

Checking with License Viewer as @ian_scho suggested throws this error when trying to open any of my licenses:

enter image description here

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
kuhi
  • 531
  • 5
  • 23
  • We create customized objects in the 50000+ range. As you already stated, you also need the license to be adapted for that range. – ian_scho Sep 21 '22 at 15:01

3 Answers3

1

If you don’t have a permission txt file as mentioned in the other answer (one who gave you the license undoubtedly has the file or at least can download it again if lost), then the answer is the same as before

https://stackoverflow.com/a/72907256/1820340

Keep in mind that

  1. you need to restart nav server after you imported license.
  2. They're different places you can store license at. You can stride in at database or at SQL server. The one in database overrides the one on the server.
Mak Sim
  • 2,148
  • 19
  • 30
0

Try installing a license viewer? https://forum.mibuso.com/discussion/1897/navision-license-viewer-v0-1-2-17

ian_scho
  • 5,906
  • 9
  • 35
  • 51
  • Hi, thanks for your answer. Edited the question with this testing result – kuhi Sep 20 '22 at 09:30
  • Another example. Let us know if it works for you. https://moxie4nav.wordpress.com/2016/08/18/check-license-state-of-objects/ – ian_scho Sep 25 '22 at 14:41
0

This is the most obvious answer but can you see a file called "Permission Report Detailed.txt" in the same zip file or directory as the "nnnnn.flf" license file? Ask for it, if you don't have it.

ian_scho
  • 5,906
  • 9
  • 35
  • 51
  • Where should I ask for it? There is no such txt file – kuhi Sep 23 '22 at 00:14
  • If I had installed the license on a client's system I would have both left it on the server the NAV instance had been installed on and sent it to the person in charge of IT infrastructure. – ian_scho Sep 24 '22 at 07:05
  • Yes correct, I did that and I have the correct license but I also want to know how to do things myself if it's possible – kuhi Sep 24 '22 at 12:36