Can anybody point me to an IBM Lotus article that explain on how to analyse a NSD file produced by Notes/Domino? Basically, what I’m trying to gather is how to go about getting information on what cause a server crash. Many thanks in advance!
article looks a bit malformed - maybe it’s better readable if you directly access knowledge base via notes client…
searching for “fatal thread” usually gives you a call stack of functions that caused crash - this will tell you which task/module is involved in crash.
to get more information it’s often neccessary to look at functions parameters - e.g. if you’re able to identify a db-handle in one of them you can look it up in a separate list that links db-handles with filenames.