Hello Everyone,
My issue is pretty simple - I have the Monitoring plugin installed and wokring and have enabled archiving of group chats - However, I dont know how to access the database where the messages are being archived.
i relaise that there are the Statistics and Archiving tabs in the Openfire admin console - however, I need to continously keep an eye on the size of the log file and avoid having it grow too alrge. But where is this log file where the chats are being logged\archived? I am using Openfire 3.5.1 and have it integrated with Active Directory\LDAP for user authentication.
In the database tab I notices that I am connecting to a HSQLDB with following properties:
Database and Version: | HSQL Database Engine 1.8.0 |
JDBC Driver: | HSQL Database Engine Driver |
JDBC Driver Version: | 1.8.0 |
DB Connection URL: | jdbc:hsqldb:/opt/openfire/embedded-db/openfire |
DB User: | SA |
Transaction Support: | Yes |
Transaction Isolation Level: | TRANSACTION_READ_COMMITTED |
Supports multiple connections open at once: | Yes |
In read-only mode: | No |
Now I use a tool called DBVisulaiser - (http://www.minq.se/products/dbvis/download/install.jsp) to view the HSQLDB databse - however I dont see any table that has the messages logged into - i just see SYSTEM_TABLES.
Any clue whats going on ????? - Where is this log where the archives are being kept?? and howcan I view my tables for the databse being used???
Any Help would be appreciatted