------------------------------------------------------------------------ Kofax Transformation Modules Thin Client Server 6.3.1 Fix Pack 15 English Release Date: October 15, 2021 ------------------------------------------------------------------------ Copyright (c) 2021 Kofax, Inc. All rights reserved. Use is subject to license terms. Problems Resolved in This Fix Pack ======================================== 1685359 - ValidationForm Panel stops loading when changing cell values in DocumentLoad event Table updates through script in the initial ValidationForm_DocumentLoaded event are now properly supported. Problems Resolved in Previous Fix Packs ======================================= Problems Resolved in Fix Pack 14 ================================ 1647759 - Not possible to edit a field that has enabled always CAPITAL letters in Thin Client Validation It is now possible to edit a field in Thin Client Validation when that field has the ‘Always CAPITAL letter’ setting selected. Problems Resolved in Fix Pack 11 ================================ 1589552 - Thin Client through error "Could not load type 'Kofax.KSMS.Global.FilterItem' from assembly 'Kofax.KSMS.Global" Some dependent KSMS interface DLLs were added so that the Thin Client now works as expected when using the Kofax Search and Matching Server. 1583267 - Validation rule is not executed in Thin Client at batch close. All field changes are now detected so that batches cannot be closed without validating any field changes. Problems Resolved in Fix Pack 9 =============================== 1554351 - Thin client: PDF Thumbnail loading crashes sometimes W3Wp.exe process An error no longer occurs when loading thumbnails from PDF because of improvements to the memory handling for image loading. 1543492 - ThinClient - scrolling resetting lassoed value When a user scrolls the mouse wheel, the existing values of the table cells are no longer lost. 1524104 - Cannot Copy and Paste Page1 to the same document If you copy a page, you can now paste it to the same document as long as you select the document before pasting. Whichever page is copied cannot be pasted onto itself or the next page at page-level. As a workaround for this limitation in copying pages onto themselves, paste the page by selecting the document and then move the page to the desired positon. Problems Resolved in Fix Pack 7 =============================== 1452045 - Thin Client steps back to the first document that still has invalid fields left after another document has been validated and not to the next document as thick client does After validating a document, Thin Client Validation now navigates to the next invalid document in a batch, as expected. Problems Resolved in Fix Pack 6 =============================== 1452045 - Thin Client steps back to the first document that still has invalid fields left after another document has been validated and not to the next document as thick client does After validating a document, Thin Client Validation now navigates to the next invalid document in a batch, as expected. Problems Resolved in Fix Pack 5 =============================== 1407953 - Images cannot be loaded into Thin Client Server Validation when the documents are based on PDF import There are no longer issues when loading images in Thin Client Validation when the documents are based on PDF import. Problems Resolved in Fix Pack 4 =============================== 1373529 - Thin Client Server - Use of HandleImagesBitonal in web.config blocks second login Executing images in a bitonal format is now successfully performed on the Thin Client Server. Problems Resolved in Fix Pack 3 =============================== 1356368, 1346960 - Thin Client Validation Form Remembers Last Rubber Banded Values Repetitive changes to fields configured for autocomplete are now successfully saved to the document. 1353062, 1338529 - If a document is reclassified by script in Thin Client Validation then scripted label changes are not set although ValidationForm_DocumentLoaded is thrown It is now possible to reclassify a document via script without encountering an error. 1351248 - Disable Supported Browser Check in Thin Client Google Chrome has been removed from the unsupported browser check. 1351306 , 1338595 - Thin client validation does not respond anymore if folders and tables are used and jumped back to previous doccment When using a folders and tables the thin-client is no longer showing "loading" when navigating to a previous document. Problems Resolved in Fix Pack 2 =============================== 1318024 - Cannot merge folders in Thin Client Validation. Key cannot be null. Parameter name: Key. Please suspend and reload the batch It is now possible to successfuly merge folders in Thin Client Validation. Problems Resolved in Fix Pack 1 =============================== 1324668 - Per column search for relational databases is not working correctly in thin-client The per column search option is now working successful for relational databases in Thin Client Validation Applies To ========== Kofax Transformation Modules 6.3.1 Thin Client Server Files Included ============== This fix pack contains the following files: KofaxTransformationModules-ThinClientServer-6.3.1.16.exe ReadMe-KTM-ThinClientServer-6.3.1.16.txt Installation Instructions ========================= Before installing this fix pack, note the following: * Do not remove or attempt to repair Kofax Transformation Modules 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 Modules 6.3.1 are installed before applying the fix pack. * Make a backup copy of Web.config and KCThinClientModule.exe.config files if you have any custom modifications. Installing the Fix Pack ======================= 1. Close all Kofax Transformation Modules applications and services. 2. Run KofaxTransformationModules-ThinClientServer-6.3.1.16.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. 3. Follow the instructions presented to you and when you are notified that the installation process is complete, click Finish. 4. Clear your browser cache. Installing the Fix Pack with the .msp File ========================================== NOTE: An MSP is no longer included with Kofax Transformation Modules Thin Client Server. For Kofax Transformation Modules fix packs, it is possible to extract the MSP from the executable as follows. KofaxTransformationModules-ThinClientServer-6.3.1.16.exe /T: /C 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 Modules 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 Modules: 1. Start the Command Prompt 2. Use the cd command to switch to the folder containing .msp file. 3. Run the following command: msiexec /update KofaxTransformationModules-ThinClientServer-6.3.1.16.msp REINSTALL=ALL REINSTALLMODE=omus PATCHINSTALL=1 To enable logging, add the /L switch to the end of the command. The following command generates verbose logging to C:\KofaxTransformationModules-ThinClientServer-6.3.1.16.log: /L*v C:\KofaxTransformationModules-ThinClientServer-6.3.1.16.log 4. Clear your browser cache. Changing the Number of Images in the Cache =========================================== 1. On the Thin Client Server, open web.config in a text editor. 2. In the section, add the following section to the file: 10 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: -1 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 Kofax Transformation Modules 6.3.1 Thin Client Server that you may change: 1. Web.config file, which is located inside the root folder of the Kofax Transformation Modules 6.3.1 Thin Client Server installation path. 2. KCThinClientModule.exe.config file, which is located inside the \bin folder of the Kofax Capture installation. Uninstalling the fix pack ========================= Before uninstalling this fix pack, note the following: * You must have full Windows administrative privileges to perform these procedures. 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 Modules 6.3.1 Thin Client Server Fix Pack 1. For more information, refer to following other documentation: ============================================================ Kofax Transformation Modules 6.3.1 Release Notes ReadMe-KTM-6.3.1.16.txt