积极答复者
SharePoint 2013 管理账户密码变更后的一些问题

问题
-
修改SharePoint虚拟机管理账户密码后,发现网页显示有点问题,编辑网页提示“Web 部件维护网页: 如果您有权限,则可以使用此网页临时关闭 Web 部件或删除个人设置。有关详细信息,请与网站管理员联系。”,
此时试了下重建新的web application,提示密码不对还是什么的,无法新建。觉得可能是修改账户密码导致的权限问题,便重装IIS、运行SharePoint配置向导后(此过程中一路next没有做任何修改),发现IIS应用程序池中只有default web site和SharePoint管理中心,但是管理中心的网页也打不开。先是报错HTTP503,修改application pool中的identity admin密码后,报错为HTTP500.
请问各位大牛我现在该怎么办?谢谢!
答案
-
Hi carlvcheng,
这个原因可能是你修改了域的密码,但是没有及时更新到数据库造成的。
打开powershell 做如下操作。
- Set-SPManagedAccount -UseExistingPassword -Identity DOMAINA\SPSAdmin
- Where DOMAINA\SPSAdmin is service account that had it's password changed in the AD
- You will then be prompted for the existing\new password for "DOMAINA\SPSAdmin"
- Run "Repair-SPManagedAccountDeployment" to verify the passwords are now in sync
- Next do an IISRESET command
Thanks,
Jack
Jack Gao
TechNet Community Support- 已标记为答案 Jack-GaoModerator 2013年4月25日 10:03
全部回复
-
Hi carlvcheng,
如果不存在,请你创建一个这样的应用程序池。
第二个,你的IIS 是新建的,一些必要的组件,你是否都安装了。
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ManagementScriptingTools;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;WAS WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation;WCF-NonHTTP-Activation
第三,IIS 里面有个失败请求跟踪。 你可以刷新你的管理中心页面,看看它请求失败的原因是这么,这样才会有利于问题的解决。
Thanks,
Jack
Jack Gao
TechNet Community Support- 已编辑 Jack-GaoModerator 2013年4月15日 6:26
-
再次感谢!
1. 刚才运行了pkgmgr command;
2. added an application pool entitled "SecurityTokenServiceApplicationPool ", 在identity里填入之前的密码时,提示the password is invalid,于是还是填了新密码;
3. IIS-SharePoint Central Admin里没有您上图所示的Failed Request Tracing Rules,右边sidebar里有Configure Failed Request Tracing Route, enable了以后还是没有出现这一条。
-
Hi carlvcheng,
这个原因可能是你修改了域的密码,但是没有及时更新到数据库造成的。
打开powershell 做如下操作。
- Set-SPManagedAccount -UseExistingPassword -Identity DOMAINA\SPSAdmin
- Where DOMAINA\SPSAdmin is service account that had it's password changed in the AD
- You will then be prompted for the existing\new password for "DOMAINA\SPSAdmin"
- Run "Repair-SPManagedAccountDeployment" to verify the passwords are now in sync
- Next do an IISRESET command
Thanks,
Jack
Jack Gao
TechNet Community Support- 已标记为答案 Jack-GaoModerator 2013年4月25日 10:03