Category:WMI: Difference between revisions
Jump to navigation
Jump to search
m (Initial creation) |
m (Added Error Codes) |
||
Line 1: | Line 1: | ||
WMI | == Error Codes == | ||
{|cellpadding="2" cellspacing="0" border="1" | |||
|- style="background-color:#bbddff;" | |||
! Code !! Text !! Description !! Notes | |||
|- | |||
| 0x80010002 || RPC_E_CALL_CANCELED || Call was canceled by the message filter. || Timed-out, try restarting WMI service | |||
|- | |||
| 0x80040154 || REGDB_E_CLASSNOTREG || Class not registered || Class wasn't found, commonly when asking for info on an older OS where the provider wasn't implemented | |||
|- | |||
| 0x80070005 || E_ACCESSDENIED || Access is denied. || | |||
|- | |||
| 0x800706BA || || The RPC server is unavailable. || DCOM didn't respond | |||
|} |
Latest revision as of 09:56, 5 February 2010
Error Codes
Code | Text | Description | Notes |
---|---|---|---|
0x80010002 | RPC_E_CALL_CANCELED | Call was canceled by the message filter. | Timed-out, try restarting WMI service |
0x80040154 | REGDB_E_CLASSNOTREG | Class not registered | Class wasn't found, commonly when asking for info on an older OS where the provider wasn't implemented |
0x80070005 | E_ACCESSDENIED | Access is denied. | |
0x800706BA | The RPC server is unavailable. | DCOM didn't respond |
This category currently contains no pages or media.