The RR.OVERRIDE.PARAMETER table
This table determines how field lengths and data types can be overriden in Relational Replication.
If application is already configured in RR.PARAM it creates XSD events in RR.XSD.EVENTS.
| Field | Description |
|---|---|
| @ID or APP.ID |
A valid SS record |
| FIELD.NAME |
The name of the field that needs to be changed for Relational Replication This is mandatory. The value must be a D type SYS or LOCAL.REF USR field name from SS.
|
| SOURCE.FIELD.LENGTH |
The actual field length defined in SS. This is NOINPUT. |
|
SOURCE.FIELD.TYPE |
The actual data type of the field. This is NOINPUT. |
| TARGET.FIELD.LENGTH |
The length of the override field. |
|
TARGET.FIELD.TYPE |
The type of the override field. The value should match the value for SOURCE.FIELD.TYPE. |
In this topic