Here is what I have done:
- I have read the KB article on moving the sgvault database ( http://support.sourcegear.com/viewtopic ... g+database )
1) I restore the database on the target machine. I make sure that the database is restored successfully.
2) On the target machine I make sure there is no sgvaultuser login (per the KB doc)
3) I am running on SQL authenthication, so I run the appropriate codes as outlined on the KB article. I get no error messages.
4) The target machine has both the IIS and SQL server running on it, so I should not need to change the connectstring property from that of the original Vault installation, so I make sure I can login from osql providing the parameters that are in the connectstring property. It works. This is the connect string:
Code: Select all
<add key="ConnectString" value="Application Name='SourceGear Vault Server'; Connection Reset='false'; Server=(local); Database=sgvault; User ID=sgvaultuser; pwd=VAULTS_ADMIN_PWD" />
Code: Select all
----10/29/2004 7:54:41 AM sgvaultsystem--()--
System Started
Version 2.0.6.2219
Cache Level = 1
DataBase Buffer Size = 256
LogFile Path = C:\WINNT\Temp\sgvault
Log Level = Quiet
Archive Log = Weekly
ReverseDNS Lookup = True
Maximum HTTP Request Length = 102400
Overwrite Log on Startup = False
Session Timeout = 4320
SGVault Working Directory = C:\WINNT\Temp
----10/29/2004 7:54:41 AM sgvaultsystem--()--
Vault Failed to establish a connection to the database.
----10/29/2004 7:54:41 AM sgvaultsystem--()--
The session information was not removed from the database. Please check sgvault.dbo.tblsessions within SQL Server. There may be orphaned sessions stored within the database. Error: FailDBConn
----10/29/2004 7:54:42 AM --localhost(127.0.0.1)--SSL Disabled
Vault Failed to establish a connection to the database.
----10/29/2004 7:54:42 AM gmagana--localhost(127.0.0.1)--SSL Disabled
Vault Failed to establish a connection to the database.
What can I try now?