Check Properties page

The check properties page is used to manage the configuration properties for Check.

Fields

The page has the fields that are shown in the following list. Required fields are indicated with an asterisk.
Image Fingerprint Properties
This area shows the properties that configure image fingerprinting.
Store Fingerprints
Indicates whether the configured fingerprinting algorithm is applied when image views are stored to the repository.
Retrieve Fingerprints
Indicates whether to verify the fingerprint of retrieved image views.
List of image views
This field is used to configure image fingerprinting for each individual image view. It shows all the image views that are available to be configured.
View
Name of the image segment that uses the specified properties. This field is read-only.
Algorithm
The algorithm to use to calculate the fingerprint signatures stored for this image view. The options available are shown in the following list:
  • RAW - this value is the default.
  • MD5
  • NONE - disables storing fingerprints for this image view.
Offset
The fingerprinting algorithm generates the fingerprint by starting at this offset in the image. The offset is specified as the number of bytes from the beginning of the image view. This field is ten digits long and must be a positive integer between zero and 2147483647. It is required when the algorithm selected is not NONE.
Length
The number of bytes of image data that the fingerprinting algorithm analyzes. This field is ten digits long. It must be an integer value and can have only one of the following values.
  • Zero to disable fingerprinting for this view, regardless of the algorithm selected.
  • Positive integer between 1 and 2147483647.
  • -1 to analyze the entire image view.
This field is required when the algorithm selected is not NONE.
ISN Properties
This area shows the properties that are used to configure the format of the item sequence numbers (ISN) that are assigned to transactions. The Transaction Server ISN generator and the PreLoadISNTask and CPCSTxsExtractTask Services Framework tasks share these properties.
Region Length *
The number of digits to use for the region part of the sequence number, which controls the range of item sequence numbers (ISNs) that are available for a business day. This property can be set to the following integer values.
  • 0 - The range of sequence numbers is 1 - 99,999,999.
  • 1 - The range of sequence numbers is 1 - 9,999,999.
  • 2 - The range of sequence numbers is 1 - 999,999.
For example, when this property is set to two, the item numbers that are generated have a format of rrnnnnnn, where rr is the 2-digit region number and nnnnnn is the 6-digit sequence number.
Region Number *
The region number to use when item sequence numbers are generated. Depending on the value for the Region Length property, the region number is the first one or two digits of the 8-digit item sequence number. When the region length is set to 0, this property must be blank. Do not use the values 0 or 00. When the region length is set to 1, the valid region numbers are 0 - 9. When the region length is set to 2, the valid region numbers are 0 - 99.
Start Number *
Specify the first ISN to use for each new business day. Ensure that the length of this sequence number and the length that is specified in the Region Length property does not exceed eight digits when they are added. When you choose the starting number to use, consider whether the number allows for enough available ISNs to support the expected daily volume of transactions.
Reset Daily *
Indicates whether the starting number that is used by the ISN generator is reset each day. When this property is set to yes, the ISN generator starts with the same value each day. When this property is set to no, the ISN generator continues to assign numbers, starting after the last value that was assigned the previous day.
Devices *
A list of sorter device numbers used by the ISN generator. The device numbers must be two digits and separated by commas. Valid values must be in the range of 01 to 99.
Device Select User Exit
A user exit that can be used to override the values in the Devices property with a different array of devices, based on the current business date or category. When the PreLoadISNTask or CPCSTxsExtractTask tasks are used, the class for this user exit must be available to the Transaction Server JVM and to Services Framework.
The check properties page does not validate that the user exit class that you provide is available. To validate the user exit class for the Transaction Server, start the Transaction Server. If the user exit is invalid, the Transaction Server does not start and a severe message is written to the system log.
To validate the user exit class for Services Framework, go to the task configuration page for a Services Framework task that uses this user exit and switch it to edit mode. Click Update to do the validation.
Insert Override Sequence ID *
Specify a value that is used to override the sequence ID part of the item sequence numbers that are generated for transactions that are inserted. This value is two digits. The following applications use this property and must be restarted for changes to the property to take effect.
  • AutoAdjust
  • Transaction Correction and Reconciliation
Insert Override Sorter Number *
Specify a value that is used to override the sorter number part of the item sequence numbers that are generated for transactions that are inserted. This value is two digits. The following applications use this property and must be restarted for changes to the property to take effect.
  • AutoAdjust
  • Transaction Correction and Reconciliation
Entry Properties
This area shows the properties that are used for entries. These properties are used to control how the CPCSTxsExtractTask Services Framework task and the Transaction Server use entry numbers.
Reset Daily
Indicates whether entry numbers are to be reset daily. When this property is set to yes, the Transaction Server purge process resets the entry numbers daily. When it is set to no, the CPCSTxsExtractTask resets the entry numbers when the end of the entry number range is reached.

Actions

The actions that are available on the page are shown in the following list.
  • Open documentation opens the help page.
  • Edit icon changes the page to the edit mode.
  • Cancel edit mode returns the page to the view mode. All unsaved changes are lost.
  • Save saves the changes to the properties.