Notes on auto resending after a failover (sending side)

(1) Exit code for which auto resending (sending side) is carried out

Error code 590-000 of the Send Log signifies that HULFT will carry out auto resending (on the sending side) after a failover. Even if there are multiple records in the Resend Queue, auto resending (on the sending side) is carried out for those with this error code only.

(2) Sending method for auto resending (sending side)

Auto resending (on the sending side) is always carried out as the Checkpoint Resend File.

To carry out resending from the beginning of the file, use the following method:

  1. Specify the '--noautoretry' parameter which suppresses auto resending after a failover when starting up the Send daemon.

  2. Manually run 'utlsend -r [hostname] [fileID] -np'.

(3) Records in Send Queue when the Send daemon is forcibly stopped

When the Send daemon is forcibly stopped in Forced Stop mode, the records in the Send Queue are left in the unsent state. Therefore, the next time the daemon starts up, auto resending is performed for all the records in the Send Queue.

In order to prevent auto resending the records in the Send Queue, specify the '-d' parameter which clears information on the Send Control files when the Send daemon is started.

(4) Sending order for records in the Resend Queue and Unsent Status Queue

When records in the Resend Queue and in the Unsent Status Queue that are targets for auto resending (on the sending side) exist, the records in the Resend Queue are given priority.