cancel
Showing results for 
Search instead for 
Did you mean: 

Czech letters in RFC->XI-JDBC scenario

Former Member
0 Kudos

Hello experts,

we want to transfer data to a database in a RFC->XI->JDBC scenario. Everything works fine, but when we transfer czech characters, we only see "?" in the database where a "Č" is expected. In the XI system the letters are displayed correctly (before and after mapping).

How can we solve this problem? Is there any setting for this in the receiver CC?

Best regards,

David

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi David,

try using ![CDATA[]] in your mapping, i mean send value in to the target field as ![CDATA[ Č ]].

Regards,

Karna...

Answers (1)

Answers (1)

Former Member
0 Kudos

This myt be an issue with JDBC driver handling the character.

This you have to find out from the database vendor.

Former Member
0 Kudos

Hi both,

thank you for your answers.

I think it has nothing to do with the adapter... it's a database problem.

Best regards,

David