"You do not  have necessary permissions to create table/page/any dynamics Nav object " Dynamics NAV  2016.

"You do not have necessary permissions to create table/page/any dynamics Nav object " Dynamics NAV 2016.

Β·

2 min read

Hello, today we are going to fix this common error in Dynamics Navision development:

Make sure you read to the end

Here are the possible reasons why you are experiencing this error:

  1. You may not have the correct license to create the table or object. Dynamics developer and client licenses have limitations on what one can do with the ERP system. For example, having a client license does not allow you to engage in development activities such as creating a table, or any other objects in Navision. Ensure you have the correct license and make sure it is uploaded correctly when developing Navision objects.

  2. You may also have a developer license but with a limited range of IDs of objects you can create. You may have the correct license but you are trying to create objects with IDs that you do not have permission to create, view, or modify. The licence provider gives the range. Ensure you use the correct range for production development or use the range between 50000 and 100000 for non -production purposes. Check here for more information about dynamics licenses.

  3. You may not have access to the database server required to create the table. Ensure the NAVDEMO server is running in MSSQL (Microsoft SQL Server Studio) and your database is listed under the database engine server. In rare cases, check to ensure you are the database owner (dbo) or have administrative rights on the particular Dynamics Navision database. This you can confirm by navigating to permissions in Microsoft SQL Server studio.

  4. You may not have the necessary permissions to create a table in Dynamics Navision due to the USER settings. Check your user set-up settings from the Client application to determine whether your logged-in account has administrator privileges. This may sometimes bring up the error if you do not have all superuser rights. Try changing your user permissions to Superuser privileges for you to be able to fix the error.

This should solve any permission errors that you may have experienced or be experiencing currently. Please leave a like and share if it solved the error for you, or comment with any questions that you may have.

Cheers

Β