Need help moving Vault - urgently :(
Moderator: SourceGear
Need help moving Vault - urgently :(
Hi, I've just had my colleagues laptop stolen and they have Vault set to auto-login, so I am fearful for the data. I want to move the vault to a new server ASAP - but with extras:
1. I'd like to upgrade to 3.0.5.
2. Move it to an entirely new server (different domain - the works).
3. I'll need to upgrade our licences as well - assume this is instant via credit card purchases?
I'm searching now for the relavent articles on the above, but if anyone can save me time by pointing them out, that would be great...
TIA
Dino
1. I'd like to upgrade to 3.0.5.
2. Move it to an entirely new server (different domain - the works).
3. I'll need to upgrade our licences as well - assume this is instant via credit card purchases?
I'm searching now for the relavent articles on the above, but if anyone can save me time by pointing them out, that would be great...
TIA
Dino
Sorry to hear that. You may want to change passwords immediately.
In the meantime, take a look at the KB index - http://support.sourcegear.com/viewtopic.php?t=792.
There are a number of articles related to moving Vault and/or the Vault database ( if SQL Server is located on a different machine ).
As for the purchase for Vault 3.0.5, what version of Vault are you currently using?
In the meantime, take a look at the KB index - http://support.sourcegear.com/viewtopic.php?t=792.
There are a number of articles related to moving Vault and/or the Vault database ( if SQL Server is located on a different machine ).
As for the purchase for Vault 3.0.5, what version of Vault are you currently using?
Last edited by jclausius on Thu Mar 10, 2005 2:55 pm, edited 1 time in total.
Jeff Clausius
SourceGear
SourceGear
Thanx.
If I change passwords, will it still record a login attempt? One thought I had was to leave the current one intact once I have backed up the db, and then if they do log in, it records their IP address - could give that to the police to track it. I've seen our successful ones in the log - what about unsuccessful?
If I change passwords, will it still record a login attempt? One thought I had was to leave the current one intact once I have backed up the db, and then if they do log in, it records their IP address - could give that to the police to track it. I've seen our successful ones in the log - what about unsuccessful?
The log file should contain something like:Dino wrote:If I change passwords, will it still record a login attempt?
user--hostname(ip.address)--SSL state Login failed: FailInvalidPassword
on any login failure regardless of Vault's log level.
Note, some people are smart enough to spoof IP addresses, so that information may or may not be beneficial.
Last edited by jclausius on Thu Mar 10, 2005 3:03 pm, edited 1 time in total.
Jeff Clausius
SourceGear
SourceGear
Have moved the db and followed the instructions for the user changes, but this is happening:
----3/11/2005 10:25:33 AM Dino--WXSLAKL001(192.168.69.10)--SSL Disabled
Object reference not set to an instance of an object.
----3/11/2005 10:25:33 AM Dino--WXSLAKL001(192.168.69.10)--SSL Disabled
Login failed: FailEncryption
Any ideas what I've got wrong?
----3/11/2005 10:25:33 AM Dino--WXSLAKL001(192.168.69.10)--SSL Disabled
Object reference not set to an instance of an object.
----3/11/2005 10:25:33 AM Dino--WXSLAKL001(192.168.69.10)--SSL Disabled
Login failed: FailEncryption
Any ideas what I've got wrong?
Ok - have resolved that - might have been due to the upgrade not yet having valid keys - not sure - but now I can log in via the web.
Next problem - have client 3.0.5 on my machine - I can log in via Vault Client to my server, however VS.Net gives an error "Vault Server uses a protocol not supported by this client"?
Dino
Next problem - have client 3.0.5 on my machine - I can log in via Vault Client to my server, however VS.Net gives an error "Vault Server uses a protocol not supported by this client"?
Dino
Have you uninstalled the Vault 2.0.x client? Or did you run this as an upgrade?
Last edited by jclausius on Thu Mar 10, 2005 4:51 pm, edited 1 time in total.
Jeff Clausius
SourceGear
SourceGear
Unfortunately no, as this is defined by Visual Studio.Net, not Vault.
If this is for bound VS.Net projects, you should be able to do a search for MSSCCPRJ.SCC files. Upon finding all of them, you will need to :
1) Make a backup in case anything goes wrong.
2) Modify them in a text editor - being very careful not to change anything except the server connection info ( URL for the vault server )
If this is for bound VS.Net projects, you should be able to do a search for MSSCCPRJ.SCC files. Upon finding all of them, you will need to :
1) Make a backup in case anything goes wrong.
2) Modify them in a text editor - being very careful not to change anything except the server connection info ( URL for the vault server )
Last edited by jclausius on Thu Mar 10, 2005 4:54 pm, edited 1 time in total.
Jeff Clausius
SourceGear
SourceGear