ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools / WDTrans
  • Overview
  • If a transaction is in progress
  • How to?
  • Cancel the operations performed on a transaction file
  • To cancel the operations performed on a transaction file in command line mode:
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
WDTrans: Cancel the operations performed on a transaction file
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
Overview

If a transaction is in progress

If no transaction is in progress, restores the consistency of the database and cancels the unsuccessful transaction (power failure for example).
How to?

Cancel the operations performed on a transaction file

To cancel the operations performed on a transaction file:
  1. Start WDTrans.
  2. Select "Cancel a transaction".
  3. Select the transaction file with the file picker.
    The list of data files (with their full path) currently in transaction is displayed. For each file, the identifier of the computer that performs an operation in transaction is displayed.
  4. If some data files are password protected, specify the password. Indeed, this password is required to cancel the transaction.
  5. Disable (if necessary) the management of duplicates and/or integrity.
  6. Click the "Cancel the transaction" button. The transaction is canceled.

To cancel the operations performed on a transaction file in command line mode:

WDTrans /Fic = <File>
/Mdp = <Password>
/Option = <Type of action performed>
/Log = <Log file>
The table below presents the different elements that can be found on the command line:
ParameterMeaning
/Fic = <File>Full path of the transaction file (.TRS file)
/Mdp = <Password>Password associated with the file to process (single file)
/Option = <Type of action to perform>Option of WDTrans to run. To cancel the operations performed on a transaction file, this option corresponds to 6.
/Log = <Log File>Full path of the log file (.LOG) to create.


Example: Cancel the transactions saved in the "WD Transactions.TRS" file:
WDTRANS.EXE /Fic="C:\Temp\WD Transaction.TRS" /option=6
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help