Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.8
Description
Current Situation
- When a user imports a document to JOC Cockpit where the filename contains letters outside the "Latin1" charset then ...
- the import fails and you get the following error if MySQL is used for the reporting database
could not extract ResultSet: 1267 (conn=396374) Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
- the document's filename is garbled in JOC Cockpit after the import using other DBMS than MySQL.
- the import fails and you get the following error if MySQL is used for the reporting database
Desired Behavior
- A document should be imported successfully even it has arbitrary UTF-8 letters in its filename.
Workaround
- change the characters of the filename to non unicode characters (same rule as for job names) before import
Attachments
Issue Links
- requires functional consideration of
-
SET-165 Provide alter script for MySQL and MS SQL Server documentation table to alter charset to allow unicode characters
- Released