SharePoint debug
文章平均质量分 58
计算机器
SharePoint/Office365解决方案架构师,十年SharePoint开发与支持经验,微软SharePoint方向MCP。SharePoint Framework/Power Platform爱好者,Azure开发。英文流利,两次带领团队参加微软ignite大会。
展开
-
[Debug - SharePoint] Sys.InvalidOperationException: Object xxx already exists and is not a namespace
今天突然在浏览器中发现了这个js错误“Sys.InvalidOperationException: Object xxx already exist and is not a namespace”, 导致一个Ribbon Button不工作了。非常奇怪,之前还是正常的,今天就出错了。然后发现这个错误是在一个嵌入的脚本中抛出的,这个脚本就是著名的“MicrosoftAjax.js”,但是奇怪的是原创 2013-05-30 10:44:12 · 1274 阅读 · 0 评论 -
SharePoint 2010的一个bug (April CU 2014)
今天发现了SharePoint2010的一个bug,实在原创 2014-09-22 02:13:41 · 917 阅读 · 0 评论 -
SharePoint debug : launchPoint given is already associated with a callout
今天在写SharePoint callout的时候,发现浏览器报了一个错误:calloutManager: launchPoint given is already associated with a callout应该是我t原创 2014-10-25 00:23:01 · 1626 阅读 · 0 评论 -
在SharePoint2010中创建列表出错
本机安装了silverlight,在创建列表的时候出了一个错误“”原创 2014-09-30 07:38:40 · 848 阅读 · 0 评论 -
worflowProperties.Item空值的问题
今天发现在工作流执行过程中,workflowProperties.Item树形竟然是null,原创 2014-11-25 16:26:21 · 715 阅读 · 0 评论 -
SharePoint debug - Unhandled exception was thrown by the sandboxed code ...
今天打算使用Microsoft Dynamics CRM list component for Microsoft SharePoint Server 2013原创 2014-11-12 01:39:09 · 1416 阅读 · 0 评论 -
SharePoint Debug - This file is not a valid presentation file or contains multiple slides...
今天发现在slide文档库中保存数据的时候,出现了一个错误:这是因为slide文档库比较特殊,只能保存特定类型的文件经过尝试,发现可以保存jpg格式的文件,所以可以把数据保存为jpg格式就可以解决这个问题了。原创 2014-12-01 16:33:01 · 1602 阅读 · 0 评论 -
SharePoint Debug - The file xxx has been modified by xxx on...
SharePoint Debug - The file xxx has been modified by xxx on...原创 2015-01-28 15:51:22 · 1486 阅读 · 0 评论 -
SharePoint Log - [MissingFeature] Database [SharePoint_Content] has reference(s) to a missing
[MissingFeature] Database [SharePoint_Content_Portal] has reference(s) to a missing feature: Id = [...], Name = [My Feature], Description = [], Install Location = [Test-MyFeature]. The feature with Id ... is referenced in the database [SharePoint_Content_P翻译 2015-01-13 09:14:18 · 868 阅读 · 0 评论 -
SharePoint Debug - SharePoint timer job 发送重复邮件
SharePoint环境是这样的,有两个前段服务器,采用负载均衡技术。Farm中有两个web application。我自定义了一个timer job,定时发送邮件给SharePoint用户,但是有的用户却经常收到重复的邮件,内容一模一样,发送时间前后相差无几。为了解决问题,首先需要判断到底是是SharePoint发送了重复的邮件,还是邮件服务器发送了重复的邮件。于是我拿到重复的两封邮件,使用原创 2014-12-08 16:09:01 · 1019 阅读 · 0 评论 -
SharePoint debug - "The Business Data Connectivity Metadata Store is currently unavailable"
今天打算使用SharePoint designer自定义一个external content type,从SQL Server数据库中读取数据,但是SharePoint designer提示错误:“The Business Data Connectivity Metadata Store is currently unavailable”。我的环境是SharePoint 2013,Sh原创 2014-12-10 10:10:06 · 1209 阅读 · 0 评论 -
SharePoint debug - Unable to render the data. If the problem persists, contact your web server admin
使用SharePoint Designer创建了一个外部内容类型external content type,连接SQL Server数据库中的一个表。原创 2014-12-10 20:58:17 · 1823 阅读 · 0 评论 -
使用PowerShell更新RootFolder的Properties属性
Exception calling "Update" with "0" argument(s): "Only String, INT, and DateTime datetypes can be used as the value in Properties.原创 2015-03-06 10:38:11 · 1026 阅读 · 0 评论 -
SharePoint debug - "User or Domain Group Not Found"
当一个用户在SharePoint 2013环境中,试图创建一个document set的时候,出现如下错误信息:翻译 2015-04-13 14:00:21 · 993 阅读 · 0 评论 -
运行SharePoint配置向导出错的一个解决办法
有很多原因导致运行配置向导失败,翻译 2014-09-09 02:41:30 · 2963 阅读 · 0 评论 -
Farm升级时遇到的错误和解决办法
为了测试一个问题,今天jiang原创 2014-07-23 17:47:42 · 1047 阅读 · 0 评论 -
使用SharePoint PowerShell 找出 In Progress 状态的Item
今天在SharePoint 2013中发现了一个奇怪的现象,在一个列表"List Test"中运行着一个名字叫"Workflow Test"的工作流,我查了一下,在列表中,所有的item的工作流的状态只有两种,一个是空的,说明这个item上没有运行这个工作流,另一个是completed状态,并没有in progress的,但是在list的workflow settings里,却显示有8个in pr原创 2013-07-11 06:25:50 · 942 阅读 · 0 评论 -
将SharePoint 2010的workflow custom activity升级到SharePoint 2013遇到的问题
前几天需要升级一个自定义的workflow activity,从支持SharePoint 2010的版本,升级到支持SharePoint 2013。 Branch代码出来之后,在VS工程中直接升级,之后编译,部署一切都很顺利,但是在测试的时候出现问题了。 问题是这样的:打开SharePoint Designer 2013,新建一个workflow,在workflow里使用自定义的翻译 2013-07-14 03:06:17 · 1371 阅读 · 0 评论 -
SharePoint Log分析 —— HRESULT: 0x8007007E
今天遇到了这样一个严重的log信息:The Execute method of job definition "SPSolutionDeploymentJobDefinition" (id "xxx") threw an exception. The specified module could not be found. (Exception from HRESULT: 0x8007007E),原创 2013-07-17 00:21:42 · 1323 阅读 · 0 评论 -
无法使用datasheet view的解决办法
在打开一个列表的datasheet view的时候,弹出下面的错误信息(The list cannot be displayed in DataSheet view...):解决办法是在客户端的机器上安装Microsoft Access Database Engine 2007.这种情况通常发生在客户端的机器上安装了Office 2010或者2013上,Office 2010和20原创 2014-02-07 16:57:11 · 2218 阅读 · 0 评论 -
SharePoint Log 分析 - “Exception calling "Update" with "0" argument(s): "Save Conflict...
Exception calling "Update" with "0" argument(s): "Save Conflict.Your changes conflict with those made concurrently by another user. If you want your changes to be applied, click Backin your Web br原创 2014-02-11 09:44:33 · 1763 阅读 · 0 评论 -
SharePoint Log - "The remote server returned an error: (409) Conflict."
ClientContext ctx = new ClientContext(this.Web.Url); Stream fileBytes = new MemoryStream(file.OpenBinary()); string s = string.Format("/{0}", newUrl.T原创 2014-02-13 14:01:06 · 3439 阅读 · 0 评论 -
使用GetItemById出错“Detected use of SPRequest for previously closed SPWeb object.”
这个log错误信息又出现了:“Detected use of SPRequest for previously closed SPWeb object.”。这次是在GetItemById这个方法中抛出的,很奇怪为什么这个方法会使用web。查看了一下代码才知道,这个方法确实用到了list的web属性。GetItemById方法在获取item的步骤是1.使用Query查询,通过传入的item的原创 2014-02-14 11:50:58 · 1602 阅读 · 0 评论 -
SharePoint log 分析- 0x80010102
今天在log中发现了这样一个错误信息:0x80010102at Microsoft.SharePoint.Library.SPRequestInternalClass.SetVar(String bstrUrl, String bstrName, String bstrValue)at Microsoft.SharePoint.Library.SPRequest.SetVar(St原创 2014-02-18 18:14:45 · 1328 阅读 · 0 评论 -
SharePoint debug - Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was throw
今天在一个新的SharePonit开发环境上执行代码出错,错误信息是“Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.”。这段代码是很普通的调用SharePoint web service lists.asmx的方法,之前都是正常的,用来获取list中的item: X原创 2014-03-05 16:00:22 · 1767 阅读 · 0 评论 -
SharePoint Debug - Failed to load resource: the server responded with a status of 500
今天使用Chrome浏览器,遇到了一个奇怪的js错误信息:Failed to load resource: the server responded with a status of 500 (System.ServiceModel.ServiceActivationException)。 错误与client.svc有关系,但是相关的代码一直是正常的,很普通的使用clie原创 2014-03-10 14:54:42 · 6953 阅读 · 0 评论 -
Error occurred in deployment step 'Add Solution': Failed to extract the cab file in the solution
今天在部署solution的时候突然出现了一个奇怪的问题“Error occurred in deployment step 'Add Solution': Failed to extract the cab file in the solution”, 在添加解决原创 2014-04-28 10:02:08 · 2357 阅读 · 0 评论 -
SharePoint Log分析 —— 找不到feature的xml文件
偶尔会在SharePoint的log中出现这样的错误信息:Exception thrown while determining definition for Feature with ID '46cd899c-569d-47c8-8b11-38aaf5af02f6': Microsoft.SharePoint.SPException: Failed to find the XML filea翻译 2014-06-27 11:13:44 · 1335 阅读 · 0 评论 -
如何绕过微软KB安装过程中的版本检测
今天在安装一个SharePoint积累更新包的过程中,报出了一个错误,错误信息是“未检测到正确版本”原创 2014-07-21 14:33:46 · 1031 阅读 · 0 评论 -
Alert Me无法指定AD组
这篇blog适用于SharePoint 2013的August 2013的CU。当你设置alert me的时候,会发现在填写users的时候无法填写AD用户组。翻译 2015-05-08 12:55:17 · 899 阅读 · 0 评论