错误截图错误日志位置:C:\ProgramFiles\CommonFiles\microsoftshared\WebServerExtensions\15\LOGS主要错误ThecurrentuserisnotanSharePointServerfarmadministrator.处理过程查看了当前User确实不是场管理员,但......
2022-04-11 67 SharePoint ERROR the current user not Server farm 错误
SharePoint 2013爬网报错
An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser.
然后登陆网站,发现在服务器上输入3次用户名密码白页,考虑到本地回环的问题。
参考
https://support.microsoft.com/en-gb/kb/896861
修改禁用了服务器上的本地回环检查,然后发现网站能够打开了
然后,在执行爬网,发现爬网也正常了!
标签: SharePointERRORunrecognizedHTTPresponsewasreceived
相关文章
最近使用SharePoint中,遇到一个需要重命名网站集的需求,主要是网站用数据库备份/还原的方式,想要改网站集的地址,然后搜了一下PowerShell:$site=Get-SPSite-Identityhttp://server/sites/Demo$site.......
2022-04-11 299 SharePoint重命名网站集名称