Performs one of three different actions:
Closes the window without saving any of your changes, if you made any.
Displays the name of the Q subscription.
Displays the description of the Q subscription. You can edit the description to include notes about who created the Q subscription, when the latest change was made to it, who to contact about it, and whatever else you need.
Displays the alias of the Q Capture server on which the source table for the Q subscription is located.
Opens the Select Q Capture Server window.
Displays the Q Capture schema that identifies the Q Capture program that captures data for the source table.
Displays the name of the Q Apply server on which the target for the Q subscription is located.
Opens the Select Q Apply Server window.
Displays the Q Apply schema that identifies the Q Apply program applying data to the target in the Q subscription.
If your Q subscription has not yet been created, you can select this option to create a new target table to be the target in the Q subscription.
If your Q subscription has not yet been created and you are creating a new target table in it, type the schema or user ID to use as the owner of the table. See the help page Rules for naming replication objects if you need to know the maximum number of characters allowed for the owner.
If your Q subscription has not yet been created and you are creating a new target table in it, type the name to use for the table. See the help page Rules for naming replication objects if you need to know the maximum number of characters allowed for the name.
If your Q subscription has not yet been created and you are creating a new target table in it, click the button to select the table space in which you want to create the new table.
Opens the Select Table Space window.
If your Q subscription has not been created, you can select this option to use a target table that already exists.
Displays the name of the table to use as the target in the Q subscription. Click the button to select a different table.
Opens the Select Table window.
If your Q subscription has not yet been created, you can select this option to replicate the columns in the source to parameters in a stored procedure.
Displays the name of the stored procedure that you want to replicate source data to. Click the button to select a different stored procedure.
Opens the Select Stored Procedure window.
Displays the replication queue map that allows the Q Capture and Q Apply programs to communicate. If your Q subscription has not yet been created, you can click the button to select a different replication queue map.
Opens the Select Replication Queue Map window.
Select to specify that the target for your Q subscription is a consistent-change-data (CCD) table. A CCD table can be used to store changes that occur in the source for auditing purposes.
Displays the value of the condensed and complete properties for the CCD target table. Click the button to change these properties.
Opens a window so that you can specify properties for the CCD target table.
Displays a description of the source columns to replicate. If your Q subscription has not yet been created, you can click the button to change the selection of columns. The Replication Center does not support column subsetting for Classic replication. For Classic, you can review which columns are included in the Q subscription by clicking the Column mapping button.
Opens the Select Columns window.
Displays a description of the source rows to replicate. If your Q subscription has not yet been created, you can click the button to change the selection of rows by providing or modifying an existing search condition. The Replication Center does not support row subsetting for Classic replication.
Opens the Select Rows window.
Displays a description of the method used to map the source columns to the target columns or stored procedure parameters. If your Q subscription has not yet been created, you can click the button to change the method used to map the columns. You must map the columns manually if your Q subscription has not yet been created and the Replication Center indicates in this field that it could not map all source and target columns or stored procedure parameters.
Opens the Column Mapping window.
Displays the means of ensuring that the rows in the target table are unique. If your Q subscription has not yet been created, you can click the button to change this.
Opens the Select Target Table Index or Primary Key window.
Opens the View Selected Columns window where you can view the source columns that have been chosen for replication and any source columns that either have not been chosen for replication, or cannot be replicated.
Opens the Column Mapping window where you can view the mapping between source columns and target columns, and any unmapped columns.
Specifies that you want the Q Apply program to resolve conflicts between source and target data by forcing the changes from the source into the target. Changes made to your target tables by applications on the Q Apply server will be lost.
Specifies that you want the Q Apply program to respond to conflicts between source and target data according the option you next select.
Specifies that you want the Q Apply program to ignore conflicts between source and target data. Select this option if you do not expect conflicts within your data. In the event of conflicts, the Q Apply program cannot successfully apply all source data to your targets.
Specifies that you want to stop replicating the source data in a Q subscription if the Q Apply program finds that it conflicts with data in the corresponding target. By stopping the Q subscription, only replication between its source and target table is stopped. Use this option if you do not have dependencies among different Q subscriptions. To solve the conflict, delete the problem rows from the target table. Then, restart the Q subscription.
Specifies that you want the Q Apply program to stop reading data from the receive queue used for the Q subscription, if there is a conflict between the source and target data. If other Q subscriptions use the same receive queue, the Q Apply program will stop reading data for them, too. The Q Capture program will continue to send data to the receive queue. Select this option if you want to be sure that all Q subscriptions that use the receive queue are replicated together. To solve the conflict between the source and target data in the Q subscription, delete the problem rows from the target table. Then, restart the receive queue from the Manage Receive Queues window.
Specifies that you want the Q Apply program to stop if there is a conflict between the source and target data in the Q subscription. When you stop the Q Apply program, it stops reading data messages from all of its receive queues. Select this option if you want to be sure that all Q subscriptions processed by the Q Apply program are replicated together. To solve the conflict between the source and target data in the Q subscription, delete the problem rows from the target table. Then, restart the Q Apply program.
Specifies that you want to stop replicating the source data in a Q subscription if the Q Apply program encounters an SQL error that you did not tell it to ignore. When you start replicating the source data in the Q subscription again, the load mechanism that you selected when you created the Q subscription will load the target. If you chose always to load the target manually, you will need to do so before replication can begin. If you chose never to have the load performed automatically or manually, the SQL error will remain when replication begins, unless you delete the problem rows from the target.
Specifies that you want the Q Apply program to stop reading data from the receive queue used for the Q subscription, if the Q Apply program encounters an SQL error that you did not tell it to ignore. If other Q subscriptions use the same receive queue, the Q Apply program will stop reading data for them, too. The Q Capture program will continue to send data to the receive queue. Select this option if you want to be sure that all Q subscriptions that use the receive queue are replicated together.
Specifies that you want the Q Apply program to stop if it receives an SQL error while applying data to the target for a Q subscription. The SQL error would be one that you have not told the Q Apply program to ignore. When you stop the Q Apply program, it stops reading data messages from all of its receive queues. Select this option if you want to be sure that all Q subscriptions processed by the Q Apply program are replicated together.
Opens the OK SQLSTATES window so that you can select SQLSTATES that the Q Apply program can ignore.
Select if you want the Q Apply programs to check for conflicts between the source and target tables in your Q subscriptions by comparing the values of all columns in each source row that they try to apply to target tables.
Select if you want the Q Apply programs to check for conflicts between the source and target tables in your Q subscriptions by comparing the values of only changed, non-key columns in each source row that they try to apply to target tables.
Select if you want the Q Apply programs to check for conflicts between the source and target tables in your Q subscriptions by comparing the values of only key columns in each source row that they try to apply to target tables.
Select if you want the named server to take precedence if the Q Apply programs detect conflicts between source and target tables in your Q subscriptions. The tables on this server will always override conflicting data in the tables on the other server.
Select if you want the named server to take precedence if the Q Apply programs detect conflicts between source and target tables in your Q subscriptions. The tables on this server will always override conflicting data in the tables on the other server.
Select if you want neither server to take precedence. If the Q Apply programs detect conflicts between any of the source and target tables in your Q subscriptions, they will log the conflicts but will not override any data in the tables.
Specifies that you want the Q Apply program to invoke a utility to load the target table in each Q subscription.
Select a utility or combination of utilities to load the target table, or specify that you want the Q Apply program to choose the best available load option depending on the source and target platform.
Specify whether the load utility should delete all data in the target table before replacing it with data from the source, or append source data to the target table without deleting target table contents.
Specifies that you always want to load each target table yourself. You can choose this option if you have your own preferred method for loading tables, or if the target tables are on a non-DB2 relational database. When you start the Q subscription, you need to tell the Replication Center that you have finished the load before replication will begin.
Specifies that you never want each target table to be loaded before replication of source data in the Q subscriptions begins or that you plan to load the target tables outside the context of the Replication Center. Loading the target tables outside the context of the Replication Center means that you plan to load the target tables yourself and then start replication without the Q Apply program putting your Q subscriptions in load-pending state or trying to perform an automatic load. If you choose this option, make sure that the values of the primary key or unique index of the source table are also present in the primary key or unique index of the target table.
Specifies that if the Q Capture program detects a load operation at the source table, the Q subscription is stopped and then started, setting up a new load of the target table. The Q Apply program follows the load option that is specified for the Q subscription. If you select this option, be aware of possible mismatches between the load type at the source (replace or append) and the load type at the target.
Specifies that you want the Replication Center to create the nickname that refers to the source table for you.
Type the owner of the nickname that you want the Replication Center to create to refer to the source table.
Type the name of the nickname that you want the Replication Center to create to refer to the source table.
Specifies that you already have a nickname that refers to the source table.
Displays the owner and name of the nickname. Click the button to open the Select Nickname window and select the nickname.
Opens the Select Nickname window.
Specifies that you do not want the Q Apply program to consider the LOAD FROM CURSOR option of the LOAD utility, even though you selected the Best available radio button for automatic loads.
Displays the server definition for the Q Capture control server where the source tables for the Q subscriptions are located. You must select the server definition by clicking the button to open the Select Server Definition window.
Opens the Select Server Definition window.
Indicates whether the columns in the target table will have the same names as the columns in the source table. You can change the names of the columns that will be created in the target table by clicking the button to the right.
Type a schema for the nickname that will be created for the new target table.
Type the name of the nickname that will be created for the new target table.
Type a schema for the new nickname that will be created for the existing target table.
Type the name of the new nickname that will be created for the existing target table.
Optional: Type the name of a segment where the target table will be created in the Sybase database. The segment must already exist. If you do not type a segment, the table will be created in the default segment.
Optional: Type the name of a table space where the target table will be created in the Oracle database. The table space must already exist. If you do not type a table space, the table will be created in the default table space.
Optional: Type the name of a dbspace where the target table will be created in the Informix database. The dbspace must already exist. If you do not type a dbspace, the table will be created in the default dbspace.
Optional: Type the name of a filegroup where the target table will be created in the Microsoft SQL Server database. The filegroup must already exist. If you do not type a filegroup, the table will be created in the default filegroup.
Displays the name of the model queue that is used as a spill queue for this Q subscription. To change this value, type a valid model queue name, or click the ellipsis button to see a list of available queues. The WebSphere MQ access function must be enabled and the queue manager must be running for you to see a list of queues.
Opens a window so that you can choose a model queue on the system where the Q Apply program runs as the spill queue for this Q subscription.
Specifies that you want the Q Apply program to load the target table by using the DB2 LOAD utility with the replace option. This option deletes all existing data from the table and inserts the loaded data.
Specifies that you want the Q Apply program to load the target table by using the DB2 LOAD utility with the insert option. This option adds the imported data to the table without changing the existing table data. Use this option if more than one Q subscription specifies the same target table.
Specifies that you want the Q Apply program to load the target table by using the DB2 IMPORT utility with the replace option. This option deletes all existing data from the table and inserts the imported data. Use this option when the Classic source database uses double-byte characters or a code page that is not converted by the DB2 LOAD utility. DB2 IMPORT handles the conversion.
Specifies that you want the Q Apply program to load the target table by using the DB2 IMPORT utility with the insert option. This option adds the imported data to the table without changing the existing table data. Use this option if more than one Q subscription specifies the same target table.
Specifies that you want the Q Apply program to load the target table by using the DB2 LOAD utility with the resume option. This option inserts only new rows and keeps existing rows in the table. Use this option if more than one Q subscription specifies the same target table.