Shelia_Galler
20 years agoLevel 2
SQL Transaction Log
Yet another question on our new implementation! We are seeing the following warning message on our Enterprise Vault server:
Event ID:41016
The Directory database transaction log has used 91% of its allocated space.
The information in this database is at risk until the database has been backed up.
Review your SQL database backup procedures and make any changes needed to ensure that backups happen in a timely fashion.
Ensure that your database is adequately sized for the transactions taking place during an archive run.
Also check that there is enough disk space available to accommodate any growth in your database and database transaction log files.
We are running EV 6.0 w/SP1 on Windows 2003 Enterprise Edition and Microsoft Exchange 2003 SP2 in a clustered environment.
Anyone see this before or have any ideas?
Event ID:41016
The Directory database transaction log has used 91% of its allocated space.
The information in this database is at risk until the database has been backed up.
Review your SQL database backup procedures and make any changes needed to ensure that backups happen in a timely fashion.
Ensure that your database is adequately sized for the transactions taking place during an archive run.
Also check that there is enough disk space available to accommodate any growth in your database and database transaction log files.
We are running EV 6.0 w/SP1 on Windows 2003 Enterprise Edition and Microsoft Exchange 2003 SP2 in a clustered environment.
Anyone see this before or have any ideas?
- Important to note in my example:
evjcemcvaultstore = database name
jcemcvaultstorelog70 = logical file name
checkpoint
BACKUP LOG "evjcemcvaultstore" with truncate_only --NOTE: use the quotes.
dbcc shrinkfile (jcemcvaultstorelog70) --NOTE: use the parentheses
:)