Apply configuration file changes - connect_cdc_sqdata - Latest

Connect CDC (SQData) Change Data Capture

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Change Data Capture
Copyright
2024
First publish date
2000
ft:lastEdition
2024-09-05
ft:lastPublication
2024-09-05T15:00:09.754973

Once again, changes made to the Agent Configuration (.cab) file are not effective until they are applied. For example, let’s imagine that the new UDB tables will be rolled out next weekend:

If changes were effective immediately or automatically at the next start, then these changes could not be performed until the production capture is stopped for the migration during the weekend. Otherwise, the risk exists that the capture agent may go down for unrelated production issues, and the new change would be activated prematurely.

Forcing a distinct and explicit apply step, insures that such changes can be planned and prepared in advance, without putting the current production replication in jeopardy. This allows capture agent maintenance to be done outside of the critical upgrade path.

In order to apply changes, the agent must first be stopped. This operation in effect pauses the agent task and permits the additions and/or modifications to the configuration to be applied. Once the agent is restarted, sqdconf commands are actually processed by the agent itself.
$ sqdconf stop /<SQDATA_VAR_DIR>/udbcdc/udbcdc.cab 
$ sqdconf apply /<SQDATA_VAR_DIR>/udbcdc/udbcdc.cab 
$ sqdconf start /<SQDATA_VAR_DIR>/udbcdc/udbcdc.cab