Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 Process Sentinels : checksums

checksums
The checksums table is used internally by the iProcess Enginee to provide security checks on the active_logins and port_range tables.
Structure
The checksums table has the following structure:
TABLE checksums (
area_id INTEGER NOT NULL,
area_name VARCHAR(20) NOT NULL,
check_sum VARCHAR(54) NOT NULL)
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Table Activity
The checksums table contains one row for each checksum used internally bythe iProcess Engine.
Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved