SPS无法创建门户网站,日志中显示“没有找到 Windows NT 用户或组” 的解决办法
测试搭测环境时遇到到。以前没有碰到过,记录下解决过程:) Friday, 14 October 2005 22:33:48 Log file opened. 问题出现在“没有找到 Windows NT 用户或组 ’silan.local\administrator’。请再次检查该名称。没有找到 Windows NT 用户或组 ’silan.local\administrator’。请再次检查该名称。 ” 问题解决方法: 打开 IIS ,转到指定网站,右键单击,选择属性,主目录,应用程序池,看到应用程序池的名称后转到对应应用程序池,右键单击,选择属性,标识,预定义帐户,选择“本地系统”,然后再创建门户网站。
(从网上查到的)
现象:
通过SharePoint管理工具创建“门户网站”时,总是到中间就报错,
日志如下:
22:33:48 Starting portal creation for ‘SPS’.
22:33:49 Enter PortalInstaller.Install
22:33:49 Beginning Microsoft.SharePoint.Portal.Install.c installer (Progress: 0)
22:33:49 Retrieving identity for application pool ‘MSSharePointPortalAppPool’.
22:33:49 Application pool identity is ’silan.local\administrator’.
22:33:49 Application pool name is ‘MSSharePointPortalAppPool’.
22:33:49 Site database server is ‘TEST’.
22:33:49 Service database server is ‘TEST’.
22:33:49 Unique database root name is ‘SPS2′.
22:33:49 Enter CreateTeamSite
22:33:49 Virtual server Uri is ‘http://test/’
22:33:49 Creating SPGlobalAdmin object.
22:33:49 Opening virtual server.
22:33:49 Checking virtual server state.
22:33:49 Virtual server needs extend.
22:33:49 Extending virtual server ‘http://test/’ using existing AppPool ‘MSSharePointPortalAppPool’…
22:33:54 Virtual server extended.
22:33:54 Creating quota template for personal sites…
22:33:54 Quota template for personal sites created.
22:34:46 Enabling self-service site creation…
22:34:46 Self-service site creation enabled.
22:34:46 Exit CreateTeamSite
22:34:46 Enter CreatePortalSite
22:34:46 Looking up team site ID ‘b0ed3daf-d068-4941-8244-15428599cfec’ in configuration database.
22:34:47 Updating site warning and maximum counts for portal site database… (165f42af-4398-4090-8a10-8dc0c32d620c)
22:34:47 Looking up virtual server ID ‘b39984b0-714f-46d3-820b-41aeb905d32b’ in configuration database.
22:34:47 Creating profile database ‘SPS2_PROF’ on server ‘TEST’.
22:34:50 Adding portal writer database role.
22:34:50 Granting dbo access to profile database for user ’silan.local\administrator’.
22:34:50 Failed to create portal successfully SPS
22:34:50 Begin rollback operation for portal ‘SPS’
22:34:50 Enter PortalInstaller.Rollback
22:34:50 Enter UnextendVirtualServer
22:34:50 Unextending virtual server ‘http://test/’ . (b39984b0-714f-46d3-820b-41aeb905d32b)
22:34:54 Exit UnextendVirtualServer
22:34:54 Exit PortalInstaller.Rollback
22:34:54 Portal creation job exception. (status=PortalAdminJobStatusFailed) System.Data.SqlClient.SqlException: 没有找到 Windows NT 用户或组 ’silan.local\administrator’。请再次检查该名称。没有找到 Windows NT 用户或组 ’silan.local\administrator’。请再次检查该名称。 at Microsoft.SharePoint.Portal.Data.a.c(SqlCommand A_0, Boolean A_1) at Microsoft.SharePoint.Portal.Data.a.c(SqlCommand A_0, Boolean A_1) at Microsoft.SharePoint.Portal.Data.a.b(SqlCommand A_0) at Microsoft.SharePoint.Portal.Data.a.b(SqlCommand A_0) at Microsoft.SharePoint.Portal.Topology.Database.b(a A_0, String A_1, String A_2) at Microsoft.SharePoint.Portal.Install.c.a(j A_0, Uri A_1, Guid A_2, String A_3, DatabaseService A_4, String A_5, String A_6) at Microsoft.SharePoint.Portal.Install.c.a(IDictionary A_0) at System.Configuration.Install.Installer.Install(IDictionary stateSaver) at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)
22:34:54 Failed to create portal successfully SPS
22:34:54 Portal creation complete. (Status: PortalAdminJobStatusFailed)
将IIS虚拟站点对应的Application Pool的运行账号改为Local System。


