RE: Issue with Installation of Dynamics CRM 365 OnPremise on SQl Server Cluster
Hi Kishore,
Please check the network connectivity issues between both servers (CRM & SQL).
If there were no network problems, 1. added the IgnoreChecks subkey on CRM registry, to allow to proceed after verifying the issue on the system checks wizard:
1) In the registry, locate the following subkey: “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM”.
2) Right-click MSCRM, point to New, click DWORD Value, and then type IgnoreChecks. Double-click IgnoreChecks, and then type 1 in the Value data field.
2. After while proceeding with the configuration we have faced the following error:
Error message:
microsoft.crm.setup.server.grantaspnetserviceaccountaccessaction failed the parameter is incorrect.
It was solved by removing a unknown account from the AD’s OU.
3. In the end the CRM was able to install although without creating an organization. It was providing the following error:
11:05:40| Info| Attempting to copy database file:PathSource=C:\Program Files\Dynamics 365\LangPacks\1033\Xrm\sql\9,DbFileName=msxrm9.mdf,m_isBuildDb=False,m_sqlServerName=V-HO-CRMRDBU-01,DbFilesPath=D:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\,DBName=AAIBDev_MSCRM.mdf
11:05:40| Info| CrmAction execution time; CreateDatabaseAction; 00:00:00.3269529
11:05:40| Error| Installer Complete: OrganizationCreator - Error encountered
11:05:41| Error| Exception occurred during Microsoft.Crm.Tools.Admin.OrganizationCreator: Error.ActionFailed Microsoft.Crm.Tools.Admin.CreateDatabaseAction
InnerException:
System.IO.IOException: The specified network name is no longer available.
We fixed this issue by enabling SMBv2 on the database by performing the following command on Powershell with elevated permissions: Set-SmbServerConfiguration -EnableSMB2Protocol $true
Best Regards,
Sayen Zhang