--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/10002678-abb1-4e76-9427-db07dee21242%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/56dd57ba-a81f-45f8-a14f-89cec956c6cd%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/CAF%3Dvhqf8gaWHX%2BvpSMfKGt%3DN7Kem0hT6qc3%2BSq4rwBqvgfnPew%40mail.gmail.com.
In which case, yes, it appears the oracle node is dropping msg.res and breaking your flow.Nick
On 17 April 2018 at 10:16, <ctlem...@gmail.com> wrote:
The content of the function node is :msg.payload = [msg.payload.empsapnr];return msg;
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
Apparently this issue was already raised on the Github for the oracle node:
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/084a9d9c-f95f-452b-bf63-fee7102577b1%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/CAF%3DvhqeKrosmtSH4s_NZMFVaZR0VOXc9L3nTPZY1%3D-uzO50dhQ%40mail.gmail.com.
I see that nick asked the node contributor to update the package in npm to be able to do this with the palette functions. I see the update in npm, but not in the palette yet. Let's wait a while.
I checked the bin\oracledb.js file for version 0.5.0, but the changes to pass the msg object inside these functions that were done by an intermediate update are not anymore in version 0.5.0...
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+unsubscribe@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/27e7e4f6-276a-4c9b-9777-1f04e0230147%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/node-red/CAL%3D0gLtHc4u1XS%2B%3Dq-ncsDUhxwhfds5wEHPRo%2B8t6ZUpd5XcKA%40mail.gmail.com.
I can confirm now that version 0.5.1 fixes the problem and now passes the original message correctly.
Http request/response nodes can now be used correctly in combination with the oracledb node.
Thanks everybody for the quick help & analysis. Keep up the good work!