Skip to content
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

How to package SAP Netweaver DLLs with my deployment #59

Open
clint2627 opened this issue Apr 16, 2021 · 1 comment
Open

How to package SAP Netweaver DLLs with my deployment #59

clint2627 opened this issue Apr 16, 2021 · 1 comment

Comments

@clint2627
Copy link

I am trying to get this to work with a .net core web application. I keep getting an error about PATH. I know I can set this up locally and configure PATH, but how do I package this to deploy to the webserver? Do I have to setup PATH on all the webservers as well? How would this work in a kubernetes environment?

@nunomaia
Copy link
Owner

nunomaia commented Apr 16, 2021

This is a wrapper to standard RFC library . Therefore you need to copy files to all of servers is a requirement.
This approach is also followed by python version. In SAP/PyRFC#176 (comment)
A user posted a sample docker file to copy RFC files. You can adapt this example to your needs.

Note : I never tested this lib in docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants