Search found 28 matches

by Mike Dimmick
Fri Feb 04, 2011 9:52 am
Forum: Support (Vault)
Topic: System is restarting while working with VS 2010 and Vault
Replies: 2
Views: 2802

Re: System is restarting while working with VS 2010 and Vaul

A 'blue screen of death' is never caused directly by user-mode code. It indicates that a device driver or hardware did something wrong. Windows stops the system (with an automatic restart) as MS feels it is safer to halt early rather than carry on and potentially corrupt user data. It's certainly po...
by Mike Dimmick
Thu May 14, 2009 4:13 am
Forum: Support (Vault)
Topic: NullReference exception in VS2003 and VS2005 using Vault
Replies: 14
Views: 8015

Re: NullReference exception in VS2003 and VS2005 using Vault

I'm also having this problem with Vault 4.1.1. It crashes both Vault GUI Client and Visual Studio at almost exactly the same time. The problem occurs when Windows Search starts indexing. I also have a fairly large number of working folders - 40 or so. Frequently changes aren't picked up by the Pendi...
by Mike Dimmick
Sat Jun 28, 2008 3:20 pm
Forum: Support (Vault)
Topic: Check-out in VS Enhanced Client doesn't always get latest?
Replies: 14
Views: 10404

We're all running 4.1.1 but I might see if I can get an update to 4.1.2 scheduled. Otherwise I'll just have to keep an eye on it. I tried various different approaches - checking out when the file has unsaved changes, in VSS mode, in CVS mode, checking out when the file isn't in the foreground, and c...
by Mike Dimmick
Thu Jun 26, 2008 10:12 am
Forum: Support (Vault)
Topic: Check-out in VS Enhanced Client doesn't always get latest?
Replies: 14
Views: 10404

Check-out in VS Enhanced Client doesn't always get latest?

There have been persistent mumblings among my team-mates about problems with Vault for a while. I just observed a situation where it appeared that one of them had used Get Latest, then Check Out, and edited the file (extensively), only to discover that the file contents weren't actually the latest. ...
by Mike Dimmick
Tue Jun 03, 2008 4:59 pm
Forum: Support (Vault)
Topic: Replication: get it done, at least for backup.
Replies: 3
Views: 3973

Now that Vault 4.x uses .NET Framework 2.0 on the server, it should be possible to set up Database Mirroring on SQL Server 2005. Mirroring acts at a physical level rather than the logical level of replication so I believe should not suffer from this problem (I don't currently have a mirror set up). ...
by Mike Dimmick
Thu May 29, 2008 6:44 am
Forum: Support (Vault)
Topic: Error when installing
Replies: 24
Views: 14462

I believe WITH ENCRYPTION was added in Microsoft SQL Server 2000, so if it's not recognized, that would imply that the server is older. What's the result of running SELECT @@VERSION? WITH ENCRYPTION isn't as secure as you might think. SQL Server 2000 reuses the same key when a stored procedure is al...
by Mike Dimmick
Fri May 16, 2008 10:58 pm
Forum: Support (Vault)
Topic: Upgrade to 4.1 with Cruise Control - Cryptographic
Replies: 7
Views: 3723

Second, I'm making an assumption that .Net Framework 3.5 is installed on the computer in question (because Crypto errors in the past have usually involved 3.5). If that's the case, can you try setting the runtime version in the vault.exe.config? <configuration> <startup> <supportedRuntime version=&...
by Mike Dimmick
Fri May 16, 2008 10:41 pm
Forum: Support (Vault)
Topic: Upgrade to Vault 4.1.1
Replies: 9
Views: 4470

Sure, go ahead. The only other thing I would add is that for availability reasons, I would normally put my transaction log on a separate physical disk, so that if the disk or filesystem containing the data files failed you'd still have the log files available to back up. This also has the advantage ...
by Mike Dimmick
Mon May 12, 2008 11:03 am
Forum: Support (Vault)
Topic: Problem on Mozilla FireFox
Replies: 12
Views: 6992

We keep our Vault server behind our firewall and use a VPN for remote access. In the past, before moving to a different server, it was also accessible via HTTPS but that was almost an accident; it shared a server with Exchange ActiveSync. HTTPS only protects you from disclosing passwords and source ...
by Mike Dimmick
Mon May 12, 2008 10:44 am
Forum: Support (Vault)
Topic: Source lines missing from Blame
Replies: 1
Views: 1562

Source lines missing from Blame

Vault 4.1.1, Windows Server 2003 R2 (no SP), SQL Server 2000 SP4. Source lines not modified in the 'included versions' are not included in the Blame output. The only way to get the entire file is to set the includedversions URL parameter greater than or equal to the number of versions for the file. ...
by Mike Dimmick
Mon May 12, 2008 3:37 am
Forum: Support (Vault)
Topic: Setup created DB with extra backslash in filename
Replies: 5
Views: 3051

Setup created DB with extra backslash in filename

We recently upgraded from Vault 3.1.9 to 4.1.1 and in doing so, Setup created a new sgmaster database. It created this database with doubled backslashes before the filename, so the entries in sysfiles read: D:\SqlData2000\MSSQL\Data\\sgmaster.mdf E:\SqlLogs2000\\sgmaster_log.LDF Backup Exec 11d (Bui...
by Mike Dimmick
Mon May 12, 2008 3:18 am
Forum: Support (Vault)
Topic: Vault setup error
Replies: 3
Views: 2884

Vault is presumably not designed to run under partial trust. Discuss with your colocated server host - presumably they set it up - whether they are happy to run ASP.NET under full trust. However, if you intend to run any internet-visible applications on this server I would strongly recommend leaving...
by Mike Dimmick
Mon May 12, 2008 3:00 am
Forum: Support (Vault)
Topic: Upgrade to Vault 4.1.1
Replies: 9
Views: 4470

The transaction log is a fundamental part of SQL Server's operation. It records every transaction that is made, in order to redo or undo the operations in the case of a database failure. (This allows SQL Server to perform write-back caching on the actual data pages, and to support rolling back a tra...
by Mike Dimmick
Wed Apr 30, 2008 4:14 pm
Forum: Support (Vault)
Topic: Using IIS Compression with blame.aspx
Replies: 9
Views: 8446

Sorry, I forgot to mention that. Windows Server 2003 R2. We have not yet applied SP2 on this server. .NET Framework 1.1 SP1 and Framework 2.0 RTM are installed, the VaultService and VaultShadowFolder applications are configured to run in their own AppPool (that is, they share one AppPool independent...
by Mike Dimmick
Wed Apr 30, 2008 7:25 am
Forum: Support (Vault)
Topic: Using IIS Compression with blame.aspx
Replies: 9
Views: 8446

Repro on Windows Server 2003 R2, Vault 3.1.9

One of my colleagues enabled IIS Compression on our Vault server (which also serves a number of test websites - yes we should definitely have independent systems!) and Blame stopped working, with a blank page in IE 7.0. Fiddler and Wireshark both show that an effectively empty response is returned (...