Setup communication between 3DDashboard and OnePart

The 3DDashboard relies on "Compass Platform Services" API to retrieve OnePart backend URL. As such, the URL where OnePart has been installed must be defined in the 3DCompass configuration. Add OnePart backend service to 3DCompass as folllows. URL variables used:

  1. For Linux installations ONLY:
    • Open 3DSpace root installation directory, for example: /home/data/RTV/<DIR>/server/

    • Move to the /scripts/ directory.
    • Edit all .sh files with name beginning with mxEnv. For example, edit mxEnvNotVerbose.sh and mxEnvVerbose.sh
    • Add following lines (replace <ONEPART_EXTERNAL_URL> with actual value):

      ONEPART_URL=<ONEPART_EXTERNAL_URL>

      export ONEPART_URL

    • Save files and restart application server.
  2. For Windows installations ONLY:
    • Open 3DSpace root installation folder, for example: <3DSpace_DIR>\win_b64\code\bin
    • Edit the enovia.ini file.
    • Add following line:

      ONEPART_URL=<ONEPART_EXTERNAL_URL>

    • Save files and restart application server.