Integration Service - Enabling 64-Bit Service
Micah A. Parker avatar
Written by Micah A. Parker
Updated over a week ago

Product: Integration Service


The Integration Service by default is ran under the 32-bit configuration - some Business System integrations can benefit from running the service under the 64-bit configuration.

The 64-bit Integration Service leverages the 64-bit architecture of your machine (if available) allowing for enhanced processing through larger memory-access and enhanced processing performance.


Enabling 64-bit Integration Service


In order to enable the 64-bit Integration Service you'll need to log in as the user which the Integration Service was installed under - by recommendation of TrueCommerce this should be your local admin account

Navigate C:\Program Files (x86)\True Commerce\TmoIntegrationServiceV2

Right Click โ†’ Edit in Notepad: TmoIntegrationServices.exe.config

Set: Prefer64Bit to "True"

Save: The file

Legacy Integration Service (v1) Customers - your Installation path will differ: C:\Program Files (x86)\True Commerce\TmoIntegrationService

Prefer64Bit Key

<add key="Prefer64Bit" value="True" />

Restart the Integration Service


Once completed - you'll need to restart the Integration Service so that it may disable the 32-Bit service and activate the 64-bit service instead.

rev 1/4/2024

Did this answer your question?