Tungsten Automation

Tungsten Transformation Thin Client Server 2025.1 Update 5

Release Date: June 24, 2026

© 2026 Tungsten Automation. All rights reserved.
Use is subject to license terms.

Introduction

You can install Tungsten Transformation 2025.1.5 to resolve the issues listed below.

Issues resolved in this update

ID Issue Solution
2242443

Upgraded project logs off the validator in Thin Client without specific error when row is added/validated.

Confirming empty table cells in Thin Client Validation works as expected.

Issues resolved in previous updates

Update 2

ID Issue Solution
2212303

Field groups overlap in Thin Client Validation.

Group boxes are displayed as expected when collapsed or expanded.

2193125

Combo boxes filled by script not working in Thin Client Validation tables.

Combo boxes filled by script work as expected.

2184508

Combo Box Text Overlapping in Thin Client Validation.

The combo box text displays correctly without overlap in the Thin Client Validation.

2163381

Thin Client Server: User Enumeration problem.

When a user tries to create multiple sessions from the same browser, an updated error message is displayed, and further details are recorded in the log file for further investigation.

2163339

Blocked fields after having edited table fields without saving them frequently in Thin Client Validation.

Table cells are no longer blocked when they are edited without saving, even when users move between table cells and rows quickly.

Applies to

This update applies to Tungsten Transformation 2025.1 Thin Client Server.

This update is cumulative and includes the resolved issues released in previous Tungsten Transformation 2025.1 Thin Client Server updates.

Files included

This update includes the following files:

File name Version
KofaxTransformationModulesThinClientServer-2025.1.5.exe 2025.1.5
ReadMe-KTM-ThinClientServer-2025.1.5.htm N/A

Install this update

Before installing this update, note the following:

Use the following procedure to install the update:

  1. Close all Tungsten Transformation applications and services.li>

  2. Double-click KofaxTransformationModules-ThinClientServer-2025.1.5.exe to install the update.

  3. Follow the instructions presented to you and when you are notified that the installation process is complete, click Finish.

    Note  A log file is created automatically in the location defined in the TEMP environment variable. Access this path by typing %Temp% in Windows Explorer.

  4. If not already present, add an entry to the Web.config file to manage session handling.

    In the web.config locate the <sessionState> node and add the following:

    sessionIDManagerType="Kofax.KTS.Services.Sessioning.KtsSessionIdManager"
  5. Clear your browser cache.

Remove this update

Before removing this Update, note the following:

You can uninstall this Update by using the Add or Remove Programs utility by selecting the Show updates option to remove Tungsten Transformation 2025.1 Thin Client Server 2025.1.5.

Additional optional configurations

Changing the Number of Images in the Cache

  1. Open the Thin Client Server web.config in a text editor.
  2. In the <Kofax.KTS.Services.Properties.Settings> section, add the following section to the file:

    <setting name="LimitLoadedPageCount" serializeAs="String"> <value>10</value> </setting>

    By setting the value to 10, the 10 most recently accessed images are cached. You can change this to a different value to set the number of recently accessed images to cache. To cache all images from the most recently accessed three documents, set the value to -1:

    <value>-1</value>
  3. Save and close the file. The change takes effect and no applications or services need to be restarted.

Restoring Customization Settings

There are two configuration files specific to Tungsten Transformation 2025.1 Thin Client Server that you may change:

  1. Web.config file, which is located inside the root folder of the Tungsten Transformation 2025.1 Thin Client Server installation path.
  2. KCThinClientModule.exe.config file, which is located inside the \bin folder of the Kofax Capture installation.