XML_ATTR_SIZE

Attribute too long

Fanuc · R-30iA R-30iB Controller

What does XML_ATTR_SIZE mean?

This error indicates that an attribute (either its name or value) within an XML tag in the file being parsed has exceeded its maximum permissible length. This will disrupt the XML parsing process and data extraction.

Common Causes

  • An XML attribute name or its value exceeds the maximum character length allowed.
  • Configuration data within an attribute is excessively long.
  • A software limitation on the size of individual XML attributes.
  • Concatenation of multiple values into a single attribute string.

Repair Steps & Checklist

Click steps to track your progress.

  1. 1

    Reduce the length of the attribute value in the configuration file.

  2. 2

    Split a long attribute value into multiple attributes if structurally possible.

  3. 3

    Verify the character count of the offending XML attribute in the configuration file.

  4. 4

    Ensure the configuration file adheres to the specified XML schema or format.

  5. 5

    Check parser documentation for the specific maximum attribute size.

Browse all codes in this manual (31)
Verified technical data. Last updated: March 2026

Related Faults

Source: Fanuc R-30iA R-30iB Controller