简体   繁体   English

Dynamics 365 V9.0:无法解码错误日志

[英]Dynamics 365 V9.0: unable to decode the error log

I am facing issue with all the plugins in the production as they all are failing with below 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>

As this is a limited message, I am not sure where to look. 由于这是一条有限的信息,因此我不确定在哪里寻找。

Update 1: Earlier plugins were successfully executing, all of sudden it starts throwing exception. 更新1:较早的插件已成功执行,突然间它开始引发异常。 and I dont know where to find the field settingName, because this field is not there in any plugins or in any entity. 而且我不知道在哪里可以找到字段settingName,因为在任何插件或任何实体中都不存在该字段。

Update 2: Entity List: - Contact - Appointment - Task - Phone Call - CustomActivity 更新2:实体列表:-联系人-约会-任务-电话-CustomActivity

All the Plugins are registered for Post-Operation on either Create or Update Event 所有插件都在创建更新事件上进行了后期操作注册

系统作业日志

We had a priority ticket opened with Microsoft for this issue. 我们为此问题向Microsoft打开了优先票。 We got the RCA from them saying as 我们从他们那里得到RCA说

Recent weekend deployment - Async machine went in invalid state and failing to deserialize the async context. 最近的周末部署-异步计算机处于无效状态,并且无法反序列化异步上下文。 They restarted the imapacted machine. 他们重新启动了这台机器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM