If the Archiver database is not connected, check whether you have sufficient access rights. To help you troubleshoot this issue, learn about its possible causes and their respective solutions.
Missing permissions
Description of cause: The Genetec Service logon user does not have the necessary rights on the Archiver database in SQL.
- Click .
- Click Server roles and check that all server-level roles for
the Archiver are selected.
- Click User mapping, select Archiver, and
check that all database-level roles for the Archiver are selected.
Archiver database is full
Description of cause: The Archiver database has reached its size limit. In SQL Server 2008 Express and later, the size limit is 10 GB.
- Create a new database
- Reduce the retention period of the recordings
- Contact tech support to help you determine why the database has reached its storage limit
Database transaction log is too big
Description of cause: The transaction log file (LDF) of the SQL database is too big. The LDF should not be bigger than the main data file (MDF).
- Switch the recovery model of the database to Simple.
- Shrink the transaction log file.
- Set a maximum size limit for the transaction log file.
Remote database ports are not open
Description of cause: The remote database ports, TCP 1433 and UDP 1434, are not open or they are being used by other applications and causing conflicts.
Solution: Open the ports and make sure that they are reserved for the SQL Server.