cancel
Showing results for 
Search instead for 
Did you mean: 

Importing localized raw item product name to datahub, symbols problems

Former Member
0 Kudos

I am trying to import the standard raw artmas for idoc to datahub, but the name imported has localization error. The idoc imported has the header:

 <?xml version="1.0" encoding="UTF-8"?>

and the idoc definition:

 <E1BPE1MAKTRT SEGMENT="1">
             <FUNCTION>005</FUNCTION>
             <MATERIAL>000000000000001004</MATERIAL>
             <LANGU>D</LANGU>
             <LANGU_ISO>DE</LANGU_ISO>
             <MATL_DESC>SET Verfügbarkeitsprüfung DE</MATL_DESC>
         </E1BPE1MAKTRT>

The raw article obtained has localization problems:

 {"name":"E1BPE1MAKTRT-MATL_DESC","attributeValues":[{"isoCode":null,"value":["SET Verf�gbarkeitspr�fung DE"]}]}

I am using mysql and the db has collation utf8_general_ci and datahub 5.7

Does anyone know what I am missing?

former_member224482
Active Contributor
0 Kudos

I have not seen encoding issues for a while. Which release is this occurring with ?

Former Member
0 Kudos

DataHub 5.7.0.2

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The problem was SoapUI. Tried with postman and worked.

Former Member
0 Kudos

Regarding the MySQL config, have you also set the character set on top of the collation? dataSource.jdbcUrl=jdbc:mysql://localhost/DH570?useConfigs=maxPerformance&characterEncoding=utf8. In any case it would be good to find out if the data is correctly stored in the DB.