-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeRED platform support #161
Comments
Please provide the source code to reproduce the issue. |
I am using RFC call from node-red-contrib-saprfc node.. wanted to test with sample RFC call "ZQM_COA_GET_SENSOR_IL_DATA" |
Are you using managed client (Pool) or direct client ? Where the connection parameters are maintained, before making an RFC call? |
It is a direct client. |
Perhaps the node-red-contrib-saprfc is not adapted for node 2.0 ? I would suggest to raise an issue in that repository or try with node-rfc < 2.0. |
Okay, Thanks.. Let me try and get back to you. |
Hi, I have downgraded to node-red@1.0.0, still facing the same issue. |
If SAP customer/internal requirement, please send me an E-Mail. |
Hi Sorry mistakenly i written as node-red.. Its actually node-rfc...
|
ok. Did you create the node-red-contrib issue, could you please link it here? |
Hi, could you please check and help me on this. |
@bsrdjan if you dont mind, could you please help me on this. |
The key problem with node-red is described in #148. Node-red recently moved to |
On which operating system the node-red and node-rfc are running here? |
Covered by #148 |
The NodeRED integration requires SAP NWRFC SDK support on musl based Alpine Linux. The feature request can be created as described here or vote for this request, once it is created: #148 (comment) |
@balamuruganvasudevan Build your own docker image for node-red with https://github.com/node-red/node-red-docker/blob/master/docker-custom/README.md Clone that repo and change the base image in the dockerfile from Alpine to one of the Debian base images. I am using Here are the nodejs base images: https://hub.docker.com/_/node/ |
Hi,
While i try to call RFC, getting this error.
"Error: Pool configuration object must provide "connectionParameters"; see: https://github.com/SAP/node-rfc#usage"
Any support would be great/
The text was updated successfully, but these errors were encountered: