If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > SQL0332N Error "There is no available Conversion.."

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-06, 06:39
myozkan myozkan is offline
Registered User
 
Join Date: Nov 2006
Posts: 5
SQL0332N Error "There is no available Conversion.."

Hi everybody

i've searched the forum and have found similar topics but it did not help me ..
because of this , i opened this topic sorry

I manage a software which uses DB2 Version 7.1.
There is a server too . Windows 2000 Server and the DB is in server in V.7.1 too.

from my laptop ( db2 client v.7.1 ) i can connect the DB but from another
laptop i can not connect the DB and have these MesSage

The Connection test failed.
[IBM][CLI Driver]SQL0332N There is no available conversion for the Source Code page "1254" to the target code page "1252". Reason Code "1".
SQLSTATATE =57017

I have installed Service Pack 3 - 4 and 8 but i did not helped .
I 've also found a help in forum and wrote the following line in SQLLIB folder
db2cli.ini file

[COMMON]
DISABLEUNICODE=1

it did not work again.
how can i solve my problem , can you give me a clue ?

Many many thanks in Advance
Reply With Quote
  #2 (permalink)  
Old 11-23-06, 06:50
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
ccsid

it means that the code page 1254 on your client can not be translated to codepage 1252 (international) because db2 keeps translate tables for specific codepages in specific groups
there is somewhere a doc in dev.works that states who can talk to whom
you could change the codepage for db2 (installed in this local cp)
db2set allows to set the codepage : db2set db2codepage=...

see info center for detail on this
there is also a doc in devworks talking about similar cases : see :
http://www-128.ibm.com/developerwork...0209kline.html
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 11-23-06, 08:13
myozkan myozkan is offline
Registered User
 
Join Date: Nov 2006
Posts: 5
Hello again Mr.Przytula

i chechked the Web Page , which you send , and made the directions ( updated language settings ) and my Test Connection is succesful now .
Thank you again for your Help ..
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On