cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Good day everyone!

I discovered encode problem with jdbc-connection from SAP XI to Interbase 7.5 Server. The problem is when we try to write russian char to some Interbase tables we get something like this "???????????" instead of normal chars.

I tryed everything with this problem: different charsets Win1251, UTF-8, Unicode_FSS, but it still don't work properly.

I think, this is problem with Interbase jdbc-driver "Interclient" or with Interbase itself, not SAP XI - because when I route SAP XI output to file, I get normal chars everytime.

How to fix this problem?

0 Likes
View Entire Topic
Former Member
0 Likes

I resolved this problem by using FireBird JDBC driver instead of Interbase.

Former Member
0 Likes

Hello Alexander Silchenko,

I have problem Idoc-to-Jdbc scenario. My 3rd party database is firebird. I download jaybird jdbc driver. And I deployed our PI 7.01 server.

My communication channel settings like that;

JDBC Driver : org.firebirdsql.jdbc.FBDriver

Connection : jdbc:firebirdsql:10.90.5.136/3050:c:
bmerkez
data
bmerkez.fdb

But my scenario is not working properly. When I run the idoc, I got this error message:

Error occurred during back-routing Error in communication channel

What am I doing wrong?

Thanks in advance.

Kind Regards,

Rasim Donmez