Implementing a custom checksum function
You can implement a custom checksum function for consistency checking if you do not want to use the checksum function that is included with the database server.
The $INFORMIXDIR/extend/checksum directory
contains sample checksum function code and registration statements.
To implement a custom checksum function:
Specify your checksum function name with the --checksum option
when you run the cdr check replicate or cdr
check replicateset command.
If the cdr check replicate or cdr check replicateset command fails with return code 172, your checksum function is not installed and registered on all replication servers.