1

我有一个从电子邮件创建案例的工作流程。我还有一个与案例相关的简单 SLA。

最近我注意到大量的案例创建作业失败并出现如下错误:

Plugin Trace:

[Microsoft.Xrm.Sdk.Workflow: Microsoft.Xrm.Sdk.Workflow.Activities.CreateEntity]
[CreateStep6]

    [Microsoft.Crm.Service.ObjectModel: Microsoft.Crm.Service.ObjectModel.CasePostCreatePlugin]
    [ffde44b1-a685-4948-85b8-e4091bc2a98b: CasePostCreatePlugin]


        [Microsoft.Crm.ObjectModel: Microsoft.Crm.Extensibility.InternalOperationPlugin]
        [46f6cf4c-14ae-4f1e-98a1-eae99a37e95c: ExecuteWorkflowWithInputArguments]
        Starting sync workflow 'Case Follow Up', Id: b5983018-1027-e611-80bb-0050568f6e8c
        Entering ConditionStep1_step: Case Follow Up
        Entering ConditionStep5_step: Check condition step - Applicable When- KPI1
        Entering ConditionStep7_step:
        Entering ConditionStep9_step:
        Sync workflow 'Case Follow Up' terminated with error 'PopulateBusinessClosureRequests Failed'



Error Message:

Unhandled Exception: Microsoft.Xrm.Sdk.InvalidPluginExecutionException: PopulateBusinessClosureRequests Failed

我们确实有与假期时间表相关的工作时间。

我似乎找不到“PopulateBusinessClosureRequests”失败的原因。

这是 CRM 2016 U0.1 on-prem

4

1 回答 1

0

我们向微软提出了这个问题,结果证明产品存在问题。在提供此答案时,他们正在研究要包含在服务包中的修复程序。

于 2017-04-15T10:42:11.920 回答