HP WBEM Services for HP-UX and Linux System Administrator's Guide
Troubleshooting
HP WBEM Services Messages
Chapter 778
</IMETHODRESPONSE>
</SIMPLERSP>
</MESSAGE>
</CIM>
In the above example, you see these four components of the response:
1. CIM error code of 7
2. Translation to CIM_ERR_NOT_SUPPORTED
3. Expanded text message The requested operation is not
supported
4. The non-standard additional message OperatingSystem Provider
does not support createInstance
As a second example, consider a client that mistakenly provides too few
or too many keys to a GetInstance operation on the
PG_OperatingSystem class. The following response is sent (shown below
encoded in XML):
<?xml version=”1.0” encoding=”utf-8”?>
<CIM CIMVERSION=”2.0” DTDVERSION=”2.0”>
<MESSAGE ID=”35002” PROTOCOLVERSION=”1.0”> <SIMPLERSP>
<IMETHODRESPONSE NAME=”GetInstance”>
<ERROR CODE=”4”
DESCRIPTION=”CIM_ERR_INVALID_PARAMETER: One or more
parameter values passed to the method were invalid: “Wrong number of
keys”/>
</IMETHODRESPONSE>
</SIMPLERSP>
</MESSAGE>
</CIM>
In the above example, you see these four components of the response:
1. CIM error code of 4
2. Translation to CIM_ERR_INVALID_PARAMETER