Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Message SQL0332N ERROR

Status
Not open for further replies.

ustjwe

ISP
Joined
Aug 19, 2002
Messages
3
Location
NL
Hi,

I installed DB2 Connect Personal Edition on NT 4.0. From there I try to connect to DB2 on MVS. With the Command Center everything works fine, but with Control Center I receive the next message:

."The connection test failed.[IBM][CLI Driver] SQL0332N There is no available conversion for the source code page "1208" to the target code page "UNKNOWN". Reason Code "3". SQLSTATE=57017"

I don't understand why Command Center is OK and Control Center not.

What can I do?
 
From the DB2 Online Support webpage:
SQL0322N error "No available conversion for the source code page "1208 unknown 3 to the target codepage".
This problem also affects the Control Center 390 tree when connecting to a 390 subsystem.
The 1208 code is for Unicode. The attempt to connect to DB2 for OS/390 Version 7 used 1208 for char and 1200 for graphic. This override client DB2CODEPAGE setting.
Work around is to add 'DisableUnicode=1' in db2cli.ini file to disable Unicode.
 
This works. Thank you for your help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top