Data Change Stream Tutorials
Install, configure, and modify data change streams
Install the primary server.
Configure the primary server.
Add the
REPL_NODEID <nodeid>configuration option to the server configuration file,ctsrvr.cfg. Specify the<nodeid>value in IPv4 format, for example 10.0.0.1. The value should be unique for each FairComDB server that is used in the system.
Install the FMQ server.
Configure the FMQ server.
Enable the
cthttpdplugin by addingPLUGIN cthttpd;./web/cthttpd.dlltoctsrvr.cfg.Configure and enable the
cthttpdplugin inservices.json.Enable the
datachangestreamandctagentplugins in theotherServicesarray inservices.json. For example:"otherServices": [ { "serviceName": "datachangestream", "serviceLibrary": "./datachangestream/datachangestreamservice.dll", "enabled": true }, { "serviceName": "ctagent", "serviceLibrary": "./agent/ctagent.dll", "enabled": true },Note
The file
dbnotifyconnections.jsonis no longer used.Use the
ctcmdsetutility to create the filetarget.setcontaining the administrator user ID and password for the FMQ server. Copy the file to theconfig/datachangestreamdirectory.Create the
ctagentplugin configuration filectagent.jsonin theconfigdirectory containing this text:{ "managed": false, "use_replication_agent_manager": true }