Welcome to Zuora Product Documentation

Explore our rich library of product information

Event Store errors

This reference provides details on Event Store errors, including error codes, messages, and possible remedies for each issue.

Error code range: 70002271–70002280

CodeError CodeError MessagePossible Remedy
70002271EVENT_STORE_IMMUTABLEThe event store “[Event Store Name]” cannot be modified while it is in use.Stop all meters using this event store before making changes.
70002272EVENT_STORE_CANNOT_DELETE_WHEN_​REFERENCED_BY_METERThe event store cannot be deleted because it is referenced by meter “[Meter Name]”.Remove the event store reference from the meter before deleting it.
70002273EVENT_STORE_NAME_ALREADY_EXISTSThe event store name “[Event Store Name]” is already in use. Please choose a different name.Choose a unique name for the event store.
70002274EVENT_DEFINITION_CANNOT_UPDATE_WHEN_​REFERENCED_BY_EVENT_STOREThis event definition cannot be updated because it is referenced by the active event store “[Event Store Name]”.Stop the event store or dissociate the event definition before updating it.
70002275EVENT_DEFINITION_CANNOT_DELETE_WHEN_​REFERENCED_BY_EVENT_STOREThis event definition cannot be deleted because it is referenced by event store “[Event Store Name]”.Remove the event store's reference to this event definition before deleting it.
70002276EVENT_DEFINITION_EVENT_ID_FIELD_NOT_FOUND_IN_PROPERTIESThe event ID field “[Field Name]” was not found in the schema properties.Add the event ID field to the schema properties or update the event ID designation to an existing field.
70002277EVENT_DEFINITION_EVENT_TIME_FIELD_INVALIDAn event definition for an event store must have exactly one required event time field.Designate exactly one field as the event time and mark it as required in the schema.
70002278EVENT_DEFINITION_EVENT_ID_FIELD_INVALIDAn event definition for an event store must have exactly one event ID field.Designate exactly one field as the event ID in the schema.
70002279EVENT_DEFINITION_EVENT_ID_FIELD_NOT_FOUND_IN_FILEThe event ID field “[Field Name]” was not found in the uploaded file.Ensure the uploaded file contains a column/field matching the event ID field name defined in the schema.
70002280MAXIMUM_FILE_SIZE_EXCEEDEDThe file exceeds the maximum upload size of [Maximum File Size]. Please upload a smaller file.Reduce the file size or split it into smaller files.