ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL Cluster / WLanguage functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HClusterIgnoreSynchro (Function)
In french: HClusterIgnoreSynchro
HFSQL Client/ServerAvailable only with this kind of connection
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
Note: This function is for advanced use only.. We recommend that you use the HFSQL Control Center to manage an HFSQL cluster.
Example
// Resynchronise le cluster HFSQL à partir de la base de données contenu sur le noeud host3
HClusterIgnoreSynchro("clustermanager.mondomaine.com", "secret", "host3.mondomaine.com")
Syntax
<Result> = HClusterIgnoreSynchro(<Coordinator> , <Password> , <Node>)
<Result>: Boolean
  • True if the function was successful,
  • False otherwise. For more details on the error, use ErrorInfo.
<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 installing the cluster.
New in version 2025
Secret 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 the node whose database will be used as reference when resynchronizing the cluster.
Remarks
When all the nodes of a cluster have been abnormally stopped (further to a power outage or to a network failure for example), no node is sure to contain the most updated data. In this case, HClusterIgnoreSynchro allows you to manually define the node that will be used as reference when synchronizing the cluster
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/16/2025

Send a report | Local help