简体   繁体   English

“执行 output 的长度超出限制”ADF Web 活动中的错误

[英]“The length of execution output is over limit” Error in ADF Web Activity

I am getting the following error in my ADF Web Activity.我的 ADF Web 活动中出现以下错误。 Anyone know how to fix this?有人知道怎么修这个东西吗? Thanks!谢谢!

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

Web activity has times out limitation for 1 minute. Web 活动有 1 分钟的超时限制。 Also, based on the above error The length of execution ouput is over limit (around 1M currently) ., web activity also has output size limitation for 1 MB.另外,基于上述错误The length of execution ouput is over limit (around 1M currently) .,web 活动也有 output 大小限制为 1 MB。

You could find the limitation rules from Data Factory limits and some of the them could be adjusted if you ask for Contact Support .您可以从数据工厂限制中找到限制规则,如果您要求联系支持,可以调整其中的一些规则。

According the Data Factory limits and your data size, some workaround is that choose the right Azure Data Factory component.根据数据工厂限制和您的数据大小,一些解决方法是选择正确的 Azure 数据工厂组件。 Such as: HTTP connector , the REST connector and the Web table connector :如: HTTP连接器REST连接器Web表连接器 在此处输入图像描述

Ref: Web activity throws overlimit error when calling rest api Ref: Web 活动在调用 rest api 时引发超限错误

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

相关问题 azure adf webactivity rest api中的执行输出长度超过限制(目前约为1M) - The length of execution ouput is over limit (around 1M currently) in azure adf webactivity rest api 执行输出长度超过限制(目前大约4MB) - The length of execution output is over limit (around 4MB currently) azure 数据工厂上的存储过程失败并显示错误消息:执行输出的长度超过限制(目前约为 1M) - Stored procedure on azure data factory is failing with error message : The length of execution output is over limit (around 1M currently) 带特殊字符的 ADF web 活动 output 参数 - ADF web activity output parameter with special character Azure 数据工厂管道 - Web 活动 - 最大化执行输出大小的长度 - Azure Data Factory Pipeline - Web Activity - maximize the length of execution output size web 活动 ADF 中的参数化授权凭证 - Parameterized authorization credentials in web activity ADF 无法将查找活动输出映射到 ADF 中的复制活动映射 - Unable to map lookup activity output to Copy Activity Mapping in ADF Azure ADF 数据管道 - 多个活动到单个活动执行 - Azure ADF Data Pipeline- Multiple Activities to Single Activity Execution 如何在活动失败时停止在 ADF 中执行 foreach 循环 - how to stop the execution of a foreach loop in ADF when an activity fails ADF 活动未返回正确的错误代码 - ADF activity does not return proper error codes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM