|
|
|
|
|
<Variable Connexion>.RSTransformSpareEnServeur (Function) In french: <Connection variable>.RSTransformSpareIntoServer Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable. This function should only be used in a critical situation. Note: This function is only available from version 2025 Update 1.
arrRS_FullSpare is array of hRSConfig = gcntFullSpare_database1.RSListConfig(hrsSubscriber)
gcnxSpareComplet_bdd1.RSTransformSpareEnServeur(tabRS_SpareComplet[1].IdentifiantOpposed)
arrRS_FullSpare is array of hRSConfig = gcntFullSpare_database1.RSListConfig(hrsSubscriber)
gcnxSpareComplet_bdd1.RSTransformSpareEnServeur(tabRS_SpareComplet[1].Serveur)
gcnxSpareComplet_bdd1.RSTransformSpareEnServeur()
Syntax
<Result> = <Connection>.RSTransformSpareEnServeur([<Replication to delete>])
<Result>: Boolean - True if deleted successfully,
- False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable Name of the Connection variable that describes the connection to the HFSQL server. <Replication to delete>: Optional integer or character string - Identifier of replication to delete. This identifier corresponds to the PeerIdentifier property of the hRSConfig variable describing the replication.
- Name of the master server for which the spare replications are to be deleted.
If this parameter is not specified, all spare replications will be deleted.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|