Image File Properties

The Gateway Server writes image files to a hard disk drive. The following properties address the image file information:
Table 1. Image File Properties
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:
  1. If using more than one Gateway Server, ensure that each instance of Gateway has unique sorters to which the images are written. If the same sorter numbers are used for multiple instances of Gateway, specify a unique imageCapturePath for each instance of Gateway. Failure to do this results in the images from one instance of Gateway overlaying the images from another.
  2. No blanks may be used in the imageCapturePath. Using blanks in this parameter results in a white space character error and images are not located properly.
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.