Prev | Advanced Operations Guide | Next |
Pervasive.SQL Event Logging
With the release of Pervasive.SQL 7 and greater, the MicroKernel message log has been replaced by a new centralized event log. All Pervasive.SQL 7 and later components write status and error messages to the same log file. In addition, if two or more Pervasive-based applications are running on the same machine, they share a single event log.
The event log, called PVSW.LOG (or event.log on Linux), is located in the Windows root directory of each machine that is running a Pervasive-based application (on Linux, it is located in the
bin
subdirectory of thepsql
installation directory). This location cannot be changed or customized. In the following table, C: represents the drive letter where your operating system is installed.
Table 3-3 Platform Event Log Locations Platform Event log location Windows 98/ME C:\WINDOWS Windows NT/2000/XP C:\WINNT NetWare SYS:SYSTEM Unix ~psql/binSyntax
The event log consists of ASCII text messages in a format similar to the following syntax description:
An entry may be followed by binary data in standard ASCII hexadecimal format. There is no limit to the length of the binary data.
Sample Entry
The following shows an example of the type of data contained in the event log.
Date Time Component Process Process Name 11-04-1997 14:01:05 NTMKDE 000000DD W3DBSMGR.EXE
Computer Name Type Category Msg ID Message LABSERVER I MicroKernel is using default settings.
Prev Dynamic Binding |
Contents Up Check for Revisions | Next Error Code Clarification |