Menu

Event IDs

Jonathan Hart

This wiki page keeps a log of all Event IDs in use (either in the Windows Event Log or the debug log file) so that the problem it logs can be identified in an easy manner. Use your browsers find command to find the event ID that you are looking for.


Event ID Categories

The event IDs are broken down into the following categories:

Category Event ID Range
Critical 00000 - 09999
Error 10000 - 19999
Warning 20000 - 29999
Info 30000 - 39999
Debug 40000 - 49999
Unused 50000 - 65535

Event ID Format

The format of the event IDs is given below:
{Digit A (length 1)}{Digit B (length 2)}{Digit C (length 2)}
{1}{64}{53}
Ranges: {0,1,2,3,4}{00-49,50-99}{00-99}

Digit A = The event ID range (see table above)
Digit B = The project and item in ADaMIS the events are part of
Digit C = A unique number for the ID - given as an incremental number in the code when needed


Event ID Listing

All of the event IDs that can be generated in the running of ADaMIS are given below, along with what they describe and any possible resolutions


Critical Event IDs (00000 - 09999)

There aren't any here at this time. If you find one that should go here, shout at the programmer!


Error Event IDs (10000 - 19999)


Warning Event IDs (20000 - 29999)


Info Event IDs (30000 - 39999)


Debug Event IDs (40000 - 49999)


Unused Event IDs (50000 - 65535)

These event IDs are currently not used. Their use may be defined in the future, but currently they should not appear


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.