随笔分类 -  SPS 2010

关于SharePoint 2010的一些信息和记录
如何对SharePoint里OOB的JavaScript文件进行Debug 之二
摘要:上一篇文章如何对SharePoint里OOB的JavaScript文件进行Debug 之一?里我们解决了加载debug版的javascript的问题,这里我们将对Ribbon做进一步的研究。 SharePoint 2010的路径C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\G... 阅读全文

posted @ 2012-01-26 17:44 中道学友 阅读(369) 评论(0) 推荐(0) 编辑

Service Object Model
摘要:下图展示了SharePoint 2010的Service Application框架里主要的类之间的关系。实箭头从parent类型指向child类型, 这里的child类型被保存在parent类型的一个集合型属性中。点箭头意思是SPServiceInstance类型代表着一个运行着的进程,该进程属于场范围内的由SPService类代表的服务。 SPFarm代表着一个服务器场。它是配置等... 阅读全文

posted @ 2012-01-25 17:17 中道学友 阅读(553) 评论(0) 推荐(0) 编辑

MSDN文章纠错-Automating Microsoft SharePoint 2010 with Windows PowerShell 2.0 (book excerpt)
摘要:笔者经过实践, 发现文章Automating Microsoft SharePoint 2010 with Windows PowerShell 2.0 (book excerpt)中的Power Shell有错误. 第一个错误 ======================================= 文章错误部分截图: 错误信息: PS C:\Users... 阅读全文

posted @ 2012-01-24 14:32 中道学友 阅读(279) 评论(0) 推荐(0) 编辑

如何对SharePoint里OOB的JavaScript文件进行Debug 之一
摘要:使用一篇文章的做法,开始了对SharePoint JavaScript的debugging,发现VS2010中打开的JavaScript都挤在一起,非常难以阅读和debug。笔者记得14 hive\layouts文件夹下有debug版的JavaScript的。却不知道如何使用它们。经过研究,发现MSDN上文章的对这个问题进行了描述,摘抄如下。 SharePoint Foundation also installs unminified, debug versions of the .js files in the same directory, for example, SP.debug... 阅读全文

posted @ 2012-01-20 17:22 中道学友 阅读(749) 评论(1) 推荐(0) 编辑

创建web application在WFE上IIS site却没有自动创建出来
摘要:问题描述 =================== 一个SharePoint 2010服务器场内有多台前端服务器,在管理中心服务器上创建了新的web application后,有的前端上IIS站点没有被创建出来。 排查错误 =================== 查看ULS log,可以发现下面的条目。 The Execute method of job definition... 阅读全文

posted @ 2012-01-19 10:24 中道学友 阅读(690) 评论(0) 推荐(0) 编辑

Multi-tenancy of SharePoint 2010 基础
摘要:什么是Multi-tenancy==========================Microsoft® SharePoint® Server 2010 has the capability to isolate and separate data from different Web sites while sharing service application resources across these same sites. This capability is called multi-tenancy. Multi-tenancy of services crea 阅读全文

posted @ 2012-01-05 10:51 中道学友 阅读(937) 评论(0) 推荐(0) 编辑

UPA Sync Service启动之后立即自动停止
摘要:通过查看ULS日志, 可以发现下面的记录 ILM Configuration: The ValidateMiisEncryptionKey process returned True. Synchronization database was not previously initialized. Exporting the encryption key from the regi... 阅读全文

posted @ 2011-11-29 16:55 中道学友 阅读(757) 评论(0) 推荐(0) 编辑

SharePoint 2010服务器场的防火墙需要开放哪些端口?
摘要:具体就不在这里鹦鹉学舌了, 请参考下面的文章. Plan security hardening (SharePoint Server 2010) http://technet.microsoft.com/en-us/library/cc262849.aspx SharePoint 2007 and 2010 Farm ports – configuring firewall htt... 阅读全文

posted @ 2011-11-28 10:13 中道学友 阅读(819) 评论(0) 推荐(0) 编辑

配置SharePoint 2010的User Profile Synchronization连接到第三方的LDAP服务
摘要:SUN LDAP http://support.microsoft.com/kb/2290443 Novell eDirectory http://www.harbar.net/articles/sp2010upsedir.aspx 针对Novell eDirectory, 这里在贴出一段用与在管理中心站点的web.config片段. <add name="LdapMember"... 阅读全文

posted @ 2011-11-28 08:14 中道学友 阅读(652) 评论(0) 推荐(0) 编辑

SharePoint 2010 Search 架构 - 已完工
摘要:基本知识===============Search 再也不是依赖于SSP了. 默认情况下, Search功能现在由Search Service Application, Search Application Proxy, Web services, Search Service Instance, 还有一下的SQL数据库组成: Search Service Application DB Search Service Application Crawl Store DB Search Service Application Property Store DB 创建Search Ser... 阅读全文

posted @ 2011-11-14 20:38 中道学友 阅读(1859) 评论(0) 推荐(1) 编辑

请不要修改FIM的配置, 否则SharePoint的User Profile无法获得微软支持
摘要:Officially speaking, we do not support customer manually modify any settings in FIM, all the settings should be done from SharePoint Central Admin. Here is the KB article stating this: http://s... 阅读全文

