Resolved issues
This topic lists the resolved issues in Tungsten Capture 11.2.0. This Tungsten Capture product release is cumulative and includes the resolved issues from earlier releases.
ID | Title | Solution |
---|---|---|
2153246 |
Capture Web Deployment was not working with IIS 10 default mime type. |
To prevent the issue, comment out the first mime type in the web.config file in the Web Deployment folder, as shown below:
|
2134916 |
Batches placed in QC status could be unrejected even when user profiles were enabled and the "Allow Batch Manager to edit batch queue and status" setting was not enabled. |
Batches placed in QC status are now unrejected only when user profiles are enabled and the "Allow Batch Manager to edit batch queue and status" setting is enabled. |
2134660 |
OCR results written to an Excel file were distributed across multiple worksheets instead of a single worksheet. |
OCR results are saved to a single Excel worksheet. For details, see Tungsten Capture Help. |
2126180 |
When you performed validation on a PDF, the PDF randomly jumped back to the first page. |
During validation, PDF files no longer jump back unexpectedly to the first page. |
2124929 |
During the export of PDF files, if the export path contained Tungsten Capture variables, the variable name was used in the path instead of its value. |
If the export path for PDF files includes a Tungsten Capture variable or macro, the value is retained in the path. |
2124677 2060897 |
When deleting a row in a batch class that contained a Validation script, the Validation module would shut down. |
When a row is deleted during Validation, the Validation module continues with processing without shutting down. |
2121400 |
When using PostGreSQL for database lookup, an "Unable to cast object of type error" would display. |
To prevent the issue, add the following tag to ACConfig.xml:
Where: <Value>: Set to 1 to restrict database validation query against user's schema. Default value is 0. <database_validation_name>: Set the name of the database validation to apply the restriction to. If not defined, database restriction will be applied to all database validations. <schema_name>: Set the name of user's schema. If you have many batch classes using Database Validation with different types of databases, use the ACConfig.xml tag DBValRestrictions to specify which batch classes can use the DBValRestrictions. As a result, other batch class database validations will not fail. |
2118746 |
In DOXiS4 Capture 11.1.0 - Contentions in the database during peak times would shut down Transformation Modules Validation. |
To prevent the issue, add the following tag to ACConfig.xml:
Where: <TransactionStatusUniqueness> is used to specify the behavior for updating the state.txt file with the following values: 1: Use machine name and system timer to ensure uniqueness. 0: Enhance the current implementation by incorporating machine names and thread IDs to ensure uniqueness. (Default) |
2104641 |
When using shared scanner profiles, the state.txt file on the server was overwritten by workstations that shared that file. |
To prevent the issue, add the following tag to ACConfig.xml:
Where: - The StateSynchronization attribute can be one of the following values: 1: Enables the update of state.txt for shared scanner profiles. (Default) 0: Disables the update of state.txt for shared scanner profiles. |
2102454 |
A warning message appeared when a new index field was added to a batch class that had a Validation script. |
This warning message no longer appears. |
2095783 |
RSA reported "91 Object reference not set to an instance of an object" when a legacy SDK libraryKofax.ACWFLib.IACWorkflowAgent interface was used in a workflow agent. |
This error message no longer appears. |
2095688 |
PDF Generator displayed a RER_INTERNAL_ERR error message when processing some images. |
This error message no longer appears during PDF Generator processing. |
2087222 |
Ampersands did not display correctly when entered into the Values list of a Field Type. |
Ampersands appear correctly when entered into the Values list of a Field Type. |
2084771 |
Report Viewer was unable to generate reports when using an Oracle database. |
To prevent the issue, change the Report Viewer application's database server to an appropriate ODBC Oracle Driver by adding the following tag to ACConfig.xml:
Where: Driver_name_key_string: Is the ODBC Oracle Driver key name registered in the Windows Registry at the following path: Windows 32-bit: HKLM\SOFTWARE\ODBC\ODBCINST.INI Windows 64-bit: HKLM\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI Example: <ACConfig>...<ReportViewer ODBCOracleDriver="Oracle in OraClient19Home1" /></ACConfig> If this tag is not set, the default value of the Driver_name_key_string is "Microsoft ODBC for Oracle." |
2083415 2083372 |
Processing small images in the PDF Generator module caused errors in the PDF generator queue. |
To prevent the issue, add the following tag to ACConfig.xml:
Where: X = the smallest pixel width value that is acceptable. For example: <OCREnhancedSettings MinImageDimensionPixels="13"/> |
2083102 2083105 |
When batches were created and processed through Capture Network Server from the Remote Site to the Central Site, the BatchCreationDateTime stamps were inconsistent or off by an hour. |
The BatchCreationDateTime stamps are now correctly displayed. |
2072844 |
Administration OCX Panel - A KfxOcxEventPublishErrorsGet event was issued twice when publishing a batch class. |
A KfxOcxEventPublishErrorsGet event is now issued only once when publishing a batch class. |
2069276 2069240 |
Quality of exported PDF files was degraded. |
To prevent the issue, add the following tag to ACConfig.xml:
Where: Profile Name = the OmniPage profile name. |
2063160 |
When information was read from a DataMatrix bar code and its values were entered into fields and tables in Validation with VB.NET scripts, incorrect values would appear. |
All DataMatrix bar code values are now correctly recorded. |
2060455 |
Validation script BatchLoading and BatchUnloading events were firing per document instead of per batch. |
BatchLoading and BatchUnloading events now occur on a per batch basis, rather than per document. |
2060342 |
This PDF Generator warning occurred when using the OmniPage engine, and Capture treated it as an error:
|
PDF Generator ignores the warning and continues the OCR process. |
2039483 |
Obsolete MS Access Database Engine was distributed with the Kofax Capture 11.1 installer. |
MS Access 2016 Database Engine is included in Tungsten Capture 11.2 installation media and version 2010 is removed. |
2000306 |
Could not suppress reboot during automated installation of Kofax Capture using .ini files. |
With the silent installation of Tungsten Capture 11.2, the system is still restarted but the installation continues automatically, as designed. |
2000187 |
PDF Generator generated an error while compressing PDF/A documents. |
PDF Generator compresses PDF/A documents normally, without errors. |
1991094 |
The following error message appeared when running the Batch Summary Report in Report Viewer and was caused by specifying too large a span between the start date and end date of batches being processed:
|
Batch Summary Report generates reports even when there is a large span between the start date and end date of batches being processed. |
1988028 |
When attempting to review the Station Versions in the Administration module, the values were not displayed. |
The Station Versions in the Administration module display the proper values. |
1976026 |
Validation script: Changed values in the event DocumentPostProcessing were not saved. |
Changed values in the event DocumentPostProcessing are saved properly. |
1968815 |
Batch field filters did not display the proper heading or value. |
Batch field filters display the proper headings and values. |
1960322 |
Opening or configuring the export connector in the Administration Module displayed as an error in the error logs. |
This error no longer appears in the logs. |
1959519 |
When installing an earlier version of Capture using the AlwaysOn database, the following error would appear:
|
This error no longer appears during installation when the AlwaysOn database is used. |
1954300 |
Developer Guide: Information on how to upgrade from SBL to VB.NET was missing. |
This information is now available in Appendix C of the Tungsten Capture Developer's Guide. |
1949121 |
The Utilities.vb item was missing in the Text Export Connector project configuration when source code was loaded from the CaptureSV source folder. |
Utilities.vb item is now present after the source code is loaded. |
1947017 |
PDF Generator failed when using the Enhanced PDF Profile. |
PDF Generator operates normally when using the Enhanced PDF Profile. |
1941378 |
The Migration Utility listed the wrong parameter "/u" as being used to unassign a user or group instead of "/ua". |
The Migration Utility has been corrected so that the Unassign parameter is shown as /ua. |
1931833 |
The Capture Export Service would stop processing batches every 12 hours or so, requiring a restart. |
Export service processes batches continuously. |
1925993 |
The "Keep barcodes and patch codes on all sides" feature did not work on every page. |
The "Keep barcodes and patch codes on all sides" feature works on every page. |
1892952 |
The RegAscEx registration tool failed to register Kofax Workflow Automation, Kofax Import Connector Plug-In and Kofax Transformation Modules correctly. |
The RegAscEx registration tool correctly registers Workflow Automation, Import Connector Plug-In, and Tungsten Transformation. |
1891263 |
Batch field column headings did not display in the Validation module. |
“Batch field” column headings display properly in the Validation module. |
1883328 |
Switching to a multipage view window in Validation and Verification caused pages to display incorrectly. |
Pages in the multipage view window in Validation and Verification display correctly. |