Hello Business Central/NAV Dev,
We are working on the up-gradation of Dynamics NAV to Business Central cloud. So, what we did for the up-gradation process.
Process::
Installed the NAV 15,
Restore the client database
Clear the data of table as per below:
USE [Your New Database Name]
GO
delete from [dbo].[User]
delete from [dbo].[Access Control]
delete from [dbo].[User Property]
delete from [dbo].[Page Data Personalization]
delete from [dbo].[User Default Style Sheet]
delete from [dbo].[User Metadata]
delete from [dbo].[User Personalization]
After that we have created NAV user using power shell as per below link:
https://microsoft-dynamics-nav.blogspot.com/2017/03/you-do-not-have-access-to-microsoft.html
After all the scenario we are still facing the strange error like:
So, Anyone have any idea about thise above issue?
Thanks In Advance