HCI

Summary

The HCI module groups multiple generic error codes that relate to some XML communication validation.

Example

Typical errors are:

  • Errors on data types
  • Errors on the data structure

Error Codes

To continue your troubleshooting investigations, select the error code signaled in the operation response replied by the SAP CC system:

Error Code Message Action
HCI-1 The name of the Additional Information at index {0} is missing. Add a name to the 'Additional Information' item. The message indicates the position of the invalid item: index 1 means first item.
HCI-2 The name "{0}" of the Additional Information at index {1} is already used by the Additional Information at index {2}. Change the name of one Additional Information item or remove the duplicate item.
HCI-3 The description of the Additional Information "{0}" at index {1} is missing. Add a description to the 'Additional Information' item.
HCI-4 The type of the Additional Information "{0}" at index {1} is missing or unknown (supported types are string, number, date). Add a type to the Additional Information item or change it to a supported one: string, number, or date.
HCI-5 The date value of the Additional Information "{0}" at index {1} is missing. Add a date value to the Additional Information item.
HCI-6 The number value of the Additional Information "{0}" at index {1} is missing. Add a number value to the Additional Information item.
HCI-7 The string value of the Additional Information "{0}" at index {1} is missing. Add a string value to the Additional Information item.
HCI-8 The type "{0}" of the Additional Information "{1}" at index {2} is not supported (supported types are string, number, date). Specify a type that is supported (string, number, or date/time) for the Additional Information item.
HCI-9 The Additional Information item at index {0} is empty. Replace it by a valid Additional Information item or remove it.
HCI-10 You must provide at least one object reference for the search object dependencies operation. Add an object reference to the search object dependencies operation.
HCI-11 The object reference at index {0} has no object identifier. Add an object identifier to the object reference.
HCI-12 The object reference "{0}" at index {1} has no object type. Add an object type to the object reference.
HCI-13 The object "{0}" of type "{1}" does not exist in the SAP system database or its type is incorrect. Replace the object identifier with the identifier of an existing object or replace its type with the correct type.
HCI-14 You cannot concurrently set a modification date and a validity date range. Specify either the validity date range or the modification date but do not specify both at the same time.
HCI-15 The end date {0} of the validity date range is before or equal to the start date {1}. Specify an end date/time after the start date/time.
HCI-16 The mandatory filter in the search operation is missing. Add a filter to the search operation.
HCI-17 The search filter {1} does not know the name of the attribute description {0}. Specify a known attribute description name.
HCI-18 The attribute name {0} cannot be present more than one time in the attribute result description. Remove the duplicated attribute name in the attribute result description.
HCI-19 The search filter {1} does not know the name of the attribute result description {0}. Specify a known attribute name in the attribute result description.
HCI-20 The attribute result description can only be used with the result type 'attributes'. Use the result type 'attributes' or remove the attribute result descriptions.
HCI-21 The constraint of the attribute description {0} is null or invalid. Specify a not null and well formatted constraint according to the type of the attribute description.
HCI-22 The object "{0}" of type "{1}" is invalid. First correct the object according to the other error messages, then perform the import operation again.
HCI-23 The object of type "{0}" is invalid. First correct the object according to the other error messages, then perform the import operation again.
HCI-24 The start date of the validity date range cannot be null while the end date {0} is defined in this context. Specify a start date or remove the end date.
Legend

The SAP CC system fills in the error message dynamically with relevant information. {0} marks such an information entry.