We face one common fatal error while install Business Central 22 Web client
Solution: Uninstall Windows Server Hosting and Microsoft .NET Core Runtime from the VM, then run setup.exe again.
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/known-issues#web-server-components-fatal-error-during-installation-on-azure-virtual-machine-vm
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/known-issues#web-server-components-fatal-error-during-installation-on-azure-virtual-machine-vm
=================
Below Error coming while you import license file
An unexpected error occurred after a database command was cancelled.
USE [master]
GO
CREATE TABLE [dbo].[$ndo$srvproperty](
[license] [image] NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]
GO
INSERT INTO [master].[dbo].[$ndo$srvproperty]
([license])
VALUES
((SELECT * FROM OPENROWSET(BULK N'E:\Lic\BC.flf', SINGLE_BLOB) as license))
No comments:
Post a Comment