Image File Properties
The
Gateway Server writes image files to a hard disk drive. The following properties
address the image file information:
| Keyword | Value/Example | Description |
|---|---|---|
| imageCapturePath | /opt/ibm/ftm/image-data/hsimages | The path to write the files containing the images. When using the direct load
mode, this is the root folder where the images remain for Transaction Server retrieval. If
using the Archive
Server to load images into the Transaction Server, this
path should match the one specified in the xltsrvr.ini file of the Archive
Server; where wt is the work type, <wt>.capiin.sourceDBPath. Note:
|
| imagesPerFile | 4800 | The maximum number of images to write to the output image files before moving to the next file set |
| requiredViews | FBW, BBW, FGS, BGS | The image views that are required. If an incoming file does not contain one of these image segments, the item is identified as having a missing image. |
| missingImgPercent | 10.0 | The maximum percentage of missing images to allow before rejecting the entire file. The file is rejected when this value has been exceeded. |
| suspectImgPercent | 100.0 | The maximum percentage of suspect images to allow before rejecting the entire file. The file is rejected when this value has been exceeded. |