Skip to main content
ONTAP EMS reference
A newer release of this product is available.

adminapi.xml events

Suggest changes

adminapi.xml EMS events occur when ONTAP encounters issues associated with mismatched XML encoding or namespace received by the ONTAP server.

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