The “alter” command is used to change either Capture or Apply Process parameters. The id parameter can not be changed. The Process has to exist otherwise the command will fail. The Apply Parameter capturename and the Capture Parameter name can be altered only in the case that it has not been configured earlier.
Note – You can alter the Process even if it is running, however these changes will only be implemented after this Process has been stopped and rerun.
Depending on the process type and RDBMS type the “alter” command may utilise different set of the parameters.
The following example shows how to modify Capture Process with id=1 to reload data for the“dbo.mytable1” and instruct corresponding Apply processes to “truncate” table before data loading:
repcli alter process=capture id=1 loadinclude=dbo.mytable1:T
The following example shows how to change users' password for the Apply Process (id=1):
repcli alter process=apply id=1 password=NewPassw0rd123
Web UI
To edit the process, click “Edit” on the desired process tab.
It will open “Edit process tab”. For changing database connection click “Edit” in Database settings. For changing Replication Objects, click on “Replication Object Wizard” or edit rules under Replication Object Settings.
After editing the process, click on “Save Process” button.
Note – after editing running process, it requires to restart it. After click on “Save Process” button, you'll see form that will propose you to restart it