System Model > Alarms > Archive the Alarms History > View Archived Event Data

View Archived Event Data

Archived data that is no longer available online for viewing can be accessed using the SOEMount() Cicode function.

In mounting the volume, you are directing the server to where the archived data is stored. You are not restoring the data, merely making the data available for viewing via the SOE page. To view the data on the mounted volume you need to query the data using the filter options available on the SOE page. To view data, including data on the mounted volume, use 'page down' to query the data and bring it into the SOE page.

When mounting a volume, you should pass the volume path when calling SOEMount() Cicode function. For example, the path should be the following:

C:\Data\Archive20120121

rather than:

C:\Data\Archive20120121\EventJournal

If you need to copy or move archived data to another directory (for example, from "C:\Data\Archive20120121" to "D:\Data"), you will need to copy or move the entire "EventJournal" folder to the new directory. You can then invoke SOEMount("D:\Data") to restore the data from the new location.

If you no longer need to view the data on the mounted volume, you can call use the SOEDismount() Cicode function.

Note: To call SOEMount() or SOEDismount(), you need to be logged on as a user that has full privileges.

Published June 2018