随笔分类 -  sharepoint2013

摘要:1. 安装过程合理: A. 可以同时在管理中心、两台前端、搜索服务器上安装重新发布的SP1补丁包(所提供的链接) B. 等待所有SP1补丁包安装完成,依次在管理中心、两台前端、搜索服务器上运行配置向导. C. 可以同时在管理中心、两台前端、搜索服务器上安装April 2015 CU补丁包 D. 等待... 阅读全文
posted @ 2015-05-05 13:47 Jason.Bird 阅读(362) 评论(0) 推荐(0)
摘要:1. 安装过程合理: A. 可以同时在管理中心、两台前端、搜索服务器上安装重新发布的SP1补丁包(所提供的链接) B. 等待所有SP1补丁包安装完成,依次在管理中心、两台前端、搜索服务器上运行配置向导. C. 可以同时在管理中心、两台前端、搜索服务器上安装April 2015 CU补丁包 D. 等待... 阅读全文
posted @ 2015-04-28 13:51 Jason.Bird 阅读(579) 评论(0) 推荐(0)
摘要:#检查版本:# PowerShell script to display SharePoint products from the registry.Param( # decide on whether all the sub-components belonging to the product... 阅读全文
posted @ 2015-04-24 10:38 Jason.Bird 阅读(700) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-04-20 21:35 Jason.Bird 阅读(416) 评论(0) 推荐(0)
摘要:Add-PSSnapin microsoft.sharepoint.powershell$SSA = Get-SPEnterpriseSearchServiceApplication$SPContentSources = $SSA | Get-SPEnterpriseSearchCrawlConte... 阅读全文
posted @ 2015-03-20 09:44 Jason.Bird 阅读(144) 评论(0) 推荐(0)
摘要:http://www.tuicool.com/articles/qeIFNf 阅读全文
posted @ 2015-03-11 15:32 Jason.Bird 阅读(104) 评论(0) 推荐(0)
摘要:http://blog.lekman.com/2012/11/sharepoint-2013-sideloading-of-apps-is.htmlSolution: You need to enable the Sideloading feature on the site.1. Download... 阅读全文
posted @ 2015-03-04 10:28 Jason.Bird 阅读(354) 评论(0) 推荐(0)
摘要:这个问题现在有了一些新的发现。首先,我找到了重现客户那里出现的那个复杂SQL语句的方法。这个现象其实是这样的:当WebApplication的“List View Threshold” 数量大于 文档库中文件个数的时候,如果是非管理员的用户打开文档库,就会出现那样的SQL语句。当“List View... 阅读全文
posted @ 2015-01-28 20:37 Jason.Bird 阅读(1412) 评论(0) 推荐(0)
摘要:计划:====1. 调整SharePoint以及SQL端的网卡设置, 注意修改这些属性可能会导致网络暂时中断,但会很快恢复,不需要重启服务器.A. 以管理员权限运行CMDB. 关闭烟囱卸载状态: netsh int tcp set global chimney=disabled 确认已经关闭: ne... 阅读全文
posted @ 2014-11-14 10:43 Jason.Bird 阅读(301) 评论(0) 推荐(0)
摘要:sharepoint site performance 阅读全文
posted @ 2014-10-22 23:23 Jason.Bird 阅读(247) 评论(0) 推荐(0)
摘要:http://technet.microsoft.com/en-us/sysinternals/dd996900.aspxprocdump -ma -c 60 -s 10 -n 3 阅读全文
posted @ 2014-10-21 12:48 Jason.Bird 阅读(765) 评论(0) 推荐(0)
摘要:https://gallery.technet.microsoft.com/office/Move-SharePoint-2013-242869e2 阅读全文
posted @ 2014-10-15 16:02 Jason.Bird 阅读(288) 评论(0) 推荐(0)
摘要:C:\Windows\system32>cd /d d:\PSSDIAG\pssd_2k12_x64d:\PSSDIAG\pssd_2k12_x64>pssdiag.cmd2014/10/14 17:38:27.86 SQLDIAG Collection started. Press Ctrl+C ... 阅读全文
posted @ 2014-10-14 18:08 Jason.Bird 阅读(149) 评论(0) 推荐(0)
摘要:- all features were running on sitecollection level and at site levelBut here is the solution, i do not why it worked but it did work.Although you can... 阅读全文
posted @ 2014-10-13 11:44 Jason.Bird 阅读(250) 评论(0) 推荐(0)
摘要:first download the debugger tools "rtools_setup_x64"start C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\Remote Debugger\x64 and runthe "ms... 阅读全文
posted @ 2014-10-09 02:01 Jason.Bird 阅读(575) 评论(0) 推荐(0)
摘要:stsadm -o setproperty -pn developer-dashboard -pv on 阅读全文
posted @ 2014-10-08 14:53 Jason.Bird 阅读(149) 评论(0) 推荐(0)
摘要:解决办法:跟服务器有关,需要再每台服务器进行以下配置New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword下面是有关... 阅读全文
posted @ 2014-09-28 19:34 Jason.Bird 阅读(618) 评论(0) 推荐(0)
摘要:This hotfix makes a new application setting available in ASP.NET 2.0. The new application setting is 'aspnet:AllowAnonymousImpersonation'. You can ena... 阅读全文
posted @ 2014-09-23 13:25 Jason.Bird 阅读(481) 评论(0) 推荐(0)
摘要:需要注意的是:再使用ListQueryWebPart部件时,默认查看的list列表会出现乱码的情况,需要开启服务器呈现模式,如图:特此记录一下 阅读全文
posted @ 2014-08-28 15:20 Jason.Bird 阅读(351) 评论(0) 推荐(0)
摘要:123 Completed Completed可以参阅:http://www.cnblogs.com/ceci/archive/2009/03/31/1425908.html 阅读全文
posted @ 2014-08-15 14:46 Jason.Bird 阅读(162) 评论(0) 推荐(0)