ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL Cluster / WLanguage functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HClusterSynchronizationErrorInfo (Function)
In french: HClusterInfoErreurSynchronisation
HFSQL Client/ServerAvailable only with this kind of connection
Returns the error that occurred during the previous synchronization step of HFSQL cluster.
Reminder: A synchronization is automatically performed when a cluster node is abnormally stopped for example: when restarted, this node is synchronized with another node that contains the updated data.
Example
sSyncError is string
sSyncError = HClusterSynchronizationErrorInfo("MyCoordinator", "MyPassword", "NodeName")
Syntax
<Result> = HClusterSynchronizationErrorInfo(<Coordinator> , <Password> , <Node>)
<Result>: Character string
Error that occurred during the last synchronization.
<Coordinator>: Character string
DNS name of computer where the cluster coordinator is installed.
<Password>: Character string
Password used to connect to the coordinator. This password was given when installing the cluster.
<Node>: Character string
DNS name of node to use.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help