Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Unicode Error List

Former Member
0 Kudos
111

Hi All,

Can anyone send me the Unicode Error List which has list of all possible unicode errors that occurs during conversion?

am not looking for the Unicode Glossary available in the SAP Help/Library.

Thanks,

Anita

2 REPLIES 2

Former Member
0 Kudos
60

Hi Anitha,

In Unicode coversion classed methods you will get the exceptions.

Check se24

Reward if useful!

Former Member
0 Kudos
60

Hi Anitha,

In different situations problems can occur which are caused by the used codetype (UNICODE):

problems during the installation (is the codetype of database and application server set correctly?)

problems during a database update (during the catalog migration)

problems with passwords (e.g. during connect using the DBSL)

problems with parameters concerning the size of internal buffers (e.g. PACKET_SIZE) converting problems

problems with data types

Dependent on the error situation you need to check different files/traces. In case of installation or upgrade problems you should check the installation log files. In case of connect problems the corresponding developer traces should be checked. The database trace might also be useful in case the error occurs in the database.

Regards

Sathish