I am evaluating Vault and I have errors when I try to import files from VSS. I have VSS 6.0c and VSS Import Tools on the same machine. The vault server is on another. The log report the following errors:
Transaction failed
Transaction failed
Transaction failed
Transaction failed
Transaction failed
Transaction failed
Transaction failed
Transaction failed
11:09:46.5374888
How can I know what is wrong and what are the failed transactions ?
Thanks
Problems importing VSS
Moderator: SourceGear
VSS Import
yes It's the complete VSS import log.
we are using the latest version (3.5.0)
I checked the Vault server log and I it is not easy to associate the errors in the server log with the errors in the import log.
See the attached file for the log.
I have another question, the space required for the files in source gear are much more than with Source safe (about 3 times). There is something we can do or it is the price to pay to have a better tool.
Thanks
we are using the latest version (3.5.0)
I checked the Vault server log and I it is not easy to associate the errors in the server log with the errors in the import log.
See the attached file for the log.
I have another question, the space required for the files in source gear are much more than with Source safe (about 3 times). There is something we can do or it is the price to pay to have a better tool.
Thanks
- Attachments
-
- sgvault.zip
- server log
- (5.41 KiB) Downloaded 245 times
Looks like your database is having some race conditions:
1) Edit the Vault Server's vault.config file. You will see an XML element named SQLCommandTimeout. Add an order of magnitude to that attribute. After the change/save, you'll need to restart the Vault Server (iisreset.exe should do the trick).
2) It also looks like you've enabled Security Rights on the repository. I would suggest temporarily disabling folder security (it is a property of the repository in the Admin Tool), do the import, and then re-enable folder security. Don't worry about any folder assignments you may have made, they will be preserved during the disable/enable of security rights.
HTH
1) Edit the Vault Server's vault.config file. You will see an XML element named SQLCommandTimeout. Add an order of magnitude to that attribute. After the change/save, you'll need to restart the Vault Server (iisreset.exe should do the trick).
2) It also looks like you've enabled Security Rights on the repository. I would suggest temporarily disabling folder security (it is a property of the repository in the Admin Tool), do the import, and then re-enable folder security. Don't worry about any folder assignments you may have made, they will be preserved during the disable/enable of security rights.
HTH
Jeff Clausius
SourceGear
SourceGear