We're using Vault 5.1.1 (19215) and have recently started getting errors.
The sgvault database file is 5000mb and the log file is 600mb, both set to auto grow and the drives have 50gb free. We are using SQL server 2005.
The errors are:
Specified cast is not valid
FailDBFault
FailDBTransaction
We've been using Vault for several years without any problem and just recently these problems have started. We have 12 vault users. If we wait a few minutes and retry then it usually works.
What should I do?
Vault server errors
Moderator: SourceGear
Re: Vault server errors
You should probably start with shrinking the transaction log files and then perform an iisreset on the machine.
- 1. Make a complete BACKUP of the database.
2. Execute 'BACKUP LOG sgvault WITH TRUNCATE_ONLY'
3. Execute this entire section:
- USE sgvault
GO
DBCC SHRINKFILE ( sgvault_log )
GO
- USE sgvault
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support