在尝试运行框架的示例包时,我遇到了疑难解答这个问题的问题。
对于每个婴儿包,我得到以下错误:
Operation on target Throw Exception - Invalid Infant failed: Operation on target Raise Error failed: Failure happened on 'Source' side. ErrorCode=SqlOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed with the following error: 'Worker pipeline [Wait 3] is not valid in target Orchestrator [adf-procfwk-rg-procfwk]',Source=,''Type=System.Data.SqlClient.SqlException,Message=Worker pipeline [Wait 3] is not valid in target Orchestrator [adf-procfwk-rg-procfwk],Source=.Net SqlClient Data Provider,SqlErrorNumber=50000,Class=16,ErrorCode=-2146232060,State=1,Errors=[{Class=16,Number=50000,State=1,Message=Worker pipeline [Wait 3] is not valid in target Orchestrator [adf-procfwk-rg-procfwk],},],'看来“验证管道”函数正在返回一些特殊的数据。我不是一个C# /App程序员,所以我很难确定调用的函数是什么,数据库是如何返回‘截至4.png’中的值的。
管道元数据看起来是正确的,管道存在于ADF中,所以我对错误感到有点困惑。如果有人有洞察力,我会非常感激的。







发布于 2021-05-18 11:22:48
你出版了“等待3”管道吗?屏幕截图显示您在Git连接模式下在调试中运行。
框架只能触发目标数据工厂/同步实例中发布的工人管道并与之交互。
谢谢
https://stackoverflow.com/questions/67581370
复制相似问题