rs_profdetail

Description

Records details associated with a Replication Server profile.

Column

Datatype

Description

profid

rs_id

Profile ID, a foreign key to the rs_profile table

name

varchar(255)

Profile name. Can be an empty string

pdetailtype

int

Specifies the action that must be taken for the profile:

  • 1 – Appends the connection configuration to the create connection command

  • 2 – Executes class-level translation definition in the RSSD.

  • 3 – Executes the replicate database object definition in the replicate database.

pdetailid

rs_id

Profile detail ID, a foreign key to the rs_systext table

sequence

int

Indicates the profile detail sequence within a profile. Replication Server uses sequence to determine the order in which profile detail actions will be executed.

NoteThe create connection options for Replication Server are always executed first regardless of how they are identified by sequence in the profile detail.

Indexes