You can define the Replication CDC Service name in either of these ways:
Update the svc.conf file:
Navigate to the etc directory of the installation folder and use a text editor to open the svc.conf file.
Update instance_name to include the Replication CDC Service Name. For example, if your Replication CDC Service name is ETL_RCS_INS1, enter:
All grid engines that start the Replication CDC Service must be in the same subnet.
repcdc { type = "repcdc"; container = "inprocess"; autostart = true; config { instance_name = "ETL_RCS_INS1"; } }
The Replication CDC Service name must be unique for each grid engine.
Save the file as UTF-8 encoded. Otherwise, the grid engine cannot read the file, and may not start.
Use the repcdcinstancename command line parameter – if you define this parameter value, the grid engine ignores the Replication CDC Service configurations in the svc.conf file, and uses the parameter value to start the service. To start a grid engine with the Replication CDC Service name, ETL_RCS_INS1, using the command line, enter:
GridNode --repcdcinstancename ETL_RCS_INS1
The CDC Provider Sybase Replication Server component does not work if Replication CDC Service is not properly configured and running.