Recognize response codes 0xc0000008 and 0xc0000034
Brought to you by:
vikramrc
A user is seeing this response for certain requests; the JIVariant throws a WmiException with message "Message not found for errorCode: 0xC0000008". I was able to find a message for this error code and am attaching a patch against current trunk to add it to J-Interop.
Used this MSDN blog article as a reference:
http://blogs.msdn.com/joshpoley/pages/errors-000-facility-null.aspx
Also appears in this OpenSolaris include file:
http://src.opensolaris.org/source/xref/xen-gate/xvm-3.4+vbox.hg/src/vbox/src/VBox/Additions/WINNT/i8042prt/include/ntstatus.h
Here's the report in our bug tracker:
http://bugzilla.opennms.org/show_bug.cgi?id=3555
Patch to recognize error code 0xc0000008
Uploading an updated patch that also recognizes code 0xc0000034 ("The object name is not found.")
Updated patch to recognize both 0xc0000008 and 0xc0000034