HiRDB Datareplicator Version 8 Description, User's Guide and Operator's Guide

[Contents][Glossary][Index][Back][Next]

4.7.4 Designing the import processing start method

You can design the start method for import processing. The following figure shows the relationship between the import processing start method and the start timing.

Figure 4-43 Relationship between the import processing start method and the start timing

[Figure]

Organization of this subsection
(1) Simultaneous start
(2) Delayed start

(1) Simultaneous start

This method starts import processing when the target Datareplicator starts. It enables you to import update information in the order it is received.

(2) Delayed start

This method starts only reception processing when the target Datareplicator starts and starts import processing at a specified time (delayed start). Use this method to perform some tasks before starting the import processing, such as changing definitions or maintaining the import database.

When the delayed start method is used, the update information sent from the source system is stored in the import information queue file because reception processing has already begun. There are three types of delayed start:

(a) Time-specified start method

This method starts import processing when a user-specified interval elapses. The specified value is an amount of time since the target Datareplicator starts.

(b) Command start method

This method starts import processing when a command executes. You can use this method to control import operations from the target system.

(c) Event start method

This method starts import processing when an event sent from the source system is detected. You can use this method to control import operations from the source system.