I am trying to do a fresh install Vault Server 3.5.1 (Single User). The setup is always failing with the following error:
I did try the following from the forums:Vault log started at 11 Nov 2006 - 18.50.50
Custom action assembly location: C:\inetpub\wwwroot\VaultService\bin\CustomActionExe.exe
Custom Action version: 3.5.1
FileVersionInfo: File: C:\inetpub\wwwroot\VaultService\bin\CustomActionExe.exe
InternalName: CustomActionExe.exe
OriginalFilename: CustomActionExe.exe
FileVersion: 3.5.1.4786
FileDescription:
Product:
ProductVersion: 3.5.1.4786
Debug: False
Patched: False
PreRelease: False
PrivateBuild: False
SpecialBuild: False
Language Language Neutral
The commandline args as passed in to us:
/TARGETDIR=C:\inetpub\wwwroot\VaultService\
/TARGETDIR2=C:\inetpub\wwwroot\VaultService\VaultShadowFolder\
/CUSTOMNAME=
/CUSTOMPW =
/PARAMS=
/DROPDB=
/UPGRADE=
/ADMINPW=
/SQLLOGIN=
/SQLPW=
/WINAUTH=
/SQLSERVER=
/IISPROCESS=0
End commandline args.
Found local name of NT AUTHORITY\NETWORK SERVICE for Network Service account.
Validate the target dir for shadow folders
See if we need to do an upgrade or an install...Configuring your new Vault Installation
Entered CreateCryptoRegistryValues.
CreateCryptoRegistryValues completed successfully.
Entered GetIISProcessUser.
Checking for IIS Version...Checking if this machine is a domain controller
Domain Controller check returned False
IIS Process Model user: MATT\ASPNET
GetIISProcessUser completed successfully.
Requesting Vault Admin user password... Hashing the admin pw
OK
Connecting to the SQL Server...ConnectToDatabase() completed successfully.
dialog result for uninstall is: OK
Checking if this machine is a domain controller
OK
Verifying the SQL Server requirements... User is trying to install Vault to Microsoft SQL version 8.00.760
OK
Checking for an existing Vault database...Not found.
Creating a new Vault database on (local)...
Using collation: SQL_Latin1_General_CP1_CI_AS
Making sure we don't have a user login still hanging around.
Executing commands in vault_ddl.sql
Read vault_ddl.sql from our resources.
Creating the SourceGear Vault database...OK
DoSqlCommandsFromFile completed successfully.
Executing commands in vault_upgrade.sql
Read vault_upgrade.sql from our resources.
Upgrading SourceGear Vault database...CreateDatabase Error2: Database option 'ANSI nulls' does not exist.
Database option 'ANSI padding' does not exist.
Database option 'ANSI warnings' does not exist.
Vault Setup is exiting due to a failure or cancellation. Error Code = 402
Database option 'ANSI nulls' does not exist.
Database option 'ANSI padding' does not exist.
Database option 'ANSI warnings' does not exist.
Vault Setup is exiting due to a failure or cancellation. Error Code = 402ExitCode on exit: 402
... and everything seems ok. I cannot find any other info about this issue; indeed a very strange one. Your help will be greatly appreciated.SELECT
DATABASEPROPERTYEX('sgvault', 'IsAnsiNullsEnabled') AS [ANSI_NULLS],
DATABASEPROPERTYEX('sgvault', 'IsAnsiPaddingEnabled') AS [ANSI_PADDING],
DATABASEPROPERTYEX('sgvault', 'IsAnsiWarningsEnabled') AS [ANSI_WARNINGS],
DATABASEPROPERTYEX('sgvault', 'IsArithmeticAbortEnabled') AS[ARITHABORT],
DATABASEPROPERTYEX('sgvault', 'IsNullConcat') AS [CONCAT_NULL_YIELDS_NULL],
DATABASEPROPERTYEX('sgvault', 'IsQuotedIdentifiersEnabled') AS [QUOTED_IDENTIFIER],
DATABASEPROPERTYEX('sgvault', 'IsNumericRoundAbortEnabled') AS [NUMERIC_ROUNDABORT]
System:
* Windows XP (SP2)
* SQL Server 2000 (SP3)
Thanks,
- Matt