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