Dynamics 365 V9.0:无法解码错误日志
Dynamics 365 V9.0: unable to decode the error log
我在生产中遇到了所有插件的问题,因为它们都失败了,日志如下。
Unhandled exception:
Exception type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]
Message: Expected non-empty string.Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ActivityId>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</ActivityId>
<ErrorCode>-2147220989</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<HelpLink></HelpLink>
<Message>Expected non-empty string.</Message>
<Timestamp>2019-07-29T12:36:40.3815746Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<HelpLink i:nil="true" />
<Message>System.ArgumentException: Expected non-empty string.
Parameter name: settingName</Message>
<Timestamp>2019-07-29T12:36:40.3815746Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
由于这是一条有限的消息,我不知道去哪里看。
更新1:之前的插件执行成功,突然开始抛出异常。而且我不知道在哪里可以找到字段 settingName,因为这个字段在任何插件或任何实体中都不存在。
更新 2:
实体清单:
- 接触
- 预约
- 任务
- Phone 呼叫
- 自定义活动
所有插件都已注册 Post-Operation Create 或 Update 事件
我们已就此问题向 Microsoft 申请了优先票。我们从他们那里得到了 RCA 说
Recent weekend deployment - Async machine went in invalid state and failing to deserialize the async context. They restarted the imapacted machine.
我在生产中遇到了所有插件的问题,因为它们都失败了,日志如下。
Unhandled exception:
Exception type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]
Message: Expected non-empty string.Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ActivityId>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</ActivityId>
<ErrorCode>-2147220989</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<HelpLink></HelpLink>
<Message>Expected non-empty string.</Message>
<Timestamp>2019-07-29T12:36:40.3815746Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault>
<ActivityId>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</ActivityId>
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<HelpLink i:nil="true" />
<Message>System.ArgumentException: Expected non-empty string.
Parameter name: settingName</Message>
<Timestamp>2019-07-29T12:36:40.3815746Z</Timestamp>
<ExceptionRetriable>false</ExceptionRetriable>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
由于这是一条有限的消息,我不知道去哪里看。
更新1:之前的插件执行成功,突然开始抛出异常。而且我不知道在哪里可以找到字段 settingName,因为这个字段在任何插件或任何实体中都不存在。
更新 2: 实体清单: - 接触 - 预约 - 任务 - Phone 呼叫 - 自定义活动
所有插件都已注册 Post-Operation Create 或 Update 事件
我们已就此问题向 Microsoft 申请了优先票。我们从他们那里得到了 RCA 说
Recent weekend deployment - Async machine went in invalid state and failing to deserialize the async context. They restarted the imapacted machine.