TroubleShooting MicroSoft CRM
Installation Errors
• Error :
- Resolution : the installation account needs to be specified during the execution of the setup file. For powershell the -Credential parameter should be included.
start-Process -FilePath "E:\Server\amd64\SetupServer.exe" -ArgumentList "/Q /Config c:\temp\Server.xml /L c:\temp\CRMInstall.Log" -Credential $Using:CRMAdmin -wait
Log Files
During install CRM creates several log files usefull for troubleshooting. Follow this link for more information. •Crmserversetup.log. The file that contains most of the Microsoft Dynamics CRM Server installation or upgrade activity. •Crmsetup.log. The file that contains Setup update (self-healing Setup) activity. •LegacyFeatureCheck.xml. During Microsoft Dynamics CRM Server upgrade, Setup analyzes the deployment for outdated (legacy) customization and extensibility features, such as Microsoft Dynamics CRM 4.0 plug-ins or solutions that use the 2007 web services endpoint. This file contains the results. •SrsDataConnectorSetup.log. The file that contains most of the Microsoft Dynamics CRM Reporting Extensions installation activity.