Enable Wasm threading (modified in an update) - 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)

The following applies if you are using a version of the software before Update 50. For the latest information, see Enable Wasm threading.

To enable Wasm threading:

  1. Locate the Web Client setttings.js file. For example:

    [drive]\SDx Server Files\WebClient_Sites\[SiteName]\settings.js

  2. Edit the following setting:

    Setting

    Value

    pdftronWasmEnabled

    true

Downloading files from WASM-enabled sites

WASM-enabled sites need to add the following in order to download files when selecting "Save Taget As":

  1. Access the web config at : [install location]\SmartPlant Foundation Server Files\Web_Sites\[servername]

  2. In the <system.webServer> section, there should be a <httpProtocol><customHeaders> section.

  3. Within that, add:

<add name="Cross-Origin-Opener-Policy" value="same-origin" />

<add name="Cross-Origin-Embedder-Policy" value="require-corp" />