【问题标题】:"The length of execution output is over limit" Error in ADF Web ActivityADF Web 活动中的“执行输出长度超出限制”错误
【发布时间】:2020-07-15 06:14:51
【问题描述】:

我的 ADF Web 活动出现以下错误。有人知道怎么修这个东西吗? 谢谢!

 activity failures
{
    "errorCode": "2001",
    "message": "The length of execution output is over limit (around 1M currently). ",
    "failureType": "UserError",
    "target": "ADFGetEmployees",
    "details": []
}

【问题讨论】:

  • 您好 Mike,如果答案对您有帮助,您可以接受它作为答案(单击答案旁边的复选标记,将其从灰色切换为已填充。)。这对其他社区成员可能是有益的。谢谢。

标签: azure rest azure-data-factory


【解决方案1】:

网络活动有 1 分钟的超时限制。此外,基于上述错误The length of execution ouput is over limit (around 1M currently).,Web 活动也有 1 MB 的输出大小限制。

你可以从Data Factory limits找到限制规则,如果你要求Contact Support,其中一些可以调整。

根据数据工厂限制和您的数据大小,一些解决方法是选择正确的 Azure 数据工厂组件。如:HTTP connectorREST connectorWeb table connector

参考:Web activity throws overlimit error when calling rest api

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-12-14
    • 1970-01-01
    • 1970-01-01
    • 2022-06-17
    • 1970-01-01
    相关资源
    最近更新 更多