When installing a clean version of Sitecore 9 (update-1) the following error was thrown by the Sitecore Installation Framework (SIF):
Install-SitecoreConfiguration : Service 'Solr 6.6.2 (solr6.6.2)' cannot be configured due to the following error: The specified service does not exist as an installed service
 |
Sitecore 9 install error in PowerShell |
Looking at my services list, I could see one with the name SOLR 6.6.2:
 |
SOLR Service |
However in a clean PowerShell window, it appears that the command to get the service only works without the space:
 |
Correct name of SOLR service |
Updating my Sitecore 9 install script to use the service name without the space, fixes this error.
No comments:
Post a Comment