FileNet Capture 5.2.0 Fix Pack Readme: CAP-5.2.0-009
© Copyright IBM Corporation 2013. All Rights Reserved.

About this fix pack
Accessing IBM FileNet documentation and fix packs
New in this fix pack
Installation, migration, upgrade, and configuration
Requirements
Install this fix pack
Uninstall this fix pack
Product fix history
Contact customer support
Notices
Trademarks
US Patents Disclosure

About this fix pack

This document provides information about the IBM® FileNet® CAP-5.2.0-009 fix pack, which upgrades an existing Capture 5.2.0 system. Capture fix packs are cumulative; each fix pack contains content from all previously released fix packs since the base release.

NOTE IBM recommends that all Capture client stations have the same Capture fix level.

Accessing IBM FileNet documentation and fix packs

Documentation

To access documentation for IBM FileNet Capture, go to http://www.ibm.com/support/docview.wss?rs=3276&context=SSNVMX&uid=swg27010327.

Fix packs

To access fix packs for IBM FileNet Capture, go to IBM Fix Central. (http://www.ibm.com/support/fixcentral/)

Compatibility

For compatibility information, see IBM FileNet Capture Hardware and Software Requirements.

New in this fix pack

 

Capture Viewer files updated for Outside-In Viewer security bulletin

For Content Engine customers, the IBM FileNet Capture fix pack installer updates the Capture Viewer files. Customers who installed IDM separately must download the latest IDM fix pack (IDM 4.0.3-002 or later).

New Qualifications

CAP-5.2.0-009 is qualified for use with:

For more information about the resolved defects in this fix pack, see "Product fix history".

For information about Capture new features and known issues, see the Capture Release Notes.

 

 

Introduced in CAP-5.2.0-008

Enforcing the embedded TIFF orientation flag

Under some conditions, the Full Text OCR engine does not follow the embedded TIFF orientation flag. To enforce the embedded TIFF orientation flag, complete this procedure:

  1. If necessary, create a file, named Capconfig.ini, in the same default location as the Local Repository.
  2. Add this entry to the Capconfig.ini:

    [FullTextOCR]
    UseOrientationFlag=1

    Setting UseOrientationFlag equal to 1 forces the OCR engine to follow the embedded Orientation setting in a TIFF image, rather than perform an automatic rotation on the image.

    IMPORTANT: This setting takes precedence over the "AutoRotation" registry setting.

Exporting multi-page TIFF images with ADR

Capture 5.2.0-008 is releasing the PICN20.dll file as Picn20.zip, and installs it in ..\Capture\Programs. Customers who are experiencing problems with exporting multi-page TIFF images need to replace the PICN20.dll in the MS-Windows SYSTEM32 directory.

Disabling Auto Rotation

When AutoRotate is enabled by default, ZonalOCR might produce an error. To disable auto rotation:

  1. Create or edit the CapConfig.ini file in the same default location as the Local Repository.
  2. Add these entries to the CapConfig.ini:

    [ZonalOCR]
    AutoRotation=0

    The default value for AutoRotation is 1. Setting AutoRotation=0 causes the OCR engine to not automatically rotate the image, and to process the image in its native orientation.

Capture Viewer files updated for Outside-In Viewer security bulletin

For Content Engine customers, the IBM FileNet Capture fix pack installer updates the Capture Viewer files. Customers who installed IDM separately must download the latest IDM fix pack (IDM 4.0.3-001 or later).

Software Qualifications

CAP-5.2.0-008 is qualified for use with:

For more information about the resolved defects in this fix pack, see "Product fix history".

For information about Capture new features and known issues, see the Capture Release Notes.

Introduced in CAP-5.2.0-007

Disabling adjustment for daylight savings time (DST)

The current date policy is that a user must enter a time when entering a date value in a Content Engine property field. FileNet Capture adjusts the time for daylight savings time.

To disable the adjustment for daylight savings time, complete the following steps:

  1. If necessary, create a file, named Capconfig.ini, in the same default location as the Local Repository.
  2. Add these entries to the Capconfig.ini:

    [RilCE]
    IgnoreDST=1
    [RilSharedCE]
    IgnoreDST=1

Enabling manual entry of required index values

When a user enables auto-indexing but does not fill in all of the required fields, the user is unable to enter index data and proceed to the commit operation.

To workaround this issue, complete the following steps:

  1. If necessary, create a file, named Capconfig.ini, in the same default location as the Local Repository.
  2. Add this entry to the Capconfig.ini:

    [Index]
    ProcessOnError=1

Setting this flag equal to 1 allows a user to manually enter the required index values and proceed to committal.

Configuring imprinters to print supported number of characters

To enable support for your imprinter to print the number of characters that your scanner supports:

  1. On the FileNet Capture workstation to which the scanner in question is connected, configure a ptscan scanner and exit from FileNet Capture when you are finished.
  2. Locate and open the scan.ini file. The default location is in the user temp directory.
  3. In the [Installed Scanners] section of the ini file, look for "Current Scanner=" and the name of the scanner.
  4. Create a section within the ini file [<name of the scanner>]
  5. Create an ini key name "EndorserSize" and set the desired value for the number of characters to print. For example:

    [Kodak i1300]
    EndorserSize=30

    Important: The value you enter here must be correct and supported by the scanner.
  6. Save the scan.ini file
  7. Reboot the FileNet Capture workstation.

Enhanced logging for failed Content Engine batch committals

The FileNet Capture trace log is enhanced to include the following information:

To enable enhanced logging for failed Content Engine batches:

  1. If necessary, create a file, named Capconfig.ini, in the same default location as the Local Repository (For example, C:\Documents and Settings\All Users\Application Data\IBM\Capture\CapConfig.ini).
  2. Add following entries to CapConfig.ini, according to your requirements:
    1. To enable the logging for non-shared CE:

      [RilCE]
      DebugCommit=1
    2. To enable logging for shared CE:

      [RilSharedCE]
      DebugCommit=1
  3. Save the CapConfig.ini file.
  4. Enable IDM tracing (add rilce.dll or RilSharedCE.dll).

Software qualifications

CAP-5.2.0-007 is qualified for use with:

Introduced in CAP-5.2.0-006

Support for Duplex scanning mode

FileNet Capture supports duplex (also known as "double-sided" or "front and back") scanning mode. Note that the scanner must also support duplex scanning for this feature to be available.

NOTE

To enable support for duplex scanning mode:

  1. On the FileNet Capture workstation to which the scanner is connnected, locate and open the scan.ini file. The default location is in the user temp directory.
  2. Make a note of the value of the Current Scanner= entry in the scan.ini file.
  3. Add the following entries to the scan.ini file.

    [Current Scanner]
    Page UI=1

    For example, to enable duplex mode for the Böwe Bell+Howell 3210, the scan.ini file includes these entries:

    Current Scanner=Böwe Bell+Howell 3210
    [Böwe Bell+Howell 3210]
    Page UI=1
  4. Save the scan.ini file
  5. Reboot the FileNet Capture workstation.

Removal of carriage return characters in barcode text string

Under certain conditions, the barcode characters do not display correctly. To fix this problem, you must remove carriage return characters in the barcode text string.

To remove the carriage return characters, complete the following steps:

  1. Create a file, named Capconfig.ini, in the same default location as the Local Repository.
  2. Add this entry to the Capconfig.ini:

    [DocProcessing]
    StripCR=1

Introduced in CAP-5.2.0-005

Optional registry keys to modify, enable or disable Capture Professional options

NOTE: These registry keys are not mandatory. Install the optional registry keys only if your environment requires the functionality described in this section.

Under some conditions, an administrator might need to modify, enable, or disable certain options in the FileNet Capture application. For example, the administrator might need to disable some options for restricted users, or change the File Import Polling Interval. This fix pack installs 6 files, PJnnnnn.reg.txt in the ..\Capture\Programs, where nnnnn is the number that corresponds to an APAR. Use these 6 files to:

Double-click the .txt file to review the changes that the .reg file makes to the registry.

To apply the APAR fixes, close the Capture application and then rename PJnnnnn.reg.txt to PJnnnnn.reg, and double-click the .reg file to modify the registry. FileNet Capture modules check the registry for keys that the .reg files create. If a module finds the keys, it enables, disables, or modifies an option, based on the value of the DWords. The table below provides details of the files, options, registry DWords, and values.

Filename
Options or components affected
DWord
Values (hexadecimal)
Notes

PJ37401.reg.txt

Allow multiple selection

AllowMultipleSelections

0=disabled, 1=enabled

 
Allow Cut/Copy/Paste/Delete/Drag/Drop
AllowCutCopyPaste
0=disabled, 1=enabled
 

PJ37590.reg.txt

Capture Polling Interval

PollingIntervalType

0=minutes, 1=seconds

The default is 1.

If PollingIntervalType=0, see the Capture Professional online help for details about configuring the polling interval in minutes.

PollingIntervalSeconds

When PollingIntervalType=1:

  • Capture uses the value stored in PollingIntervalSeconds as the Capture Polling Interval.
  • Capture sets PollingIntervalSeconds to A (10 decimal) seconds by default.
  • The valid range is 1 second to E10 (3600 decimal) seconds.

The PollingIntervalSeconds entry values override the values in the user interface, and Capture ignores the values in the user interface.

PJ37281.reg.txt

File Import Polling Interval

PollingIntervalType

0=minutes, 1=seconds

The default is 1.

If PollingIntervalType=0, see the Capture Professional online help for details about configuring the File Import polling interval in minutes.

PollingIntervalSeconds

When PollingIntervalType=1:

  • Capture File Import module uses the value stored in PollingIntervalSeconds as the File Import Polling Interval.
  • Capture sets PollingIntervalSeconds to A (10 decimal) seconds by default.
  • The valid range is 0 seconds to E10 (3600 decimal) seconds.
If PollingIntervalSeconds=0, then File Import Polling is disabled.

The PollingIntervalSeconds entry values override the values in the user interface, and the Capture File Import module ignores the values in the user interface.

PJ37487.reg.txt

Automatic Page Rotation in Full Text OCR

AutoRotation

0=disabled, 1=enabled

The default is 0, which means that Capture suppresses FTOCR page rotation.
PJ37614.reg.txt

Full Text OCR Engine

EngineTradeOff

1=accurate, 2=balanced, 3=speed

Specify 3 or 2 when processing documents that are graphics intensive. Specify 1 for documents that contain mostly text.

The default is 2.
PJ37452.reg.txt.

Dual Streaming for Kodak scanners

Some Kodak scanners allow you to generate two images, one color and one black-and-white, from a single colored page.

AllowMultiStreaming

0=disabled, 1=enabled

The dual streaming option is only supported by the File/Image Format: Autoselect in the Capture Professional user interface.

Introduced in CAP-5.2.0-004

Introduced in CAP-5.2.0-002

Introduced in CAP-5.2.0-001

NOTE In Windows Vista, checking the Run this program as an administrator option in the Compatibility tab prevents Capture Manager from functioning properly. This known issue occurs when you create a Capture Manager shortcut in Windows Vista. To prevent the known issue from occurring, do the following in the Compatibility tab:

Installation, migration, upgrade, and configuration

Installation of this fix pack is not affected by any virus protection software that might be running in the background.

NOTE Capture uses ODBC to connect to various repositories such as SQL and Oracle. If you are using one of these repositories, make sure your ODBC connection is working properly prior to configuring Capture.

Support documentation

Before installing this fix pack, verify that you have the latest copy of the IBM FileNet Capture Documentation. Capture documentation contains additional information that you might need to perform the procedures mentioned in this readme, such as stopping services and applications.

Requirements

This fix pack has the following minimum requirements:

Install this fix pack

If you installed any test modules, review the table in Product fix history. If any test module fixes are not listed in the table, you must reapply the relevant test modules after you install this fix pack.

  1. Download the CAP-5.2.0-009 fix pack, and extract its contents to a temporary location. To download this fix pack from the IBM support page, see Accessing IBM FileNet documentation, compatibility matrices, and fix packs.
  2. Stop Capture and all other applications that are running.
  3. Back up the existing copy of the affected files. To determine the affected files, see the resolved defects table under Product fix history.
  4. If you plan on installing this fix pack silently, you must first record an installation response file:
    1. Navigate to the folder where you extracted the contents of this fix pack and run the setup.exe program from a command prompt:

      setup /r /f1"c:\file1.iss"

      where c:\file1.iss is the response file that will be used in subsequent silent installations.

      NOTE The installation response file records all of your installation preferences and is unique to an installation scenario. The configuration details in the recorded and the replicated system must be identical. For more information about silent installation, see the IBM FileNet Capture Installation and Upgrade Guide.

  5. Start the installation process in one of the following ways:

    To upgrade interactively

    1. Navigate to the directory where you extracted the contents of this fix pack, launch the setup program, and follow the steps in the installation screens.

    To upgrade silently

    1. Navigate to the directory where you extracted the contents of this fix pack and run the setup program from a command prompt:

      setup /s /f1"c:\file1.iss"

      where c:\file1.iss is the response file that you recorded the installation in the previous step.

Uninstall this fix pack

This fix pack does not have an uninstall option. For support, see "Contact customer support".

Product fix history

The following tables list the product fixes in this fix pack.

CAP-5.2.0-009
APAR Name
Defect #
Files Affected
Area
Description

PJ40177

990861

FaxEntry.exe

FaxEntry/Fax Connector

Faxentry randomly goes down and has to be restarted

PJ40819

1143091

FaxeEntry.exe

FaxEntry/Fax Connector

FaxEntry Crashes After Having Processed Some Documents



CAP-5.2.0-008
APAR Name
Defect #
Files Affected
Area
Description

PJ38790

950482

RilShared.dll

Repositories

Unable to upgrade Capture 5.2.0 to a previously used Capture 5.1 Shared CE Oracle database.

PJ38814

951500

Index.ocx

Indexing

The Index component stops autoindexing when the document requires manual input from the user.

PJ38831

952075

RilOfflineIS.dll 

Merge

The Merge component in an offline-only repository throws the error, "Pages in document do not have the same format."

PJ38876

953628

RilBes34.dll

Repositories

User receives "Object page released too many times" error during scanning.

PJ39321

964356

Picn20.zip

ADR/Forms Processing

Installing PICN20.dll, that is found in an interim fix, prevents ADR Scripted Export from exporting multi-page TIFF images.

NOTE For details on this fix, see "Exporting multi-page TIFF images with ADR " in New in this fix pack.

PJ39219

966225

ZonalOCR.ocx

PDF/OCR/Zonal OCR

When AutoRotate is enabled by default, ZonalOCR produces Error -2147467261 "Attempted to read or write protected memory" in a custom application.

NOTE This fix requires entries in the CapConfig.ini file. For details on this implementation, see "Disabling Auto Rotation" in New in this fix pack.

PJ39377

969198

ptscan.ocx

Pixel Scan

Enable compression settings for TIFF + 256 Grey Scale scanning to compress a scanned image size on the Fujitsu fi6130.

PJ39579

974159

ptscan.ocx

Pixel Scan

A scanned image is compressed to a grey band after switching from black-and-white to 24-bit color.

PJ39592

974650

CapOCR.ocx

PDF/OCR/Zonal OCR

The Full Text OCR engine does not follow the embedded TIFF Orientation flag.

For details on this implementation, see "Enforcing the embedded TIFF orientation flag" in New in this fix pack.

973672

Viewer support files

Viewer

Capture Viewer files need to be updated for Outside-In Viewer security bulletin. IDM customers need to download and install the latest IDM fix pack (IDM 4.0.3-001 or later).

For details about this fix, see "Capture Viewer files updated for Outside-In Viewer security bulletin" in New in this fix pack.


CAP-5.2.0-007
APAR Name
Defect #
Files Affected
Area
Description

PJ38460

940738

RilCE.dll, RilSharedCE.dl

Repository Server

Batch does not commit even after Index has auto indexed the required fields.

NOTE This fix requires entries in the Capconfig.ini file. For details on this implementation, see New in this fix pack.

PJ38614

945028

Index.ocx

Indexing

When committing custom date properties to Content Engine, Capture occasionally posts date and time values that are off by one hour.

NOTE This fix requires entries in the Capconfig.ini file. For details on this implementation, see New in this fix pack.

PJ38631

944553

PTScan.ocx

Pixel Scan

The Panasonic kv-s2048c-u inprinter only prints 19 characters.

NOTE This fix requires entries in the scan.ini file. For details on this implementation, see New in this fix pack.

PJ38633

945513

Capturedesktop.exe

Assembly

The FileNet Capture Desktop Assembly component does not separate the batch into the correct documents according to the Event Activator Rules.

PJ38635

945684

RilCE.dll, RilSharedCE.dll

Repository Server

The folders retrieved by commit from Content Engine are not placed in alphabetical order.

PJ38653

940685

RilCE.dll, RilSharedCE.dll

Repository Server

Customers require more trace information for a failed committal batch to Content Engine.

NOTE This fix requires entries in the Capconfig.ini file. For details on this implementation, see New in this fix pack.

PJ38688

947452

PTScan.ocx

Pixel Scan

Canon 9050c scanner attribute values are changed when they are used with other scanners.

PJ38699

947733

Index.ocx

Indexing

The String Index field displays data incorrectly.


CAP-5.2.0-006
APAR Name
Defect #
Files Affected
Area
Description

PJ37697

897612

PTScan.ocx

Pixel Scan

Users cannot configure duplex scanmode when connecting to Bell & Howell 3610 through USB.

PJ37781

901675

PTScan.ocx

Pixel Scan

Colored images that are scanned as a tiff 4 / color image format show an image size that does not match their image size on Image Services.

PJ38029

918730

Index.ocx

Indexing

Batches with missing required fields are re-indexed several times in polling.

PJ38049

918334

PTScan.ocx

Pixel Scan

Barcodes are read out of order (bottom to top) with the Canon DR 7580C scanner.

PJ38052

920866

CapOCR.ocx

PDF/OCR/Zonal OCR

Intermittent failures with OCR to PDF conversion require manual intervention of Full Text OCR on the batch.

PJ38116

925158

commit.ocx

Commit

FileNet Capture cannot commit TIFF files together with the PDF document when committing to CE 4.5.1.

PJ38347

938073

KFImageProcess.ocx

DocProcessing

Doc processing bar code type PDF147 character does not display properly.

NOTE This fix requires a DocProcessing entry in the Capconfig.ini file. For details on this implementation, see New in this fix pack.

PJ38348

866218

PIXMDLN.DLL

Capture Viewer

Faxed images are truncated in the Capture Viewer after the user saves the Display Orientation.


CAP-5.2.0-005-IF001
APAR Name
Defect #
Files Affected
Area
Description

PJ37948

913709

FNCaptureViewer.ocx

Capture Viewer

Users cannot view TIFF 6 images in the Capture Viewer when IDM-DT is not installed.

PJ37949

913719

FNCaptureViewer.ocx

Capture Viewer

Users cannot view Microsoft Office 2007 Files in the Capture Viewer.

PJ37958

913962

RILSharedCE.dll

Repositories

After installing IBM FileNet Capture 5.2.0-005, committal errors occur when committing to a shared Content Engine Oracle database.


CAP-5.2.0-005
APAR Name
Defect #
Files Affected
Area
Description

PJ37220

857422

FaxEntry.exe

FaxEntry/Fax Connector

Request for Fax Entry's Polling Interval less than the default 1 minute.

PJ37223

851680

Index.ocx

Indexing

Changing Desktop screen resolution shows unreadable truncated index values.

PJ37275

858201

PBFRoutingAgent.ocx

Routing Agent

Processing the ADR component on the second document of a batch returns a Capture shut down.

PJ37281

856876

ImageImport.ocx

File Import

Users cannot configure the File Import polling interval to a time less than 1 minute or in seconds.

PJ37401

856943

FNCaptureList.ocx FNCaptureTree.ocx

List View Control
Tree View Control

Administrators cannot disable Multiple selections and cut/copy/paste options in the Tree view and List view.

PJ37413

855872

RilCE.dll, RilSharedCE.dll

Commit

Poor performance when committing batches to CE from the WAN.

This fix requires that you run capturemgr.exe, select the Capture CE Repository, click Edit, and enable Update DocClass Definitions now.

PJ37434

861658

FTOCR files

PDF/OCR/Zonal OCR

Software fault error when processing Full Text OCR in Capture.

PJ37452

848801

PTScan.ocx

Pixel Scan

Dual streaming option is not enabled as an option in Scan user interface.

PJ37487

866157

CapOCR.ocx

PDF/OCR/Zonal OCR

When PDF is created by Full Text OCR, the first image is rotated upside down.

PJ37507

862814

FTOCR files

PDF/OCR/Zonal OCR

Software fault error when processing Full Text OCR in Capture.

PJ37531

865866

FTOCR files

PDF/OCR/Zonal OCR

Capture is terminated suddenly when processing FTOCR with dense images.

PJ37544

853927

imageimport.ocx

FaxEntry/Fax Connector

Users cannot run File Sweep functionality within File Import in a Fax Entry application.

PJ37590

890095

FNCaptureApp.exe

Professional Application

Request to reduce Capture Application's polling interval for performance enhancement.

PJ37611

893961

Assembly.ocx

Assembly

Settings are not consistently and accurately applied by the Assembly component on a batch.

PJ37614

894169

CapOCR.ocx

PDF/OCR/Zonal OCR

TIF images do not convert into PDF during full text OCR, resulting in batch error.

PJ37622

894200

Index.ocx, IndexVerify.ocx

Indexing

Changing the desktop resolution truncates labels in Indexing.

PJ37654

895426

Merge.ocx

Merge

The Shared Statistic database batch_name in the Merge table is empty for some batches.

PJ37683

895768

PTScan.ocx

Pixel Scan

The Stamper string on the scanner is truncated after 19 characters.

PJ37725

867037

Assembly.ocx

Assembly

The Event Activator rule triggers the wrong document class setting to create batches.

PJ37726

867040

PTScan.ocx

Pixel Scan

Scanning higher than 100 dpi and in color causes Capture to stop during a scan when connected to Fi5530C2 scanner.

PJ37727

867043

PTScan.ocx

Pixel Scan

Scanner imprinter feature prints duplicate numbers.


CAP-5.2.0-004
APAR Name
Defect #
Files Affected
Area
Description

PJ33246

850035

PTScan.ocx

Pixel Scan

Scan unable to toggle from black-and-white to color on the Kodak i1860 firewire.

PJ36333

818894

FaxEntry.exe

FaxEntry/
Fax Connector

Capture creates multiple seed batches when running Assembly outside of Fax Entry.

PJ36653

838096

commit.ocx

Commit

After clearing a folder name, the user cannot select the folder name again when the system is connecting to a CE backend.

PJ36672

812165

ZonalOCR.ocx

PDF/OCR/
Zonal OCR

Zonal OCR: Page attribute only shows one line of data for the OCR Zone of an entire page.

PJ36791

839084

index.ocx

Indexing

The viewer window quickly minimizes when the option Viewer and Input field are selected in separate windows.

PJ36807

825081

Index.ocx, IndexVerify.ocx

Indexing

Index intermittently fails to auto-index in polling mode.

PJ36808

839567

merge.ocx

Merge

Merging PDF v1.5 pages results in a corrupted document after running the component.

PJ36845

841049

index.ocx

Indexing

The Viewer window minimizes during the indexing of images.

PJ36851

840815

PTScan.ocx

Pixel Scan

Factor in Gamma Settings UI for the Canon 9050c does not persist and reverts to Free Hand Option.

PJ36880

833874

FaxEntry.exe

FaxEntry/
Fax Connector

Performance in Fax Entry 5.x is slower than Fax Entry 4.x.

PJ36899

842814

Assembly.ocx

Assembly

A Capture 5.2 assembly performance issue exists with a CE shared repository while using multiple batches in the event activator.

PJ36900 PJ36901

837870

CPEngine.ocx

Capture Path

Paper Jam Error 20122 - ADF Miss Pick with Bell Howell 8125 leads to FNCaptureCmd3.cpp Line: 655 in Capture Path only.

PJ36934

846151

Index.ocx, IndexVerify.ocx

Indexing

Index intermittently fails to auto-index in polling mode.

PJ36953

835584

CPEngine.ocx

Capture Path

The system generates errors 0x07cee9fd and 0x07783dc0 with scan in a Capture Path only.

PJ36975

846950

CPEngine.ocx

Capture Path

When running a batch in Capture path, the scanner returns a captureCnd3.cpp Line:655 error, and Capture hangs.

PJ36986

832072

RilCE.dll, RilSharedCE.dll

Commit

Set Security options do not work in Capture 5.2 with CE4.5.1 patch 1.

PJ37005

848398

ImageImport.ocx

File Import

A sharing violation occurs when File Import is configured on a Polling timer and File Import attempts to retrieve a locked file from the Import directory.
PJ37155

830736

ZonalOCR.ocx

PDF/OCR/
Zonal OCR

Custom app cannot re-run ZonalOCR if ShowMessageBoxes is set to false.

PJ37155

838932

lux.dts, lux.tpx, lux.zlx

ADR/ Forms Processing

ADR Examples Address Template files are expired.

PJ37155

840350

ZonalOCR.ocx

PDF/OCR/
Zonal OCR

ZonalOCR Reset() method fails to clear all OCR zones when running zonal in a custom application.

PJ37155

845198

RilBes34.dll

Repository Server

When pulled up in IDM, scanned Excel sheet formats are saved as Biff8 instead of an application/octet-stream.

 PJ37155

845202

RilCE.dll, RilSharedCE.dll

Repositories

Downloading an image in Workplace alters the original file name when the image is imported to CE from Capture.

PJ37155

845643

PTScan.ocx

Pixel Scan

The system generates duplicate stamper numbers (DCN) from the Kodak i660 scanner.

PJ37156

821596

PTScan.ocx

Pixel Scan

Capture Pixel Scan needs to support JPEG 2000.

PJ37156

821600

PTScan.ocx

Pixel Scan

Capture Pixel Scan needs to support Color PDF.

PJ37156

825435

Patch installer

Setup/Install

Aborting Capture patch installer does not remove the registry entry for the patch.

PJ37156

849172

DocumentReview.dll

ADR/ Forms Processing

ADR: Doc Review uses the Repository Session name instead of domain name when referencing image files in the temporary WorkingFolder.

PJ37156

849349

ImageImport.ocx, CapResHelper2.dll, CapResHelper.dll

File Import

File Import does not display the file attributes for JPEG2000 images.

PJ37156

849879

BlankPage.ocx, CaptureHelper.dll

BlankPageDetection

Support JPEG2000 image format in BlankPage detection.

PJ37159

845628

RILLocal.dll, RILShared.dll, RILSharedCE.dll

Localization

Capture 5.2 FP3 German version returns 'type conflict error' on a Boolean field with a preset value; For example, "false".


CAP-5.2.0-003
APAR Name
Defect #
Files Affected
Area
Description
PJ35593

793273

PTScan.ocx

Pixel Scan

On a German operating system, Capture closes down with no error or warning when trying to connect Scan to a Ricoh IS 420 scanner.

PJ35593

802082

Merge.ocx

Merge

After executing the merge component on a batch, the current phase is not set as merge.

PJ35593

802196

FnCaptureApp.exe

Professional Application

Polling multiple Capture stations with the same polling filter intermittently reprocesses batches.

PJ35593

803367

Index.ocx IndexVerify.ocx

Indexing

The Input field is not in focus when "Input Field in Separate Window" is set and the user is viewing PDFs with Adobe Reader 8.

PJ35593

810281

FNCaptureViewer.ocx

Viewer

Indexing: Viewer does not repaint PDF images properly. If the focus changes from the Indexing viewer to the Indexing input window, then the PDF image turns blank.

PJ35593

812694

CAPTURE.chm

Documentation

Need to clarify the capability of auto-indexing for multi-value fields.

PJ36072

800009

PTScan.ocx

Pixel Scan

Scan does not recognize patch codes that are lower than the scanned page's width dimension.

PJ36171

796904

Patch installer

Setup/Install

Capture Advanced Document Recognition 5.2 encounters errors when running as a Power User.


CAP-5.2.0-002
APAR Name
Defect #
Files Affected
Area
Description
PJ34896

783969

FNCaptureApp.exe
ADRRecognition.ocx
ADRCorrection.ocx
ADRCompletion.ocx
ADRVerification.ocx
ADRScriptedExport.ocx
ADRDocReview.ocx
ADR/Forms Processing
The system displays the "Invalid window handle" error message when invoking an execute2 method of the Capture ADR Recognition component in a custom application.
PJ35268

781510

ImageImport.ocx
File Import
File Import does not separate certain multi-page TIFF documents into single-page TIFFs.
PJ35268
784214
Index.ocx IndexVerify.ocx
Indexing
Using the Shift + F5 keystroke or the F5 key to populate values to a batch, using the "otherdocs" document class, causes a General Protection Fault or does not populate the values.
PJ35268

784808

PTScan.ocx
Pixel Scan
Duplex scanning does not persist with the Fujitsu 5650C scanner in Capture Professional.
PJ35268

784810

PTScan.ocx
Pixel Scan
After the installation of CAP-5.1.0-004, barcodes are no longer detected with the Kodak 9520 scanner.
PJ35268

788672

RilOfflineIS.dll
Repositories
Pages are out of order after the user runs bkgcommit.exe.
PJ35268

789678

Faxserv.exe
FaxEntry/Fax Connector
The FAX group time attributes only inherit the UTC time, and not the local time.
PJ35268
789680

Convert.exe

FaxEntry/Fax Connector
The EDC Convert processor does not convert a partially received fax, and attempts to process the partial fax indefinitely.
PJ35268

789681

Faxserv.exe
FaxEntry/Fax Connector
FileNet EDC does not recognize the local time value in the extensions.JOB file, and uses the UTC value field, which causes a two-hour difference with MIS statistics.
PJ35429

789623

PTScan.ocx
Pixel Scan
Duplex setting does not persist with the Canon DR 4010C.
PJ35463

787031

securityhlp.dll
Setup/Install
Installing FP1 of Capture 5.2 fails on certain non-English Operating Systems.

CAP-5.2.0-001
APAR Name
Defect #
Files Affected
Area
Description
PJ33328

752244

PTScan.ocx
Pixel Scan
The Abort button does not stop the scan session, and scanning continues with all paper in the auto feeder.
PJ33846

752962

PTScan.ocx
Pixel Scan
Pixel Scan detects barcodes from bottom to top instead of from top to bottom.
PJ33247
754662
Index.ocx IndexVerify.ocx
Indexing
Scrolling with Hot keys does not work on an Index Menu List.
PJ33631

754671

PTScan.ocx
Pixel Scan
The Fujitsu fi-5900c, configured to scan in 24-bit color and JPEG compression, produces a Pixel Translation driver error.
PJ34047

758804

PTScan.ocx
Pixel Scan
On the Canon DR9080, scanning slows down after approximately ten images are scanned.
PJ33853

759115

ifmgr40.dll
ADR/Forms Processing
ADR is slow when using a Shared CE repository.
PJ33835

759576

Index.ocx IndexVerify.ocx
Indexing
Using the Shift+F5 shortcut overwrites a read-only index field.
PJ33831
759885

Index.ocx IndexVerify.ocx

Indexing
Capture closes after trying to configure auto-indexing with Kanji characters from QR barcodes.
PJ33833

759887

Index.ocx IndexVerify.ocx
Indexing
In Capture Path mode, the actions for left and right arrow keys in index fields are duplicated.
PJ33834

759892

Index.ocx IndexVerify.ocx
Indexing
In Capture Ad hoc mode, the actions for left and right arrow keys do not function properly when indexing with Kanji characters.
PJ33720

759929

PTScan.ocx
Pixel Scan
When using a custom VB application, setting scanImageComposition causes the program to terminate.
PJ34088

767594

RilBes34.dll
File Import
Capture overwrites the value of phase_lst_time[0] instead of updating 1 through 10 values.
PJ34086

768198

FNCaptureViewer.ocx
Viewer
Page rotation does not show the correct orientation after the user saves the orientation in ImageVerify.
PJ34005

768432

RilOfflineIS.dll
Repositories
Running Doc Processing in an offline IS repository results in a Capture viewer error.
PJ34195

768461

RepServer.dll RilBes34.dll

FaxEntry / Fax Connector

The FaxEntry application cannot import more than one file at a time.
PJ34216
769993

KFBee.ocx

Kofax Scan
Imprinter tags do not work in a custom application with the Kodak i1840, using firewire with VRS software.
PJ33464

770134

RilShared.dll
Repositories
Scanning is very slow when there are a large number of batches in a Shared Offline Repository.
 

770138

RilCE.dll RilSharedCE.dll
Repositories
Content Engine logon message is suppressed when multiple CE connections exist.
PJ34012

770892

FNCaptureViewer.ocx
Viewer
Keyboard focus does not return to the Index window after the user moves the Capture Viewer magnifier.
PJ34506

773610

RepServer.dll
RilBes34.dll

Commit
An error 88,0,34 occurs during logon if another Capture station is committing a batch.
PJ34509

775472

commit.ocx

Commit
Commit returns an error and does not allow non-Administrators to commit even though the batch has been Index verified.
PJ34286

776338

FaxEntry.exe
FaxEntry / Fax Connector
Fax Entry does not assemble the batch correctly when the root folder is specified.
PJ34508

776413

RilBes34.dll
Assembly
A "Repository object page released too many times" error occurs when executing a Capture Path on a multi-processor machine.

Contact customer support

For information about contacting customer support:

  1. Navigate to the Information Management support page (www.ibm.com/software/data/support).
  2. Select the appropriate IBM FileNet product from the "Select a category" list.
  3. From the Product Support page, click View all Flashes, and then select How to get support for IBM FileNet products.

Notices

This information was developed for products and services offered in the U.S.A.

IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.

IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to:

IBM Director of Licensing
IBM Corporation
North Castle Drive
Armonk, NY  10504-1785
U.S.A.

For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:

IBM World Trade Asia Corporation
Licensing
2-31 Roppongi 3-chome, Minato-ku
Tokyo 106-0032, Japan

The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.

This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.

Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk.

IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.

Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:

IBM Corporation
J46A/G4
555 Bailey Avenue
San Jose, CA  95141-1003
U.S.A.

Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.

The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us.

Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment.

Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.

All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only.

This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.

COPYRIGHT LICENSE:

This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs.

Trademarks

U.S. Patents Disclosure

This product incorporates technology covered by one or more of the following patents: U.S. Patent Numbers: 6,094,505; 5,768,416; 5,625,465; 5,369,508; 5,258,855.