About Archiving

Archiving allows you to back up information about messages in the Upland AccuRoute server database to another database. (The archive database should be a SQL database.) Archiving messages on the server has its advantages.

  • You can retain information about messages (and copies of messages if archiving is configured to archive actual messages) even after the cleanup utility runs and deletes old messages from the server.

  • All messages on the server are removed after a particular number of days. This feature is part of the server's cleanup feature. If you do not archive messages before cleanup removes them, you will lose these messages permanently.

  • You can maintain a backup copy of message records (and copies of messages if archiving is configured to archive actual messages) that you can access if you delete messages accidentally.

Archiving requires some setup and configuration. You need to designate a table (in a database) where the Maintenance component will archive data. You can populate this table with the fields you want to record.

Note: When the server stores an inbound message, it does not store the notification message. While this page is included automatically with an inbound message and provides the message recipient with information about the message, the server does not archive it with inbound messages.

Setting up archiving

You can set up archiving by creating an archive database and configuring archiving by using the Maintenance component.

To set up archiving

  1. Create an archive database—this should be a SQL database.

  2. Configure archiving in the Maintenance component.

See also

About Maintenance Component

Archiving Database Field Names List

About Cleanup