Previous Topic: Event StoreNext Topic: Archiving Event Store XML Files


Event Store XML File Naming Convention

The Event Store creates a separate XML file hourly for events from each connector. The naming convention of an Event Store XML file is MdrProduct-MdrProductInstance!year-month-day!hour!counter.xml. For example, if the name of an Event Store XML file is CA-09998-ssa-cat-xyz04.axy.com!2010-12-06!16!1.xml, the file name then represents the following:

CA-09998

Represents the MdrProduct value of the connector that retrieved the event.

ssa-cat-xyz04.axy.com

Represents the MdrProductInstance value of the connector that retrieved the event.

2010-12-06

Represents the date when the file was created.

16

Represents the hour when the file was created.

1

Represents the initial counter value.

The temporary event files roll over to the main Event Store XML file at a regular interval (approximately every 7 seconds). This interval is configurable.

The default size of the main Event Store XML file is 10 MB. You can configure this value based on your requirements. When the file size reaches the specified limit or a new hour starts, the events are rolled over to the new Event Store XML file.

More information:

Archiving Event Store XML Files