Forum Discussion
Thanks,
I’m running into a small issue with my pipelines… My pipelines are now executing correctly (as per the dashboard)…
However, my client is being sent back an HTTP 400 response code:
com.destinyweb.srs.SRSException: HTTP Request failed: HTTP/1.1 400 Bad Request. properties [HTTP/1.1 400 Bad Request, Pipeline did not produce a valid response
My Ultra pipeline looks like this (the response structure is shown):
The response back to the caller is:
[{“one_Awarded_CEUs__c”:“0.11”,“one_Final_Transcript_Grade__c”:“INC”,“one_Transaction_Id__c”:“746895”,“created”:“false”,“status”:200}]
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.
- omair9 years agoContributor
@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.