Files do not open using View and Markup on a localized installation (retired) - HxGN SDx - HxGN SDx - Reference - Hexagon

HxGN SDx Modified and Retired Functionality

Language
English
Product
HxGN SDx
Search by Category
Reference
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

This functionality was removed in Update 36 and SmartPlant Markup Plus Server 2019 SP 2.

Problem

Non-Hexagon files do not open using View and Markup on a localized installation.

Common Cause

You might encounter this problem if your file names contain unicode characters (for example, $ or %). Apache Tomcat does not support unicode characters in file names by default. You must update the URIEncoding attribute in the server.xml file. Refer to the documentation at tomcat.apache.org.

Solution

Update the URIEncoding attribute.

  1. Log on to the SmartPlant Markup Plus Server as an administrator.

  2. Open the server.xml file delivered to the [installation location]\Apache Software Foundation\Tomcat [version]\conf\ folder.

  3. Set maxHttpHeaderSize to "UTF-8".

  4. Save the file.