无法将参数绑定到参数“名称”,因为它是一个空字符串

时间:2019-07-05 14:38:34

标签: powershell sitecore

我正在尝试安装Sitecore 9,但收到以下错误:

Install-SitecoreConfiguration : Cannot bind argument to parameter 'Name' because it is an empty string.
At line:30 char:1
+ Install-SitecoreConfiguration @solrParams
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfiguration

[TIME] 00:00:00
Invoke-ManageServiceTask : Cannot bind argument to parameter 'Name' because it is an empty string.
At C:\Program Files\WindowsPowerShell\Modules\SitecoreInstallFramework\2.1.0\Public\Install-SitecoreConfiguration.ps1:641 char:47
+                         & $entry.Task.Command @paramSet | Out-Default
+                                               ~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Invoke-ManageServiceTask], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Invoke-ManageServiceTask

在解决之前,我还有其他一些错误。我正在抓这个。我将其追溯到$entry所在的Install-SitecoreConfiguration文件,但是由于这对我来说是全新的,因此我无法理解我在寻找什么。我之前删除了证书等,因为这会导致另一个错误。

欢迎向我提供更多信息的任何其他问题,现在我不确定还有什么用。我还附了图片。

enter image description here

0 个答案:

没有答案