|
|
|
|
|
- Overview
- How to?
- Rolling back all changes made to the files held by a transaction
- It is also possible to roll back the changes made to a file held by a transaction in command line mode:
WDTrans: Rolling back all changes made to the files held by a transaction
 Disponible solo con estos tipos de conexión
WDtrans works as follows: - If no transaction is in progress, restores the integrity of the database and rolls back the transactions that have not been successfully completed (if a power outage occurs, for example).
- If a transaction is in progress, rolls back all changes made to the files since the beginning of the transaction. In this case, the transaction is canceled without interrupting the program execution.
Rolling back all changes made to the files held by a transaction To roll back the changes made to a file held by a transaction: - Open WDTrans.
- Select "Roll back a transaction".
- Select the desired file in the file picker.
The list of data files (with their full path) in the transaction is displayed. For each file, the ID of the computer that performs an operation in a transaction is displayed. - If some data files are password protected, specify the password. This password is required to roll back the transaction.
- Disable (if necessary) the management of duplicates and/or integrity.
- Click the "Roll back transaction" button. The transaction is rolled back.
It is also possible to roll back the changes made to a file held by a transaction 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: | | Parameter | Meaning |
---|
/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 roll back the changes made to a file held by a transaction, this option should be set to 6. | /Log = <Log File> | Full path of the log file (.LOG) to create. | Example: Roll back transactions saved in the "WD Transactions.TRS" file: WDTRANS.EXE /Fic="C:\Temp\WD Transaction.TRS" /option=6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|