Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Connection Error / Unicode

Former Member
0 Kudos

Dear Experts,

I've developed an external Software using C# , to receive IDOC from SAP R3 System ,

my problem is when i test the RFC(type TCP/IP) from sm59 with non-Unicode ,the connection succeed but when i choose the Unicode option , the connection fails , what i want to do now is how to make my external application register itself as a Unicode software on the R3 ??

1 ACCEPTED SOLUTION

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Kathy,

do you use the latest Unicode RFC SDK libraries ?

Best regards,

Nils Buerckel

SAP AG

7 REPLIES 7

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Kathy,

do you use the latest Unicode RFC SDK libraries ?

Best regards,

Nils Buerckel

SAP AG

0 Kudos

No , i m using this technique (SAPSERVERHOST)

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

and which error message do you get in case of the Unicode system ?

Best regards,

Nils Buerckel

0 Kudos

Nils , sorry for being late.

when i test the unicode it gives the following message:

Target is not a unicode system (character size 1)

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Kathy,

so I understand that you use the .NET connector ... ?

so maybe this thread might help you ?

Best regards,

Nils Buerckel

0 Kudos

Hi Nils ,

thanks for ur reply and for the url , yes i m using .NET Connector

and i 've used this technique and it gives the following error while testing the connection:

Logon : Cancel

Error Details: Connection Closed (no data)

also when i test the unicode it gives the following message :

Check the Unicode-compliance of the server program

Edited by: Kathy_Adam on Dec 21, 2010 9:23 AM

0 Kudos

Resolved Thanks a lot Nil , the problem was i don't leave a space before ( -cCodePage#) :S