System architecture
FactoryTalk Event Archiver
is a Windows
service that archives events from the FactoryTalk Batch
Server. Events are written to SQL database tables. View the events stored in the database as HTML reports with the Reporting Services. FactoryTalk Event Archiver
with Reporting Services system architecture
FactoryTalk Event Archiver
can run incrementally while a batch is running, or after a batch completes. FactoryTalk Event Archiver
executes in a continuous loop using these basic steps:- TheFactoryTalk BatchServer creates an event file.
- FactoryTalk Event Archiverreads event records from the event file and translates them into SQL statements.
- FactoryTalk Event Archiverwrites the data to the SQL database.
- FactoryTalk Event Archiverlogs all archiving activities to a log file.
- When Reporting Services is installed, reports can be generated from event data stored in the database.
Provide Feedback