简体   繁体   English

azure 数据工厂-从主管道捕获子管道中的复制活动错误消息

[英]azure data factory- capture copy activity error message in child pipeline from master pipeline

[i've updated my question with images, pls check and help me in fixing this issue] [我已经用图片更新了我的问题,请检查并帮助我解决这个问题]

  1. i have created data flow - to log error details.我创建了数据流 - 记录错误详细信息。 parameter -> errorMessage_Child参数 -> errorMessage_Child

child dataflow子数据流

  1. created a pipeline to call above data flow (step 1), named as pl_ErrorLog.创建了一个管道来调用上面的数据流(步骤 1),命名为 pl_ErrorLog。 parameter -> errorMessage_Parent参数 -> errorMessage_Parent

pipeline calling dataflow管道调用数据流

passing parameter value传递参数值

  1. created another pipeline with a copy activity and called above pl_ErrorLog (step 2) pipeline (thru execute pipeline) during failure path for copy activity.创建了另一个具有复制活动的管道,并在复制活动的故障路径期间调用了 pl_ErrorLog(第 2 步)管道(通过执行管道)。 parameter -> errorMessage_Parent value passed -> @activity('Copy data1').output.errors[0].message参数 -> errorMessage_Parent 值传递 -> @activity('Copy data1').output.errors[0].message

parent pipeline父管道

but my execute pipeline is getting failed with below error:- Job failed due to reason: The store configuration is not defined.但我的执行管道因以下错误而失败:-作业因原因而失败:未定义商店配置。 This error is potentially caused by invalid parameter assignment in the pipeline.","Details":""此错误可能是由管道中的无效参数分配引起的。","详细信息":""

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

相关问题 Azure 数据工厂 - 从 SQL 到 CRM 的管道复制 - 错误 - Azure Data Factory - Pipeline Copy from SQL to CRM - Error 将值从父管道传递到Azure数据工厂中的子管道 - Passing values from parent pipeline to child pipeline in Azure Data Factory azure 数据工厂(“复制活动管道”)多个并发复制活动运行时遇到错误 - Facing error in azure data factory ("copy activity pipeline") multiple concurrent copy activities runs 具有2个副本的Azure数据工厂管道 - Azure Data Factory Pipeline With 2 copy 使用数据工厂创建一个管道,将活动从天蓝色的Blob存储复制到数据湖存储 - create a pipeline using data factory with copy activity from azure blob storage to data lake store Azure 数据工厂 - 将数据从 ADLS 复制到 Cosmos DB - 在创建 ADLS 作为源的连接时出错 - Azure Data Factory- Copy data from ADLS -to Cosmos DB - getting error while creating connection for ADLS as source 在Azure数据工厂管道上执行自定义活动 - Executing custom activity on Azure Data Factory Pipeline Azure 数据工厂管道 - 如果内部活动失败 - Azure Data Factory pipeline - if fails on inner activity 在azure数据工厂复制管道中使用管道参数 - Use pipeline parameters in azure data factory copy pipeline Azure数据工厂 - 从FTP服务器复制多个父文件夹中的特定文件 - Azure Data Factory- Copy specific files from multiple Parent folders from FTP Server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM