随笔分类 - SharePoint
摘要:参考文献:1.Backup-SPSite2.Restore-SPSite3.SharePoint 2010 网站集 备份 还原备份如果要备份site collection,那么我们就要使用sharepoint的management shell这个命令行,而不是我们平时使用的cmd。备份使用Backup-SPSite这个命令,具体的参数可以参考文献1。我对自己的site collection的备份命令是:backup-spsite -identity http://spserver -Path c:\backup\a.bak -force还原还原的命令跟备份的命令差不多,我的还原命令是:rest
阅读全文
摘要:参考文献http://nishantrana.wordpress.com/2011/03/14/%E2%80%9Cthe-password-supplied-with-the-username-administrator-was-not-correct-verify-that-it-was-entered-correctly-and-try-again%E2%80%9D-error-while-creating-web-application-in-sharepoint-2010/问题在sharepoint central administration中通过Configuration Wiza
阅读全文
摘要:我本来是想改sharepoint的的URL的,因为URL就是主机名,所以我想改主机名以后是不是就可以自动更改URL了。但是后来发现这个想法是很愚蠢的,也很幼稚。当我更改主机名以后,再去用新的主机名去连接sharepoint站点,出现错误:cannot connect to the configuration database。我就使用sharepoint 2010 product configuration wizard重新配置,首先断开连接,然后connect已有的sharepoint farm,连接到本地数据库服务器,找到sharepoint_config数据库,重新配置成功。这时再去连接
阅读全文
摘要:如果要在windows7下面安装sharepoint的话,那么参考:将Sharepoint Server 2010部署到WINDOWS 7如果是在windows server 2008下安装的话,可以参考:史上最详细SharePoint 2010安装步骤图解新手教程,SharePoint 2010安装配置详解安装sharepoint的先决条件有很多。.net framework 4.0Windows identity foundation,我现在的是x64的6.1版本Chart ControlFilter Pack,在这在安装文件中有,如我的就放在SharePoint_Server_2010\
阅读全文
摘要:参考文献http://blogs.msdn.com/b/ericwhite/archive/2010/06/11/access-denied-by-business-data-connectivity.aspxhttp://social.technet.microsoft.com/Forums/en/sharepoint2010customization/thread/2a64ce83-ecf5-4f43-a46d-a6c3598df8cchttp://zimmergren.net/technical/access-denied-by-business-data-connectivity-so
阅读全文
摘要:在http://www.microsoft.com/en-us/download/details.aspx?id=17215找到了10 个 SharePoint 2010开发手册,里面有许多案例可以参考,但是刚开始的时候按照教程来做怎么都无法编译。后来才知道这个教程由前序步骤,也就是要在sharepoint站点上创建Projects和Employees这两个custom list。具体的创建方法可以使用代码来完成。我们下载到SharePoint2010_Developer_HandsOnLabs_April2010.zip以后,在SharePoint2010_Developer_HandsOn
阅读全文
摘要:参考文献:http://sensoft2000-sharepoint.blogspot.com/2010/06/exception-of-type-microsoftsharepointup.htmlhttp://msdn.microsoft.com/en-us/library/ee554869.aspx错误:配置sharepoint2010的时候,出现如下错误:Failed to create the configuration database.An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was
阅读全文
摘要:参考文献:http://sensoft2000-sharepoint.blogspot.com/2010/06/could-not-load-file-or-assembly.html错误:在配置share point 2010的时候出现如下错误:Failed to create the configuration database.An exception of type System.IO.FileNotFoundException was thrown. Additional exception information: Could not load file or assembly .
阅读全文
摘要:要使用sharepoint开发一个项目,下载sharepoint server 2010并安装,我的开发环境是win 7(x64),因此需要进行特定的设置才可以安装,可以参考将Sharepoint Server 2010部署到WINDOWS 7,而更加具体的sharepoint安装,包括数据库连接配置可以参考SharePoint 2010安装配置详解。 参考上述文章进行安装都很顺利,但是在最后进行配置的时候出现错误,错误内容如下:Failed to create a database.An exception of type System.Data.SqlClient.SqlExcept...
阅读全文