How to decipher STATUS code from the reserved area?

We have a report of a customer receiving multiple intermittent STATUS failure codes when trying to open/read log.nsf (using server-mediated access). The API STATUS code returned is 18734, which converts to 0x492e.

Usually, I can read globerr.h to find the likely software package to help me in the analysis, but this time, I am faced with a dead end:

(globerr.h)

/* 3F00 IS THE LAST PACKAGE THAT CAN BE DEFINED FOR ERROR CODES!

  • (LOOK FOR HOLES ABOVE). THE RANGE 0x4000-0x7FFF CANNOT BE USED.

*/

This means I cannot figure out what 0x492e means as a STATUS return code. Can someone explain how I can puzzle this out?

Thanks.

Regards,

Ken Gartner

Subject: How to decipher STATUS code from the reserved area?

You have to mask off the high bits. See:http://www-12.lotus.com/ldd/doc/tools/c/5.0.3/api503re.nsf/61fd4e9848264ad28525620b006ba8bd/85255d56004d3f6385255b3f006c87e6?OpenDocument