|
|
|
|
|
- Overview
- JournalOperation.FIC file
- JournalIdentification.fic file
- GUID and log process
Structure of log files (HFSQL Classic)
Available only with this kind of connection
The following files are automatically created when logging an HFSQL Classic data file: | | JournalOperation.Fic | List of all the operations performed on the logged HFSQL data files used by the application. An operation corresponds to an HFSQL function. | JournalIdentification.Fic | List of the physical locations of all the logged files found in the application | xxxJNL.Fic | File created for each logged file. Contains the value of records used before and after each operation. |
This page presents the structure of these files. JournalOperation.FIC file The different items found in JournalOperation.Fic are as follows: | | Id_Opération | Identifier of the operation performed. | Numéro_Enregistrement | Number of the record used in the data file. | Id_Sauvegarde_Enregistrement_Original | Number of the log record corresponding to the record before modification. This record number corresponds to a record in xxxxJNL.Fic. | Id_Sauvegarde_Enregistrement_Modifié | Number of the log record corresponding to the record after modification. This record number corresponds to a record in xxxxJNL.Fic. | ID_FonctionWL | Identifier of the WLanguage function used in the program. To find the name of the WLanguage function used, simply check the ListeDéfinitionHF.WL file located in the "Personal\External\" subdirectory of WINDEV or WEBDEV) | Poste_Nom | Name of the computer that performed the operation (last 12 characters). | Poste_AdresseIP | IP address of computer that performed the operation. | Application | Name of the application from which the operation was performed (first 12 characters) | HComputerID | Identifier of the user computer, defined through programming with HComputer. | HJournalInfoMsg | Comments about the logged operation. These comments can be configured by HLogInfo. | Heure_Poste_Client | GMT time when the operation was performed on the user computer (2 hours difference with the French summer time). | ID_Replica | Identifier of the replica. This item is used by the replication. | ID_FichierJNL | Identifier of the JNL file containing the record backup |
JournalIdentification.fic file The different items found in JournalIdentification.Fic are as follows: | | ID_FichierJNL | Identifier of the file used. | GUID_Fichier_Source | Unique identifier of logged file. This identifier is automatically assigned by the HFSQL engine to the file when creating the data file. | GUID_Fichier_JNL | Unique identifier of the Log file associated with the Source file. This identifier is automatically assigned by the HFSQL engine to the file when creating the data file. | Emplacement_Fichier_Source | Path of the data file used (logged HFSQL data file). |
GUID and log process Two types of file GUID are supported by the HFSQL engine: - File GUID defined when the file was described in the data model editor. This GUID is used to manage the .REP.
- File GUID defined when creating the physical data file. This GUID is used by the log mechanism to detect that two data files do not use the same log file.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|