Forum Discussion
The “Pipeline did not produce a valid response” message is generated when the document is consumed by a snap and then no actual output document is generated. Take a look at the pipeline execution stats and trace the flow of the documents. You’ll probably see one snap where the document count increases, but the output counts are still zero.
@tstack: now I’m confused… because I’m seeing this occur even on pipelines that have a single path of execution where the document flows through entirely… Here’s a screenshot of an XML request to SnapLogic being made through our system:
and here is the log for that execution on the SnapLogic dashboard
Outer pipeline log (makes a Pipeline Execute call)
Inner pipeline log
The outer pipeline (being triggered) looks like this:
The inner pipeline looks like this:
Is there something else I’m missing?
- tstack9 years agoFormer Employee
It does look correct, it might be a bug in a snap. Can you try removing the Record/Replay snap and seeing if that makes a difference.