Search found 28 matches

by Mike Dimmick
Wed Apr 20, 2005 1:24 pm
Forum: Support (Vault)
Topic: SourceGear Vault in Visual Studio .Net 2003
Replies: 1
Views: 2144

Open the Vault GUI client. Go to Tools, Options, General, tick Make Vault your default SCC Provider and click OK. If this doesn't work you may not have installed the SCCI components in Visual Studio. Microsoft haven't separated the SCCI from SourceSafe; bizarre as it may seem, you have to install So...
by Mike Dimmick
Fri Nov 05, 2004 7:38 am
Forum: Support (Vault)
Topic: Vault 3.0
Replies: 18
Views: 17561

What's the 2.0 servicing policy after 3.0 release?

I'm not sure if I'll be able to persuade the people holding the purse-strings about the upgrade to 3.0. What's your policy about fixes to version 2.0 after 3.0 is released? Will you continue to offer patches to version 2.0? Will those patches be freely available, or only available to Gold Support cu...
by Mike Dimmick
Tue Oct 19, 2004 2:46 am
Forum: Support (Vault)
Topic: History for $ with date filter is missing path information
Replies: 1
Views: 2430

History for $ with date filter is missing path information

Vault Client and Server 2.0.6. If I right-click the $ (root) node and choose Show History, then add an 'On or After' date filter to the query, the resulting History Explorer does not show paths to the files, just the file or folder names. Attempting to perform a diff from the history list then produ...
by Mike Dimmick
Wed Oct 06, 2004 2:04 pm
Forum: Support (Vault)
Topic: Env change requiring to uncheck "Use chunked encoding&q
Replies: 5
Views: 4620

My copy of Vault is definitely working and spits out the same error: [VaultSoapException: 2103 : FailCookieInvalid ] VaultService.VaultFileUpload.Page_Load(Object sender, EventArgs e) +1701 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Page.Pro...
by Mike Dimmick
Wed Sep 22, 2004 9:13 am
Forum: Support (Vault)
Topic: Passing parameters to external programs
Replies: 7
Views: 6249

Passing parameters to external programs

I use TextPad as my default editor for the View and Edit options. At present I use the command line C:\Program Files\TextPad 4\TextPad.exe , but this opens a new frame every time. I'd rather reuse the existing frame. This requires DDE. TextPad comes with a program to open a file using DDE but it req...
by Mike Dimmick
Wed Sep 22, 2004 9:05 am
Forum: Support (Vault)
Topic: Visual Studio .NET IDE Integration
Replies: 11
Views: 8333

Visual Studio's source control menu options don't work unless SourceSafe is installed. I ran into this problem myself: you must install SourceSafe in order for any SCC integration with the Visual Studio IDE to work. Once SourceSafe is installed, you should be able to go to the Vault Client's options...
by Mike Dimmick
Tue Jul 13, 2004 6:42 am
Forum: Support (Vault)
Topic: Vault Client hangs when performing Show Differences
Replies: 5
Views: 4831

It seems to be intermittent: when I was testing just now, I repeated the exact same steps against a different file, with the same result. However, after killing the process and trying again with the same file, it was fine. I've now tried it on every Old file in the repository, comparing against the ...
by Mike Dimmick
Thu Jul 08, 2004 1:25 pm
Forum: Support (Vault)
Topic: Vault Client hangs when performing Show Differences
Replies: 5
Views: 4831

Vault Client hangs when performing Show Differences

The Vault GUI Client (2.0.3) sometimes gets stuck when performing operations against the server. This afternoon, I was trying to use Show Differences to see the changes made to a new version of a file; I right-clicked the file in the list and chose Show Differences, then selected to compare against ...
by Mike Dimmick
Wed Jul 07, 2004 4:32 pm
Forum: Support (Vault)
Topic: Vault newbie questions
Replies: 3
Views: 4980

1. Right-click the file, choose Show History. Click OK to accept the default query. If you want to temporarily use version 1, right-click version 1 and choose Pin. To permanently roll back to version 1 and make it version 5, choose Rollback. 2. You can create a label that will do what you want - rig...
by Mike Dimmick
Wed Jun 30, 2004 5:30 am
Forum: Support (Vault)
Topic: Hardware recommendations
Replies: 4
Views: 5223

For reference, we're running Vault 2.0.3 on a Windows Server 2003 Standard Edition server which also runs Exchange Server 2003 and is a domain controller. The hardware spec is 1xP4 2.8GHz with 768MB RAM. The database is on a separate system running Windows 2000 SP4 on a 1xP4 2.0GHz with 512MB RAM (a...
by Mike Dimmick
Wed Jun 30, 2004 5:14 am
Forum: Support (Vault)
Topic: Domain User switch question
Replies: 3
Views: 4182

You probably installed 'for this user only' originally. I recently had a similar problem. You may find that Add/Remove Programs doesn't list Vault under the new profile. If you can switch back to the old profile, uninstall the client from that profile, then install the new version under the new prof...
by Mike Dimmick
Tue Feb 17, 2004 9:37 am
Forum: Support (Vault)
Topic: An unhandled exception occurred during the execution of ...
Replies: 1
Views: 5798

Check database connection?

As a first guess, check that the database server is running and that the Vault database connection string is correct. You can find the connection string in Web.config in the web service's directory on the web server (typically C:\inetpub\wwwroot\VaultService\Web.config). Look for <add key="Conn...
by Mike Dimmick
Tue Feb 17, 2004 7:49 am
Forum: Support (Vault)
Topic: Excessive local backups
Replies: 1
Views: 5369

Excessive local backups

I'm currently using Vault 2.0.0.2120 in Edit/Merge/Commit (CVS style) mode. It seems that for every commit operation I make, Vault is backing up the file before committing it. This isn't necessary, because no other changes have been made to the baseline since the last get or commit. All client optio...