I'm having trouble troubleshooting this issue I'm running into when trying to run the sample packages for the framework.
For each infant package I get the following error:
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],},],'
Looks like the "Validate Pipeline" function is returning some peculiar data. I'm not much of a C# / App programmer so I'm struggling to determine what function is being called and how the database is returning the values in 'untitled4.png'
The pipelines metadata looks correct and the pipeline exists in the ADF so I'm a bit perplexed by the error. If anyone has any insights I'd greatly appreciate it.