nunomaia / NwRfcNet

An easy way of making SAP RFC calls from .NET Core
Apache License 2.0
96 stars 28 forks source link

NwRfcNet.RfcException: Conversion error between two character sets. #58

Open anasvikh opened 3 years ago

anasvikh commented 3 years ago

When i try to open connection, i get this error: NwRfcNet.RfcException: Conversion error between two character sets. Could you explain why i get it and any ideas how to fix it.

nunomaia commented 3 years ago

Are you trying to open a connection to a non Unicode SAP system ?

harunemre commented 3 years ago

Hi. @anasvikh i've faced that once before. The reason was that our .net client's sap credentials was different from what it should have been such as the password. Somehow the password was changed by our sap team without our knowledge. Once we had the new password and changed our clients credentials it has worked like a charm.