Generates the SQL script and opens the Run Now or Save SQL window.

Cancels any unsaved changes that you made and closes this window.

Displays the name of the Capture control server, after you have selected this server.

Opens the Select a Capture Control Server window so you can search for a particular server.

Specify the schema in which you will register tables.

Select to register tables that are located on a server other than the Capture control server. You cannot register tables on the Capture control server and on another server at the same time. After you specify the source server and the journal library in which the tables are located, click the Add push button to open the Add Registerable Tables window and choose tables to register for replication.

Opens the Select a Capture Control Server window so that you can select a valid server.

Displays the tables that you chose to register for replication.

Displays the server name of the source table, if you are using remote journaling.

Opens the Select a Source-Table Server window so that you can select a valid server.

Specify a valid schema for these control tables.

Specify the library name that will contain the journal. It must have a QSQJRN journal.

Specify the journal name. Before you register a table for replication on the OS/400 operating system, the table must be journaled for both before-images and after-images.

Opens the Add Registerable Tables window so that you can add tables to the list of tables to register.

Removes a selected table from the list of tables to register.

Determines if the CCD table is an external table, and therefore can be registered.

Select a capture rule by which the source table rows will be replicated. You can select to do a full refresh, or to capture changes if any columns change or if only registered columns change.

Select a capture rule by which the source table rows will be replicated. You can select to do a full refresh, or to capture changes if any columns change or if only registered columns change.

Displays the columns of the selected table and the details of each column. Select the After-Image check box for each column you want to register. Select the Before-Image check box to capture both before and after images of a column when it changes.

Selects all the check boxes in the After-Image column.

Selects all the check boxes in the Before-Image and the After-Image columns.

Clears all selections in the After-Image and the Before-Image columns.

Clears all selections in the Before-Image column.

Type a character to use as the prefix to the names of before-image columns in the CD table.

Select to stop the Capture program when certain errors occur. These errors include:

If you select this check box, the Capture program terminates after writing the error message to the Capture trace (IBMSNAP_CAPTRACE) table. If you clear this check box, the Capture program writes an error message but continues to run.

If you select this check box, the Apply program is allowed to automatically perform full refresh when needed. If you deselect this check box, you defer, but do not eliminate, a full refresh of target tables dependent on the table that you are registering. If you defer, you will have to do the full refresh manually. For example, you might want to defer a full refresh when the Capture program starts cold or a gap in the log is detected. Otherwise, full refresh activity can overload the Capture server during peak periods if the target tables are very large. You can change the setting for this option on the Properties window.

Select this check box to tell the Capture program to record each update as a delete and insert. You must select this check box if your source applications update one or more columns referenced by the predicate of a subscription set, if your source applications update one or more columns of a target-table partitioning key, or if your source applications update a table in which different rows are replicated to different target tables. Do not select this check box if you are going to be updating the primary key of a target table.

Select this check box to enable the forwarding of updates from a replica target table to other target tables dependent on the same registered table. By default, this check box is selected due to the assumption that a master table has more than one replica and the changes from one replica need to be applied to another replica. Deselect this check box disable the forwarding of updates from a replica to additional sites by the suppression of double-capturing. For parent table A, updates that came from replica B will not be captured. If other replicas or other target tables are defined for the same parent table, changes from replica B will not be propagated to them.

Select the level of conflict detection for the Apply program to use in update-anywhere replication scenarios using this registered table as a parent. In Standard detection, any changes to the source table captured after the Apply program begins conflict detection will not be checked during the current Apply cycle. In Enhanced detection, the Apply program holds a LOCK on the source table to ensure that no changes are made during the conflict detection process. No conflict detection is the right option when your application environment does not allow conflicts to occur. By not using conflict detection processing, you save processing cycles.

Select to use a relative record number (RRN), if the table you want to replicate from an iSeries server to another iSeries server does not have any columns defined with unique constraints. You can then use this RRN of the source as the unique index on the target. When using the RRN, the CD table for the source table is created with an extra column, IBMQSQ_RRN, defined as the last column. The data type for this column is INTEGER. The IBMQSQ_RRN column is not added to the source table.

Type the schema name to use for the CD table, or accept the default.

Type the name of the CD table or accept the default.

Displays the schema name for the index of the CD table.

Displays the name of the index for the CD table.