Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net Sitecore 9.1安装Sitecore安装框架_Asp.net_Powershell_Installation_Sitecore_Sitecore9 - Fatal编程技术网

Asp.net Sitecore 9.1安装Sitecore安装框架

Asp.net Sitecore 9.1安装Sitecore安装框架,asp.net,powershell,installation,sitecore,sitecore9,Asp.net,Powershell,Installation,Sitecore,Sitecore9,我正在尝试在我的电脑上安装Sitecore 9.1进行开发。我遵循了简短的教程,并参考了Sitecore 9.1快速安装指南。Slor的安装似乎没有问题。执行本教程最后一步中的XP0 SingleDeveloper.ps1脚本时发生以下错误。这是此计算机上安装的第一个Sitecore实例 该错误似乎发生在SitecoreInstallFramework\2.0.0\Private\JsonConfiguration.ps1文件中。我多次使用安装模块SitecoreInstallFramewor

我正在尝试在我的电脑上安装Sitecore 9.1进行开发。我遵循了简短的教程,并参考了Sitecore 9.1快速安装指南。Slor的安装似乎没有问题。执行本教程最后一步中的XP0 SingleDeveloper.ps1脚本时发生以下错误。这是此计算机上安装的第一个Sitecore实例


该错误似乎发生在SitecoreInstallFramework\2.0.0\Private\JsonConfiguration.ps1文件中。我多次使用
安装模块SitecoreInstallFramework–Force
&
更新模块SitecoreInstallFramework
powershell命令来确保我的SitecoreInstallFramework是最新的。有没有办法解决这个问题?谢谢。

错误与Identity Server软件包有关,请检查磁盘上是否有$SCInstallRoot中的软件包。 对于9.1内部部署:

Sitecore.IdentityServer 2.0.0版本。*(OnPrem)_identityserver.scwdp.zip

您需要解压缩Sitecore下载以找到WDP和JSON文件

在PowerShell脚本中,检查以下行:

# The path to the Identity Server Package to Deploy.
$IdentityServerPackage = (Get-ChildItem "$SCInstallRoot\Sitecore.IdentityServer 2.0.0 rev. * (OnPrem)_identityserver.scwdp.zip").FullName
确保为WDP文件设置根文件夹,例如C:\ResourceFiles或以下内容:

# The root folder with the license file and WDP files.
$SCInstallRoot = "C:\Sitecore\910"

检查下载后WDP文件是否未被阻止,若要“取消阻止”文件,请在Windows资源管理器中右键单击该文件,从关联菜单中选择“属性”,单击结果对话框右下角的“取消阻止”按钮,然后单击“确定”或“应用”

是否尝试运行9.1的先决条件?