10-19-2023 10:35 AM
I have a simple pipeline that reads from a list of table names. For each item in the list it looks up data in one SQL database and transfers it to another database.
This is the child pipeline. It is passed the name of the table on which to operate as a pipeline parameter. It works as expected when executed standalone.
This is the parent pipeline. The pipeline execute snap calls the child pipeline and passes the table name.
The pipeline execute snap always fails with this message:
Solved! Go to Solution.
10-19-2023 05:43 PM
Hi @brianc0755 ,
Good day, check the SQL Server - Select snap and unchecked the "Pass through" property
~EmEm
10-19-2023 05:43 PM
Hi @brianc0755 ,
Good day, check the SQL Server - Select snap and unchecked the "Pass through" property
~EmEm