-
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
Cloud Foundry support #79
Comments
Related #24 |
The RFC connectivity on SAP Cloud Foundry works with Java buildpacks only. It s not supported for nodejs buildpacks, referring to SAP Cloud Foundry Connectivity -> Restrictions -> Protocols:
I would suggest discussing this as a feature request for SAP Cloud Connector, rather than here. |
Hello Rahul, Best regards, |
Hi Mtolsdorf, Can u share the docs regarding how to use the cloud Connector channel? Thanks && Regards, R.Ram |
Hi ramachandrareddy1, as already written, this would be a feature request. There is no SAP CP variant of NW RFC SDK that would support this channel. In SAP CP, only Java runtimes in Neo and the SAP Java Buildpack in Cloud Foundry support the communication with RFC over SCC using JCo APIs. Best regards, |
I finally figured out a way to get this done. First of all let me get you through issues. #Issue : Error: /var/task/node_modules/node-rfc/lib/binding/sapnwrfc.node: invalid ELF header #Issue: Error: libsapnwrfc.so: cannot open shared object file: No such file or directory #Issue: Not able to load libraries from lib folder. #Issue: Error: libuuid.so.1: cannot open shared object file: No such file or directory AWS Lambda uses the amzn2-ami-hvm-2.0.20190313-x86_64-gp2 Create a layer in aws lambda with node-rfc modules.
|
Created a demo video on how to? It may help |
Thanks @manishvyas1911, it can help people interested in deploying packages with binary dependencies to AWS Lambda. In node-rfc / NWRFC SDK context, the usage is rather theoretical because the ABAP backend connectivity is not possible, without the above mentioned feature request implemented by SAP. |
The feature request to enable the usage of SAP NWRFC SDK within the Connectivity context of SAP Cloud Platform can be created for |
You may vote for the new request, linked here: #145 (comment) |
Here the current status: ABAP RFC connectivity from Kyma and BTP Node.JS buildpack |
Hello,
Is there any way (simpler) by which we can deploy the Node-RFC application on Cloud Foundry? I mean download the SDK in the project folder and refer the node_modules to this custom path and then deploy whole folder as a package to Cloud Foundry?
Thanks,
Rahul
The text was updated successfully, but these errors were encountered: