Integration Engines
Integration Manager has the capability to leverage different Actian Integration Engines to execute jobs, depending on the use case. Generally, Integration Manager will install the latest GA patch of any supported Integration Engine as of the release date. It is recommended that you first update to the latest Integration Manager version before manually patching an Integration Engine.
Integration Engines by Version
Integration Manager | DataConnect | DataFlow |
---|---|---|
3.1.0 | 12.1.0-22 | 8.0.0-98 |
3.1.1 | 12.1.0-24 | 8.0.0-98 |
3.1.2 | 12.1.0-24 | 8.0.0-98 |
3.1.3 | 12.1.0-38 | 8.0.0-98 |
3.2.0 | 12.2.0-42 | 8.0.0-98 |
3.3.0 | 12.3.0-43 | 8.1.0-148 |
Sometimes it is necessary to patch one or more deployed engines between Integration Manager releases.
Patching the DataConnect Engine
Windows Patch
- Request Windows standalone engine patch from Actian Support or Actian ESD, e.g.
di-standalone-engine-12.1.0-24-win64.zip
. - Extract the standalone engine folder from the .zip file, e.g.
di-standalone-engine-12.1.0-24
. - Cut and paste the engine folder to
C:\Program Files\Actian\IntegrationManager\di-standalone-engine-12.1.0-24
. - Open
C:\ProgramData\Actian\IntegrationManager\conf\application.properties
. - Update the DataConnect-specific entries. (Make sure you are not creating duplicate properties.)
dataconnectVersion=12.1.0-24
worker.engineJavaHome=${installPath}/di-standalone-engine-${dataconnectVersion}/jre
engine.localEngineInstallPath=${installPath}/di-standalone-engine-${dataconnectVersion}/runtime/di9
Linux Patch
- Request Linux standalone engine patch from Actian Support or Actian ESD, e.g.
di-standalone-engine-12.1.0-24-linux64.tar.gz
. - Extract the standalone engine .tar file from the .gz file, e.g.
di-standalone-engine-12.1.0-24.tar
. - Extract the standalone engine folder from the .tar file, e.g.
di-standalone-engine-12.1.0-24
. - Move the engine folder to
/opt/actian/integration-manager/di-standalone-engine-12.1.0-24
. - Open
/etc/opt/actian/integration-manager/conf/application.properties
. - Update the DataConnect-specific entries. (Make sure you are not creating duplicate properties.)
dataconnectVersion=12.1.0-24
worker.engineJavaHome=${installPath}/di-standalone-engine-${dataconnectVersion}/jre
engine.localEngineInstallPath=${installPath}/di-standalone-engine-${dataconnectVersion}/runtime/di9
Patching the DataFlow Engine
Windows Patch
- Request the DataFlow engine patch from Actian Support or Actian ESD, e.g.
actian-dataflow-8.0.1-122.zip
. - Extract the DataFlow engine folder from the .zip file, e.g.
actian-dataflow-8.0.1-122
. - Cut and paste the engine folder to
C:\Program Files\Actian\IntegrationManager\actian-dataflow-8.0.1-122
. - Open
C:\ProgramData\Actian\IntegrationManager\conf\application.properties
. - Update the DataFlow-specific entries. (Make sure you are not creating duplicate properties.)
dataflowVersion=8.0.1-122
dataflow.localEngineInstallPath=${installPath}/actian-dataflow-${dataflowVersion}/bin
Linux Patch
- Request the DataFlow engine patch from Actian Support or Actian ESD, e.g.
actian-dataflow-8.0.1-122.zip
. - Extract the DataFlow engine folder from the .zip file, e.g.
actian-dataflow-8.0.1-122
. - Move the engine folder to
/opt/actian/integration-manager/actian-dataflow-8.0.1-122
. - Open
/etc/opt/actian/integration-manager/conf/application.properties
. - Update the DataFlow-specific entries. (Make sure you are not creating duplicate properties.)
dataflowVersion=8.0.1-122
dataflow.localEngineInstallPath=${installPath}/actian-dataflow-${dataflowVersion}/bin