Table of Contents
Last updated: 1/31/2026

DataExchange installation


Prerequisites


The installation of the ShareAspace component DataExchange is to be executed either on a ShareAspace Host Node or on any Application Server that can access to the ShareAspace Host Node via port 5001. Therefore at least one ShareAspace Host Node needs to be installed.

DX Setup

Installation


  • Run the installer DataExchange.msi to install the Out-Of-The-Box DataExchange Tasks on the Host Node.
  • This will make all the DataExchange Tasks libraries available at the Host Node.

Configuration


  • Open the file C:\Program Files\Eurostep\ShareAspace\Host\Tasks\tasks.json
  • Set the value of baseAddress to the address of the ShareAspace Host Node: i.e. https://host.machine.net:5001/
  • Set the value of apiKey to the same value as TaskUploadAPI from apiKeys in bootstrap_collection.json.
  • Configure tasks as described in Bootstrap Data Exchange.
{
  "baseAddress": "https://host.machine.net:5001/",
  "apiKey": "J976Tntnx5sB2Jc2AzDFeT2ytZd9SHkP4CcaPVobluFDXSLTP9v3sz8be8uwz5eK1qAE2PDyA5U5bRUAkGgcBg==",
  "tasks": [...]
}
Note

DataExchange Tasks will be deployed at the ShareAspace Host Node Collection level.