Hello,
I have installed Business Central 2020 Wave 1 and after starting the web client I get the following error message:
"The following SQL error was unexpected: Invalid object name 'master.dbo.$ndo$srvproperty'"
How to resolve this problem?
Hello,
I have installed Business Central 2020 Wave 1 and after starting the web client I get the following error message:
"The following SQL error was unexpected: Invalid object name 'master.dbo.$ndo$srvproperty'"
How to resolve this problem?
Hello All,
It would be difficult here if the customer/Partner who has already have a good working environment where they have instances running already and face this new challenge when they restored a DB and try connecting the same with NAV service. In this case install from DB would be really hectic to get carried out.
1. If the table is absent try creating the master table using the query as in below.
USE [master]
GO
CREATE TABLE [dbo].[$ndo$srvproperty](
[license] [image] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
2. If the error still occurs, Try running the PowerShell command "Import-NAVServerLicense" to import the license.
3. If still, the error (System table [master].[dbo].[$ndo$srvproperty] is missing or database Demo Database NAV (16-0) is not a Business Central application database.) occurs, it means the table is present and the service or the system flow still checks for a license to be there in the System table [master].[dbo].[$ndo$srvproperty]
then run the below SQL script.
"INSERT INTO [master].[dbo].[$ndo$srvproperty]
([license])
VALUES
((SELECT * FROM OPENROWSET(BULK N'<License File path>', SINGLE_BLOB) as license))".
The above SQL script will inject your NAV license explicitly in your System table [master].[dbo].[$ndo$srvproperty].
The service should run thereby.
Thank you. It all worked and now I can connect to the database.
No, you can choose the instance to install the BD.
Hello,
But if I choose this option - will this create an instance of SQL Server 2016 Express?
(My server is SQL Server Enterprise SP1.)
This is the problem, i had the same issue.
Try to delete de BD from SQL, and reinstall the DVD. You need to select the option that create the DB and import license automatically.
Hi,
I have restored the database from SQLDemoDatabase folder from the installation DVD.
Hello,
I get the same error:
Import-NAVServerLicense : System table [master].[dbo].[$ndo$srvproperty] is missing or database Demo Database NAV (16-0) is not a Business Central application database.
Hi Galina,
Did you import the flf file license first ?
Try importing license and restart the service.
-----------------------------------------
Best Regards,
Salah Eddine BENOUALA
Dynamics NAV & 365 Business Central Consultant
Please verify my answer, if you find it helpful.
Doing so you'll show others that there was found a solution and you credit my help.
You haver restored de DB from SQL, or create from DVD whit the instalation wizard?
Try to reinstall, and mark the chek that creat de Cronus DB.
Hello,
What happens if you try to import the license file via PowerShell into the database?
Thanks.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156