Displays information about replication definitions.
rs_helprep [replication_definition]
A string of characters that corresponds to a replication definition name. The string must match an entire replication definition name or the first part of a name.
rs_helprep
Rep def |
PRS |
Primary DS.DB |
Primary table |
Replicate table |
Type |
---|---|---|---|---|---|
authors |
cardhu_11 |
cardhu_10.pdb1 |
authors |
ling.authors_r1 |
Tbl |
authors1 |
cardhu_11 |
cardhu_10.pdb1 |
authors |
authors_r2 |
Tbl |
discounts |
cardhu_11 |
cardhu_10.pdb1 |
discounts |
discounts |
Tbl |
publishers |
cardhu_11 |
cardhu_10.pdb1 |
publishers |
ling.publishers_r1 |
Tbl |
publishers1 |
cardhu_11 |
cardhu_10.pdb1 |
publishers |
publishers_r2 |
Tbl |
roysched |
cardhu_11 |
cardhu_10.pdb1 |
roysched |
roysched |
Tbl |
rs_classes |
cardhu_11 |
cardhu_10.emb |
rs_classes |
Tbl |
|
rs_columns |
cardhu_11 |
cardhu_10.emb |
rs_columns |
Tbl |
|
rs_databases |
cardhu_11 |
cardhu_10.emb |
rs_databases |
Tbl |
|
rs_erroractions |
cardhu_11 |
cardhu_10.emb |
rs_erroractions |
Tbl |
|
rs_funcstrings |
cardhu_11 |
cardhu_10.emb |
rs_functstrings |
Tbl |
|
rs_functions |
cardhu_11 |
cardhu_10.emb |
rs_functions |
Tbl |
|
rs_objects |
cardhu_11 |
cardhu_10.emb |
rs_objects |
Tbl |
|
rs_routes |
cardhu_11 |
cardhu_10.emb |
rs_routes |
Tbl |
|
rs_systext |
cardhu_11 |
cardhu_10.emb |
rs_systext |
Tbl |
rs_helprep authors_rep
Rep. Def. Name |
PRS |
Type |
Creation date |
---|---|---|---|
authors |
cardhu_11 |
Tbl |
Oct 2, 1997 1:48PM |
PDS.DB |
Primary Owner |
Primary Table |
|
cardhu_10.db1 |
authors |
||
Replicate Owner |
Replicate Table |
Replicate Table |
|
ling |
authors_r1 |
authors_r1 |
|
Send Min Cols. |
Used by Standby |
Min Vers |
|
No |
Yes |
1000 |
Col. name |
Rep. col. name |
Datatype |
Len. |
Pri. col. |
Searchable |
---|---|---|---|---|---|
au_id |
au_id |
varchar |
11 |
1 |
1 |
au_lname |
au_lname |
varchar |
40 |
0 |
1 |
au_fname |
au_fname |
varchar |
20 |
0 |
0 |
phone |
phone |
char |
12 |
0 |
0 |
address |
address |
varchar |
40 |
0 |
0 |
city |
city |
varchar |
20 |
0 |
0 |
state |
state |
char |
2 |
0 |
0 |
zip |
zip |
char |
12 |
0 |
0 |
contract |
contract |
bit |
1 |
0 |
0 |
Function name |
FString class |
FString source |
FString name |
---|---|---|---|
rs_delete |
rs_sqlserver_function_class |
Class Default |
rs_delete |
rs_insert |
rs_sqlserver_function_class |
Class Default |
rs_insert |
rs_select |
rs_sqlserver_function_class |
Class Default |
rs_select |
rs_select_with_lock |
rs_sqlserver_function_class |
Class Default |
rs_select_with_lock |
rs_truncate |
rs_sqlserver_function_class |
Class Default |
rs_truncate |
rs_update |
rs_sqlserver_function_class |
Class Default |
rs_update |
Subscriptions known at this Site 'cardhu_11'.
Subscription name |
Replicate DS.DB |
Owner |
Creation date |
---|---|---|---|
(return status = 0) |
---|
Unless you enter parameters, rs_helprep lists summary information for all replication definitions in the Replication Server.
If you supply a replication_definition string, rs_helprep displays information about any replication definition whose name matches replication_definition.
If the replication_definition string matches exactly one replication definition name, detailed information about that replication definition displays. Information includes the primary Replication Server, data server and database, replication definition columns, functions defined for the replication definition, and subscriptions for the replication definition known by the Replication Server.
The detailed information displayed is slightly different for table replication definitions, function replication definitions, and system table replication definitions.
If the replication_definition string does not match exactly one replication definition name, summary information is displayed for any replication definitions that match replication_definition.
rs_helprep does not display database replication definition. Use rs_helpdbrep to display database replication definition.