posted @ 2011-11-07 15:23 中道学友 阅读(278) 评论(0) 推荐(0) 编辑

记一个调用_vti_bin/copy.asmx拷贝文件的代码例子
摘要:本例子已经博主测试通过. 注意这里的过认证的部分. 注意这里对CopyIntoItems方法的调用. 在Visual Studio 2010中添加Web Service的方法 代码如下 using System;using System.Collections.Generic;using System.Linq;using System.Text;nam... 阅读全文

posted @ 2011-11-04 17:35 中道学友 阅读(1058) 评论(0) 推荐(0) 编辑

SharePoint 2010 OOB Workflow无法启动?
摘要:请检查名为OffWFCommon的feature是否已经被activated. 如果没有, 那么就请运行如下的命令: stsadm -o activatefeature -url http://sharepointsite -force -name OffWFCommon 参考资料 ================= Custom workflow does not sta... 阅读全文

posted @ 2011-11-02 09:52 中道学友 阅读(265) 评论(0) 推荐(0) 编辑

经典的SharePoint 2010升级中的多核CPU冲突问题
摘要:问题描述 ================ 升级SharePoint 2010的时候, 在跑向导(configuration wizard)的时候, 在第八或第九步失败, 在upgrade.log中, 可以发现如下报错: 06/30/2011 14:39:51 8 ERR Exception: Microsoft.SharePoint.Administrati... 阅读全文

posted @ 2011-10-31 10:39 中道学友 阅读(690) 评论(0) 推荐(0) 编辑

怎样才能比较方便地查看PowerShell里返回回来的对象的每个成员及它们的值呢?
摘要:一个SharePoint 2010的People Picker无法查询到用户的问题, 抓NetMon包看, 里面根本连LDAP的query都没有发出去. 该问题我的同事和我做了三天, 都没有解决. 最后Nick登场, 潇洒一挥, 问题解决. 技巧就是这里将要分享给大家的把某个对象的所有的field写到一个XML中, 再仔细查看, 就能看到引发问题的数据field了.命令举例在结果XML中, 仔细查看ActiveDirectoryCustomFilter这个属性, 如果有什么乱七八糟的东西, 记得要通过PowerShell将之清空(即默认状态).记得修改完web application对象... 阅读全文

posted @ 2011-10-27 17:09 中道学友 阅读(1408) 评论(0) 推荐(0) 编辑

SharePoint 2010 Crawl Component Stuck in “Recovering” status
摘要:有一次, 遇到SharePoint 2010的search application中的crawl component卡在了Recovering状态, 怎么都恢复不过来. 由于这个问题, 一爬网就卡在starting 状态, 想停就卡在stopping状态. 解决方案 ============ 在同一台机器上再建一个crawl component, 这样两个组件的状态就都恢复正常了. ... 阅读全文

posted @ 2011-10-25 10:20 中道学友 阅读(670) 评论(0) 推荐(0) 编辑

如何打开证书控制台
摘要:大家可能知道, 直接在开始菜单中运行certmgr.msc, 就可以打开证书控制台. 但是请注意, 这样打开的仅仅是current user的证书控制台. 因为一次做一个问题, 忽略了证书控制台的其他种类, 导致花费了一点时间才找到有问题的证书. 其实, 除了current user的证书控制台, 还有另外的证书控制台的: My user account Servi... 阅读全文

posted @ 2011-10-25 10:08 中道学友 阅读(5521) 评论(0) 推荐(0) 编辑

SharePoint 2010开发人员需要注意的在安全方面的最佳实践
摘要:对于SharePoint开发人员来说, 这篇文章应该也算是必读了吧, 呵呵. ===================== Security Best Practices for Developers in SharePoint 2010 http://msdn.microsoft.com/en-us/library/gg552614.aspx More information =... 阅读全文

posted @ 2011-10-20 16:21 中道学友 阅读(226) 评论(0) 推荐(0) 编辑

从MOSS2007升级到SharePoint2010后Report Server content types升级失败
摘要:我的一个客户遇到了这样一个问题. 把MOSS2007的content DB挂到SharePoint 2010的场中之后, 发现某站点里的下面几个content type显示不正常. 并且这几个content type导致该站点生成的模板无法被用来创建新的其他站点. SharePoint 2010 里content type显示为 $Resources:ReportServerContentTypeGroup; $Resources:DataSourceContentTypeName; $Resources:ReportBuilder... 阅读全文

posted @ 2011-10-20 16:16 中道学友 阅读(379) 评论(0) 推荐(0) 编辑

SharePoint Security系列 之二 Cross-Site Request Forgery
摘要:什么是Cross-Site Request Forgery ============================= Cross-Site Request Forgery(CSRF or XSRF)是一种欺骗受害者的浏览器, 使之代表受害者履行他所不希望做的动作. 比如说, 这种攻击可以导致转账, 修改密码, 或者购买物品. 对于绝大多数的站点而言, 进行这种动作的时候, 浏览器会自动地带上... 阅读全文

posted @ 2011-10-18 11:58 中道学友 阅读(407) 评论(0) 推荐(0) 编辑

导航

技术追求准确,态度积极向上