Kofax Transformation Toolkit Thin Client Server 7.0.0 Fix Pack 5 English
Release Date: November 10, 2022
© 2022 Kofax. All rights reserved.
Use is subject to license terms.
Introduction
You can install Kofax Transformation Toolkit 7.0.0.5 to resolve the issues listed below.
Issues Resolved in This Fix Pack
1849386: Reinstate Right Click On Fields Copy/Paste Window
It is now possible to right-click on fields to access the Shortcut menu.
1843102: ValidationForm_BeforeComboBoxDropDown is not thrown anymore when combo box is entered
If a combo box is populated via the BeforeComboBoxDropDown procedure in script, then combo box items are now updated as expected, whenever selected or focused.
1842252: Move page order does not work
It is now possible to successfully rearrange and move the pages in a document.
Issues Resolved in Previous Fix Packs
Problems Resolved in Fix Pack 4
1840030: After accessing a batch using the batchid parameter, the user is not logged out.
Users are now successfully logged out after closing or suspending a batch when using the ?batchid=[batchName] URL parameter to open a specific batch.
1827000: Table Fields are not shown at the expected location when the index fields are part of a group.
If the Use defined form layout setting on the Project Settings - General tab is not selected and there is a custom validation form defined, the order of the fields that appear in Thin Client Validation match the order defined in the custom validation form.
However, Kofax recommends that if there is a custom validation form defined then the Use defined form layout setting should also be selected.
1819347: Thin client server retains old image while validating with slow network connections.
Document images are now loaded correctly, even when there is a slow network connection or a user presses Enter in quick succession.
Problems Resolved in Fix Pack 3
1824074: Navigating to table having hidden columns and columnIndex of invalid cell is higher than visible column count is forcing logout.
Navigation in tables now accounts for hidden columns. As a result, users are no longer logged out when a hidden column is encountered.
1819326: Different issues when using tables having invisible columns
Cell position and highlighting is now cleared if you overwrite a cell using the Backspace key or by typing over the value.
f you select a cell to the right of an invisible column and then click on another element such as the Project Tree, typing now redirects to the originally selected cell.
Next Invalid Cell navigation now works correctly when a table includes hidden columns.
It is now possible to force a cell valid, even when a table includes hidden columns.
Lassoing a field saves the correct value to both the user interface and the XDoc.
A scripted combo box in a cell now works in a table with hidden columns.
1821059: Cell highlighting does not work properly when having invisible columns
Cell highlighting now works as expected when editing a table, even when there are invisible columns.
1821052: Invalid cell navigation not working when having more than one table on the form.
Navigation now goes to the first invalid cell in a table when navigating between invalid tables when validating fields.
1813429: Use As Display Field in KTM synchronization issue - Display fields are visible only for first document.
Display fields are now visible for all documents.
1813121: Sticky notes content script is executed.
Sticky Note contents are now encoded. This means that script code can be added to a Sticky Note without being executed.
1812989: Folder tab is not shown in validation when available Class List combo box is hidden.
The folder tab is now displayed correctly, even when the Class List and other tabs are hidden.
Problems Resolved in Fix Pack 2
1813112: Navigating to table having hidden columns and columnIndex of invalid cell is higher than visible column count is forcing logout.
Navigation in tables now accounts for hidden columns. As a result, users are no longer logged out when a hidden column is encountered.
1805429: Option to hide verbose error message information
When invalid parameters are passed as part of an input object, a verbose error message is no longer part of the response.
Instead, a customized response object is returned with error code ‘652’ and ‘Invalid input parameters’ as the message.
1803159: Deleting all documents in a batch prevents closing batch successfully
Deleting all documents in a batch no longer causes issues closing a batch. The documents are successfully deleted, and the batch closes as expected.
1802817: Default buffer size too small for getting batch field values if there are lot of batches with long batch field values
When an error occurs due to a full buffer you are redirected to the log off page so that you can log on again.
If this occurs often, please contact your Administrator and ask them to increase the buffer size on the web server from 250000 to 1000000 (10mb) in the web.config as follows:
<binding name="Kofax.KTS.Backend.Capture.BindingConfiguration" maxReceivedMessageSize="10000000" maxBufferSize="10000000" sendTimeout="00:05:00" receiveTimeout="00:05:00"> <security mode="None"/> </binding>
1799786: Thin Client Server retains old image while validating
Document images are now loaded correctly when switching between documents that have different validation forms, and some forms have multiple tabs.
Problems Resolved in Fix Pack 1
1791642:Implement server generated thumbnails
To reduce thumbnail loading time a script-driven approach to generate thumbnails in the Server Batch_Close event is now available, if wanted.
To save the updated thumbnails in the Thin Clients add the following content to the Kofax.KTS.Services.Properties.Settings section in the web.config file:
The script code required in the Batch_Close event:
1785617: Image is not updated when validating last field in a document and moving to next document.
The image is now successfully updated when validating the last field of a document before moving to the next document in a batch.
Applies To
This fix pack applies to Kofax Transformation Toolkit 7.0.0 Thin Client Server.
This fix pack is cumulative and includes the resolved issues released in previous Kofax Transformation Toolkit 7.0.0 Thin Client Server fix packs.
Files Included
This fix pack includes the following files:
File name | Version |
---|---|
KofaxTransformationToolkitThinClientServer-7.0.0.5.exe | 7.0.0.5 |
ReadMe-KTT-ThinClientServer-7.0.0.5.htm | N/A |
Install This Fix Pack
Before installing this fix pack, note the following:
Do not remove or attempt to repair Kofax Transformation Toolkit using the .msp file provided with this fix pack. This can corrupt your installation and cause errors.
You must have full Windows administrative privileges to perform these procedures.
Make sure that Kofax Capture and Kofax Transformation Toolkit 7.0.0 are installed before applying the fix pack.
Make a backup copy of Web.config file if you have any custom modifications.
Install the Fix Pack with the .exe File
Use the following procedure to install the fix pack using the .exe file.
- Close all Kofax Transformation Toolkit applications and services.
Run KofaxTransformationToolkit-ThinClientServer-7.0.0.5.exe to install the fix pack.
Important Do not double-click and run the .msp file. Using this file in this way to install the fix pack can result in a corrupted installation. Use the .msp file only if you are installing the fix pack from the Command Prompt.
Instructions are below.
Follow the instructions presented to you and when you are notified that the installation process is complete, click Finish.
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"- Clear your browser cache.
Install the Fix Pack with the .msp File
Use the following procedure to install the fix pack using the .msp.
Note:An MSP is no longer included with Kofax Transformation Toolkit Thin Client Server.
For Kofax Transformation Toolkit fix packs, it is possible to extract the MSP from the executable as follows.
Where /T specifies the temporary working folder and /C extracts the files. These two parameters must be used together if you want to extract the MSP file from the executable.
In addition to these parameters, you can also use /Q for quiet mode.
Important: Do not remove or attempt to repair Kofax Transformation Toolkit Thin Client Server using the extracted .msp file. This can corrupt your installation and cause errors.
Perform these steps on each client and workstation running Kofax Transformation Toolkit:
- Start the Command Prompt.
- Use the cd command to switch to the folder containing .msp file.
Run the following command:
msiexec /update KofaxTransformationToolkit-ThinClientServer-7.0.0.5.msp REINSTALL=ALL REINSTALLMODE=omus PATCHINSTALL=1To enable logging, add the /L switch to the end of the command. The following command generates verbose logging to C:\KofaxTransformationToolkit-ThinClientServer-7.0.0.5.log:
/L*v C:\KofaxTransformationToolkit-ThinClientServer-7.0.0.5.logIf 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"- Clear your browser cache.
Remove This Fix Pack
Before uninstalling this fix pack, note the following:
- You must have full Windows administrative privileges to perform these steps.
You can uninstall this Fix Pack by using the Add or Remove Programs utility (or on a Windows 2008 Server, the Programs and Features utility) by selecting the Show updates option to remove Kofax Transformation Toolkit 7.0.0 Thin Client Server Fix Pack 5.
Changing the Number of Images in the Cache
- Open the Thin Client Server web.config in a text editor.
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>- 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 Kofax Transformation Toolkit 7.0.0 Thin Client Server that you may change:
- Web.config file, which is located inside the root folder of the Kofax Transformation Toolkit 7.0.0 Thin Client Server installation path.
- KCThinClientModule.exe.config file, which is located inside the \bin folder of the Kofax Capture installation.
Changing the Server Scheduler Timeout Period
To change the Server Scheduler timeout period, do the following:
In the Registry Editor, select the following key:
For x64 operating systems: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Kofax\Transformation\4.0\Server
For x86 operating systems: HKEY_LOCAL_MACHINE\SOFTWARE\Kofax\Transformation\4.0\Server
- Right-click the key and select New > DWORD (32-bit) Value.
- In the Name field, enter ExtractionProcessTimeout.
- In the Data field, enter the duration of the timeout in minutes. The default is 1440 for 24 hours.
- Restart Server Scheduler.