【问题标题】:Without domain how to install sharepoint 2016 in windows server 2012 R2没有域如何在 windows server 2012 R2 中安装 sharepoint 2016
【发布时间】:2018-07-13 15:44:25
【问题描述】:

我是sharepoint的新手,在没有域的情况下卡在sharepoint安装过程中。我的电脑在工作组中,所以我使用下面的脚本来创建数据库,但它显示错误。需要帮助如何解决这个脚本错误。

脚本

New-SPConfigurationDatabase –DatabaseName SharePoint16_Config –DatabaseServer TEST_SERVER\MSSQLSERVER2014 –AdministrationContentDatabaseName SharePoint16_Content –Passphrase (ConvertTo-SecureString 786@r!5t0c## –AsPlaintext –Force) –FarmCredentials (Get-Credential) -localserverrole SingleServerFarm

脚本错误

我该怎么办?如何解决这个脚本错误?

【问题讨论】:

    标签: sharepoint sharepoint-2010 sharepoint-2013


    【解决方案1】:

    你必须输入这个命令:

    psconfig.exe -cmd configdb -create -server sp2016-local -database SharePoint_Config -user Administrator -password YOUR password !! -passphrase P@ssw0rd -admincontentdatabase SharePoint_AdminContent -localserverrole SingleServerFarm

    enter image description here

    之后你应该有这样的: enter image description here

    您现在可以使用服务器的开始屏幕,键入“SharePoint”以找到 SharePoint 产品向导并启动它。向导检测到我们刚刚创建的农场。 enter image description here

    如果您仔细按照本教程操作并像我一样命名计算机,那么您的命令行和我的命令行之间的唯一区别是管理员帐户密码。如果您的服务器名称不同,您还必须更新服务器名称。

    【讨论】:

      【解决方案2】:

      您可以在博文中看到,不支持在具有 Workgroup 且没有 Active Directory 的环境中安装 SharePoint 2016:

      What’s new in SharePoint Server 2016 Installation and Deployment

      【讨论】:

        【解决方案3】:

        尝试在您的情况下以MachineName\UserName 格式指定用户名TEST_SERVER\Administrator

        【讨论】:

          猜你喜欢
          • 2014-01-11
          • 2016-08-01
          • 1970-01-01
          • 1970-01-01
          • 2015-11-21
          • 2018-09-15
          • 2016-10-24
          • 1970-01-01
          • 2015-10-29
          相关资源
          最近更新 更多