How do you troubleshoot events that are not clear when you read them?
Is there a website to search for those Event IDs and errors?
In the following example event it is clear that the gateway resolution fails for the network location awareness service, but it is not clear what the cause of this event is, nor what error code 0x43 stands for.
Looking for a solution on Google I end up with no results matching this event...
Google Query: nlasvc 4205 0x43
Source:
Microsoft-Windows-NlaSvcEvent ID:
4205Task Category:
Gateway ResolutionDescription:
Gateway resolution failed on interface {075d4968-2da9-4051-9a43-43da54e86ca5}
for 192.168.1.1 with error: 0x43
For the other part of your question: The 0x43 in windows networking world means "The network name cannot be found" 0x43 = Decimal 67. So if you look up windows error code 67, you'll get this up.
I must say that this is one of those times when we'll have to sit and analyze the issue for a good time. I'd probably do the following in this case:
Of course, I'll keep using Google; hey it's an extension of our brains, no?
The ideal approach in the troubleshooting world has to be isolate-and-conquer. Hope I made some sense.
I don't know of any sites offering this info and wait to be corrected. However answering your in a general way is say - this is where your skills as fault finder come into play.
i'd start by searching for key words, NlaSvc for example. Then possibly identifying the interface - maybe going to search for other log messages. All in all its a hunt the thimble game and you'll get better at it as you do more.
PS. I'm not saying you haven't done this - but this is how I'd approach a problem like this.
Put it into google, put parts of it into google, find associated information and repeat.
For your second question, try http://eventid.net
They have comprehensive info about almost every error logged in the event viewer.