Difference between revisions of "Maintenance"

From PresenceWiki
Jump to: navigation, search
 
Line 9: Line 9:
 
The changes.txt file located in the Presence directory will let you know what has changed between versions:-
 
The changes.txt file located in the Presence directory will let you know what has changed between versions:-
  
 +
http://www.international-presence.com/images/bestuse/changes.png
  
 
In the Presence Bin directory on the machine where the database server is located you will find the sqltool.exe and databasecompactor.exe applications.
 
In the Presence Bin directory on the machine where the database server is located you will find the sqltool.exe and databasecompactor.exe applications.
Line 14: Line 15:
 
These can be used to manage and compact the database respectively.
 
These can be used to manage and compact the database respectively.
  
 +
http://www.international-presence.com/images/bestuse/bindirectory.png
  
 
  To free up space in the database, run the sqltool.exe and perform a 'Truncate Table app.activityarchive' as well as a 'Truncate Table app.activityarchivehistory'
 
  To free up space in the database, run the sqltool.exe and perform a 'Truncate Table app.activityarchive' as well as a 'Truncate Table app.activityarchivehistory'
  
 +
http://www.international-presence.com/images/bestuse/truncate.png
  
 
These tables store internal Presence information about who altered which task and when. The information is fairly verbose and over time uses up a lot of space.
 
These tables store internal Presence information about who altered which task and when. The information is fairly verbose and over time uses up a lot of space.
Line 23: Line 26:
  
 
Over time the database will expand as it is used. The database compactor enables you to straight forwardly, backup, unload and reload the database (thus compacting it).
 
Over time the database will expand as it is used. The database compactor enables you to straight forwardly, backup, unload and reload the database (thus compacting it).
 +
 +
http://www.international-presence.com/images/bestuse/databasecompactor.png

Revision as of 12:47, 18 March 2009

Firstly, be sure to upgrade to the latest version of Presence:-

http://www.international-presence.com/software/vm/Presence_Viii_Installer.exe

http://www.international-presence.com/images/bestuse/download.png

It's always a good idea to have the latest version for the latest improvements (such as improved logging and load balancing) as well as making support simpler.

The changes.txt file located in the Presence directory will let you know what has changed between versions:-

http://www.international-presence.com/images/bestuse/changes.png

In the Presence Bin directory on the machine where the database server is located you will find the sqltool.exe and databasecompactor.exe applications.

These can be used to manage and compact the database respectively.

http://www.international-presence.com/images/bestuse/bindirectory.png

To free up space in the database, run the sqltool.exe and perform a 'Truncate Table app.activityarchive' as well as a 'Truncate Table app.activityarchivehistory'

http://www.international-presence.com/images/bestuse/truncate.png

These tables store internal Presence information about who altered which task and when. The information is fairly verbose and over time uses up a lot of space.

Regular database compaction using the databasecompactor.exe tool.

Over time the database will expand as it is used. The database compactor enables you to straight forwardly, backup, unload and reload the database (thus compacting it).

http://www.international-presence.com/images/bestuse/databasecompactor.png