PyRFC icon indicating copy to clipboard operation
PyRFC copied to clipboard

Asynchronous, non-blocking SAP NW RFC SDK bindings for Python

Results 33 PyRFC issues
Sort by recently updated
recently updated
newest added

Server example is not available in current documentation ![Screenshot_20191126_084012](https://user-images.githubusercontent.com/29140664/69596383-6952ed00-1028-11ea-9dca-a49a9e3bd13d.png) URL : https://sap.github.io/PyRFC/server.html

feature request
server

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...

feature request
server

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 =...

feature request
server

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...

feature request
server

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...

feature request
server

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...

feature request

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.

feature request

**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** ![image](https://github.com/SAP/PyRFC/assets/60258071/38d4d79f-8353-41c8-88cd-7210ea26c58f) **Environment** - OS:...

feature request

**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...

question

**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...

question