# TDX Installation Guide

{% hint style="info" %}
Test Data Orchestrator (TDO) has been re-branded to Wayfinder as of Q1 2026.  These documents are currently being re-written to reflect that change.  Test Data Orchestrator / TDO / Wayfinder all refer to the same product throughout these documents.
{% endhint %}

### Test Data Extractor (TDX) Installation Guide

&#x20;

### Download the Software

TDX is downloaded from <https://storage.googleapis.com/data_extractor/orson-data-extractor.jar> .

&#x20;

TDX should be run on a Windows-based server.  We do not recommend trying to run it from a Linux/Unix based server.

&#x20;

### Create the Directory(s)

Create a directory under ‘Program Files’ for the software.  We recommend ‘Data Extractor’ or ‘TDX’ as the directory name.

&#x20;

Create a sub-directory under this labelled ‘Profiles’.  This is the directory that you will store saved profiles in.

&#x20;

Place the downloaded file in this directory.      &#x20;

&#x20;

### Start TDX

To start TDX, open a terminal window from the windows start menu.

&#x20;

Right-click the windows icon in your taskbar and select ‘Terminal’.

&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FHzpTtBmBZHIUWFhCcZva%2Fimage.png?alt=media&#x26;token=8a2463ab-3859-49df-af10-630bba469969" alt=""><figcaption><p>Windows Terminal selection</p></figcaption></figure>

&#x20;

In the terminal window, change the directory to your Data Extractor directory.

&#x20;

Then enter the command :

&#x20;

java -jar orson-data-extractor.jar -gui  \<Enter>

&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FLGY7zqKec8pV8ABTM3pe%2Fimage.png?alt=media&#x26;token=f0ca5c7b-b299-43e4-b462-802e2206f115" alt=""><figcaption><p>TDX start command</p></figcaption></figure>

This will open the TDX application.

&#x20;

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FD8bpaZzB8hKO2QXgTPyN%2Fimage.png?alt=media&#x26;token=5fa2999e-4144-427d-a0c0-3e14c5ef64cd" alt=""><figcaption><p>TDX Application</p></figcaption></figure>

&#x20;

Refer to the TDX User Guide for instructions on using this application.
