Categories
Dynamics NAV Microsoft SQL Server

TableData 2000000001 does not exist.

—————————
Microsoft Dynamics NAV Development Environment
—————————
TableData 2000000001 does not exist.
—————————
OK
—————————

TableData 2000000001 does not exist.

TableData 2000000001 does not exist.

Cause:
You’re trying to open a database using Microsoft Dynamics NAV Development Environment but the user hasn’t the Role Member db_owner for the database in SQL.

Solution:
Grand the user to db owner using SQL Server Management Studio.

db_owner

Related Post: TableData does not exist

Did my solution solve your problem? Leave a reply.

Categories
Dynamics NAV Microsoft

Cannot build the page {PageNo}. The metadata object Table {TableNo} was not found.

When you try to run an imported page in Nav 2013 you receive the following error:

Microsoft Dynamics NAV
—————————

Cannot build the page {PageNo}.
The metadata object Table {TableNo} was not found.
—————————
OK
—————————

The metadata object Table {TableNo} was not found.

Cause 1:
The table {TableNo} is not compiled.

Solution 1:
Compile the table {TableNo}.

Cause 2:
TableRelation property of any field is having {TableNo}.

Solution 2:
In the Development Environment design the SourceTable of the page {PageNo}.
Check all fields table relations that have the {TableNo} as TableRelation and fix them up writing the correct table.

Did my solution solve your problem? Leave a reply.