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.
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 |
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
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
There aren't any here at this time. If you find one that should go here, shout at the programmer!
These event IDs are currently not used. Their use may be defined in the future, but currently they should not appear