I was trying to import license then I was getting this error any body knows how to resolve this.
"An unexpected error occurred after a database command was cancelled."
Thanks in Advance
Hello
1- make sure that NAV/BC service is in running mode.
2- run the Administration Shell in administrator mode.
3-make sure that you input the instance name correctly.
Hi Salba,
In addition to the above suggestion,
Have you tried accessing first NAV/BC on-prem? You should have a valid user as well.
Hi, just adding some info. You can view more error info in Event -> Windows Log.
Hope this helps.
Thanks.
ZHU
hi sir
this is a problem
in event viewer Invalid object name 'master.dbo.$ndo$srvproperty'"
Hi,
Please check if you have access master DB permission, go to SQL Server, click on appropriate User login > Property and select Master DB, see the image below.
Hi, i had this problem when restored a Demo database from SSMS rather than using the one using on installing BC or installing BC. Aparently there are some tables BC installer creates for the license and your admin shell cant find them. There is a workaround of running a query to create those tables but it did not work well for me, i had to use the BC db uninstalling Database components and reinstall with installer.
i hope this helps.
Regards,
try running this query on the Master DB:
USE [master]
GO
CREATE TABLE [dbo].[$ndo$srvproperty](
[license] [image] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Rishabh Kanaskar 2,568
Sumit Singh 2,536
YUN ZHU 2,015 Super User 2025 Season 2