SAP / PyRFC

Asynchronous, non-blocking SAP NW RFC SDK bindings for Python
http://sap.github.io/PyRFC
Apache License 2.0
510 stars 137 forks source link

wrapString uclen: 512 utf8_size: 1537 #65

Closed bschwab003 closed 6 years ago

bschwab003 commented 6 years ago

We are receiving the following error when making an RFC_READ_TABLE2 function module call to pull data out of SAP using PyRFC 1.9.4.

wrapString uclen: 512 utf8_size: 1537

This sounds like it could be related to one or both of the following..

https://github.com/SAP/PyRFC/issues/7 https://github.com/SAP/PyRFC/issues/38

Hoping this can be resolved by upgrading to the latest version?

bsrdjan commented 6 years ago

Yes, the upgrade to the latest version should help. Did you already try?