-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: DB2 code page issue on V9.5
PostPosted: Wed Aug 12, 2009 7:53 am 
Newbie

Joined: Mon Jun 01, 2009 8:59 am
Posts: 12
Expert,

We have migrated the db2 instance from v8.1 to v9.5 . After migration we are facing the issue like below

SQL0332N Character conversion from the source code page
"<source-code-page>" to the target code page "<target-code-page>"
is not supported.

Below is the DB code page setup

Database configuration release level = 0x0c00
Database release level = 0x0c00

Database territory = GB
Database code page = 1208
Database code set = UTF-8
Database country/region code = 44
Database collating sequence = IDENTITY
Alternate collating sequence (ALT_COLLATE) =
Number compatibility = OFF
Varchar2 compatibility = OFF
Database page size = 4096

Please suggest me to resolve the code page issue. we are not able to insert the values in to the table.


Top
 Profile  
 
 Post subject: Re: DB2 code page issue on V9.5
PostPosted: Wed Aug 12, 2009 9:05 am 
Expert
Expert

Joined: Tue May 13, 2008 3:42 pm
Posts: 919
Location: Toronto & Ajax Ontario www.hibernatemadeeasy.com
Quote:
Explanation
The operation failed because there is no code page conversion between the source-code-page and target-code-page. This may be due to one of the following reasons:
The character repertoires of the source code page and the target code page are incompatible, and therefore may cause character loss and corruption when converting between the source and target code pages.
This specific code page conversion is not supported.
Some of the possible operations that can cause this error include:
Connecting a client to a database where the client's code page is different from the database code page.
Executing an SQL statement where the client's code page is different from the database code page.
Importing or exporting a WSF or IXF file where the file's code page is different from the database code page.
Federated system users: the data source does not support the specified code page conversion.


http://publib.boulder.ibm.com/infocente ... 0332n.html

_________________
Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?"
http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.