|
|
|
|
|
HClusterSynchronizationErrorInfo (Function) In french: HClusterInfoErreurSynchronisation
Available only with this kind of connection
Returns the error that occurred during the previous synchronization step of HFSQL Cluster. Reminder: Synchronization is automatically performed, for example, when a cluster node has stopped abnormally: on restart, this node synchronizes with another node containing the updated data. sErreurSync is string
sErreurSync = HClusterSynchronizationErrorInfo("MonCoordinateur", "MonMotDePasse", "NomNoeud")
Syntax
<Result> = HClusterSynchronizationErrorInfo(<Coordinator> , <Password> , <Node>)
<Result>: Character string Error that occurred during the last synchronization. <Coordinator>: Character string DNS name of the cluster coordinator's machine. <Password>: Character string or Secret string Password used to connect to the coordinator. This password was given when .
New in version 2025Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string". To learn more about secret strings and how to use the vault, see Secret string vault. <Node>: Character string DNS name of node to use. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|