CDR_TSINSTANCEID configuration parameter

Specifies how to generate unique identifiers for time series instances across replication servers. If a replicate includes a column with a TimeSeries column, the CDR_TSINSTANCEID configuration parameter must be set to a different value on every participating replication server before you create any time series instances.

onconfig.std value
CDR_TSINSTANCEID 0
range of values
0 = Default. Disable the replication of TimeSeries columns.
1 - 32768 = The number that is added to the time series instance identifiers.
takes effect
After you edit your onconfig file and restart the database server.
When you reset the value dynamically in your onconfig file by running the onmode -wf command.
When you reset the value in memory by running the onmode -wm command.

You set the value of CDR_TSINSTANCEID to a different value on each replication server that replicates a TimeSeries column. A time series instance identifier is automatically generated when you create a time series instance. The unique values of CDR_TSINSTANCEID configuration parameter on each replication server ensures that no time series instance identifiers overlap in the replication domain.