A newer release of this product is available.
adminapi.xml events
Contributors
Suggest changes
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
adminapi.xml.encoding
- Severity
-
ERROR
- Description
-
This event is generated in case of a mismatched XML encoding received by ONTAP server.
- Corrective Action
-
Correct the mismatched encoding and retry the API.
- Syslog Message
-
ONTAP server got unexpected encoding (expected %s, got %s
- Parameters
-
expEnco (STRING): The expected xml encoding.
recvEnco (STRING): The actual received encoding.
adminapi.xml.namespace
- Severity
-
ERROR
- Description
-
This event is generated in case of a mismatched xml namespace received by ONTAP server.
- Corrective Action
-
Correct the XML namespace and retry the API.
- Syslog Message
-
ONTAP server namespace (expected %s, got %s
- Parameters
-
expNamesp (STRING): The expected xml namespace.
uri (STRING): The received uri