cancel
Showing results for 
Search instead for 
Did you mean: 

Masking " in JCo Parameter

Former Member
0 Kudos

When I create a JCO.Client with a " char in the password or the username the conntect() method throws an exception.

The trace shows that the data sent to the R/3 system are not complete as the parameter value is cut off when it hits the "

is there a way to prevent this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Frank,

This is a problem due to Escape Sequences. Please \" instead of " in the program. For further information refer http://java.sun.com/j2se/1.3/docs/api/java/util/Properties.html

Hope that solves your problem.

Thanks & Regards,

Kathirvel