Salesforce

Trados GroupShare: Picture not displayed in MultiTerm Online

« Go Back

Information

 
Article TypeSolution Article
Scope/EnvironmentGroupShare 2014/2015/2017/2020
MultiTerm Online 2014/2015/2017/2020
Symptoms/Context
Some pictures in your termbases are not displayed when the entries are viewed with MultiTerm Online.
Instead, a placeholder is displayed: User-added image

User-added image
Resolution

Solution: Add URI encoding information:

  1. In your MultiTerm Online Server computer, browse to the configuration folder in your Tomcat installation directory. By default: C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf
  2. Select the file server.xml and open it in a text/xml editor.
  3. Search for the element Connector with the relevant MultiTerm Online port (the standard port is 8080).
  4. At the end of this element, add the following attribute: URIEncoding="UTF-8". You would have an element like the following:

       <connector port="8080" protocol="HTTP/1.1"
       connectionTimeout="20000"
       redirectPort="8443"
       URIEncoding="UTF-8" />

     
  5. Save the server.xml file.
  6. Restart the Apache Tomcat service.
  7. Reconnect to MultiTerm Online.
 

Workaround: Avoid special characters in file names

As a short-term workaround, you can also replace the image that does not display with an image without special characters in its file name.
Root Cause
The image's file name contains special characters (like a German umlaut) and Apache Tomcat is not configured to support Unicode URIs.
Reference
Attachment 1 
Attachment 2 
Attachment 3 
Attachment 4 
Attachment 5 

Powered by