SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
251 stars 73 forks source link

Unreadable characters on RFC reponse data #182

Closed valix999 closed 3 years ago

valix999 commented 3 years ago

I'm trying to call RFC from my nodejs application and found that the response structure of RFC is combining with some unreadable characters.

image

bsrdjan commented 3 years ago

If you recently upgraded SAP NWRFC SDK to PL7, the node-rfc needs an upgrade too: #181

If not, could you please post the output of:

$  node -p "require('node-rfc').environment"

and

$ npx envinfo --system --binaries 
bsrdjan commented 3 years ago

You can try this workaround for PL7: https://github.com/SAP/node-rfc/issues/189#issuecomment-736527285