Configuring My Site in SharePoint 2010】的更多相关文章

Configuring the User Profile Service in SharePoint 2010 http://sharepointgeorge.com/2010/configuring-the-user-profile-service-in-sharepoint-2010/ Configuring My Site in SharePoint 2010 http://sharepointgeorge.com/2010/configuring-my-site-sharepoint-2…
When you upgrade to Microsoft SharePoint Server 2010, some of the new SharePoint Enterprise Search Web Parts are missing from the Web Part gallery for upgraded site collections. The following are the missing Web Parts: Refinement Panel Related Querie…
在SharePoint 2010中可以使用Management Shell 为新建的Site Collection 创建自己的DB. 在 Shell中执行如下命令: 1. $w = get-spwebapplication  http://yoursite     (yoursite为你所要新建的SiteCollection 所在WebApplication中的SiteCollection) 2. New-SPContentDatabase "Your DB Name" -Databa…
from:http://blogs.msdn.com/b/ericwhite/archive/2010/04/28/searching-external-data-in-sharepoint-2010-using-business-connectivity-services.aspx Business Connectivity Services (BCS) are a set of services and features that provide a way to connect Share…
http://social.technet.microsoft.com/wiki/contents/articles/7926.sharepoint-2010-tips-for-dealing-with-performance-issues.aspx http://www.aptimize.com/upload/docs/sharepoint-performance-optimization-10-steps.pdf How to tune SharePoint 2010 Server for…
[转]http://nikcharlebois.com/upgrade-from-sharepoint-2010-to-sharepoint-2016/ In this blog, I will go through the process of upgrading your existing SharePoint 2010 farm to SharePoint 2016. Just like it has been the case with the last 3 product releas…
首先,去SharePoint 2010的数据库服务器上,找到站点的数据库,备份.还原到SharePoint 2013环境中: 如果不知道数据库服务器是哪台,可以通过服务器场上的服务器查看: 如果不知道是哪个数据库的话,可以到管理内容数据库查看: 备份SharePoint 2010站点的内容数据库,还原到SharePoint 2013站点上(数据库备份还原,此步略): 然后新建一个web应用程序,删掉默认的内容数据库,附加这个还原过来的内容数据库(比较简单,此步略): 但是附加的时候,发现报错,如…
1.代码调试确定进程cd c:\windows\system32\inetsrvappcmd list wppause注:保存成批处理文件,查看进程.bat,用的时候双击即可 2.类似列表新建打开方式的弹出脚本<script type="text/javascript">function OpenFrameDialog(){ var options =SP.UI.$create_DialogOptions(); options.url="http://www.ba…
问题: Shareoint 2010 列表工作流启动时,显示“处理表单时出现严重错误”. Error Message-1: Object doesn't support property or method 'addeventlistener'   Error Message-2: There has been a critical error while processing the form. Troubleshooting 1.   Check in different machine t…
[http://gokanx.wordpress.com/2013/06/15/how-does-web-analytics-works-under-sharepoint-2010/] You need to plan before you configure Web Analytics Service Application for SharePoint. Why? The reason is simple, and Joel Oleson explains the reasons on th…