DataConnect Runtime Engine on Windows¶
This section describes how to install the DataConnect Runtime Engine as a standalone component on Windows.
Info
When to use Runtime Engine: Install the standalone Runtime Engine only if you need to run DataConnect without DataConnect Studio or Integration Manager — both already include the Runtime Engine, so this section does not apply if you have either.
Requirements¶
Before installing the DataConnect Runtime Engine, ensure your system meets the following requirements:
| Requirement | Details |
|---|---|
| Operating System | 64-bit U.S. English edition of Microsoft Windows 10 or Windows 11 |
| Processor | 64-bit processor, x86-64, 2 GHz or faster |
| RAM | 16 GB minimum |
| Runtime Environment | Embedded OpenJDK Runtime Environment (Temurin-17.0.13+11); installing OpenJDK separately is not required |
Installation Steps¶
On Windows, the standalone Runtime Engine is installed through the DataConnect Windows installer — there is no separate Runtime Engine download.
To install the Runtime Engine on Windows:
Download the DataConnect installer (
actian-dc-studio-installer-<version>-win64.exe) from Actian ESD and run it. See DataConnect Studio on Windows for the full installer walkthrough.On the Installation Type screen, choose Standalone Engine (Integration Engine runtime with Data Quality Engine, Design SDK, and Client SDK — no UI), then complete the installer.
The installation creates the following directory structure:
- Program files:
C:\Program Files\Actian\di-standalone-engine-<version> - Configuration and data:
C:\ProgramData\Actian\DataConnect\di-standalone-engine-<version>
Environment Variables¶
After installation, configure the required environment variables:
Set DJLIB variable:
- Variable:
DJLIB - Value:
C:\ProgramData\Actian\DataConnect\di-standalone-engine-<version> - Purpose: Provides
cosmos.inifile location to the engine
- Variable:
Update PATH variable:
- Add this path before any other DataConnect engines:
C:\Program Files\Actian\di-standalone-engine-<version>\runtime\di9- Purpose: Allows the UI to find the engine to use
Batch File Alternative
You can create a batch file to set environment variables and launch Eclipse:
@echo off
set path=C:\Program Files\Actian\di-standalone-engine-<version>\runtime\di9;%path%
set DJLIB=C:\ProgramData\Actian\DataConnect\di-standalone-engine-<version>
License Configuration¶
Open the
cosmos.iniconfiguration file:- Location:
C:\ProgramData\Actian\DataConnect\di-standalone-engine-<version>\cosmos.ini
- Location:
Set the
LicenseFilevariable to your license file location:LicenseFile=C:\ProgramData\Actian\DataConnect\di-standalone-engine-<version>\cosmos.slcPlace your DataConnect v14 license file (
.slcfile) in the specified location.
Note
Alternative License Configuration: If you have DataConnect installed, you can configure the license through the UI:
- Enable the DataConnect perspective
- Go to Help → About DataConnect
- Click Browse and specify the license file
Note
License Compatibility: License files are version-specific. DataConnect v14 requires a v14 license file. Previous version licenses (v12 and earlier) are not compatible.
Verify Installation¶
To verify the Runtime Engine installation:
Open a Command Prompt window.
Run the following command:
djengine -VThe DJEngine version information should be displayed along with copyright and license details.
If the version information appears, the installation was successful.
Uninstalling Runtime Engine¶
To uninstall the DataConnect Runtime Engine on Windows:
Method 1: Using Windows Settings (Windows 10/11)
- Go to Settings → Apps → Installed apps
- Find DataConnect Runtime Engine in the list
- Click the three-dot menu and select Uninstall
- Follow the uninstall wizard prompts
Method 2: Using Control Panel
- Go to Control Panel → Programs and Features
- Right-click DataConnect Runtime Engine
- Select Uninstall
- Follow the uninstall wizard prompts
Method 3: Using Uninstaller
Navigate to the installation directory and run the uninstaller:
C:\Program Files\Actian\di-standalone-engine-<version>\uninstall.exe