PyRFC
PyRFC copied to clipboard
Asynchronous, non-blocking SAP NW RFC SDK bindings for Python
Server example is not available in current documentation  URL : https://sap.github.io/PyRFC/server.html
Hi! All seems good, but the Server example not working at all. I have trying with Python 2.x-3.x and various range of PyRfc versions on much SAP installations. Does it...
Hi Gurus, I just test with PyRFC/examples/serverStfcConnection.py , and find it can't register to sap gateway normally at all. First, my cfg is like: ```ini gwhost = xxx.xxx.xx.xx ghserv =...
We are trying to setup a server based on the serverStfcConnection.py example, however we always get this error: ``` CommunicationError("\nLOCATION CPIC (TCP/IP) on local host OUR_HOST with Unicode ERROR partner...
Hello ! I'm trying to create a PyRFC Server application and I'm using the sample file serverStfcConnection.py as a base, but I'm having some errors. Installed versions here: - Python...
We're calling an RFC that returns a table with 500,000 rows (120 fields) (KE24 report) and this is consuming>8Gb RAM on the server and fails because of this. In an...
This project is distributed as an sdist, so building it with a PEP-518 build system doesn't work: - https://github.com/python-poetry/poetry/issues/6261 ie add a pyproject.toml file with a `[build-system]` section.
**Describe the bug** Try to install pyrfc on a Raspberry Pi. **To Reproduce** `pip3 install --trusted-host www.piwheels.org --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org pyrfc --timeout=600` **Screenshots**  **Environment** - OS:...
**Describe the bug** I'm trying to implement pyrfc in my python project, but after all the installations of the library, and the nw rfc sdk package, I can't call the...
**Describe the big** SAP RFC calls from the Foresight platform scheduler do not work. The error "Creation of sapuc standard filebuf filed." occurs, the scheduler restarts. The problem only occurs...