Search found 2400 matches

by dan
Tue Feb 17, 2004 2:02 pm
Forum: Support (Vault)
Topic: Open default repository by default?
Replies: 1
Views: 5115

You need to create a login profile in order to automatically connect to the repository. You can do this from within the Login dialog - select Edit Profiles, and create one with your connection information and then choose to automatically connect to the repository where your source resides.
by dan
Tue Feb 17, 2004 9:53 am
Forum: Support (Vault)
Topic: An invalid character was given for the name?
Replies: 3
Views: 6360

What is the full path of the file you are trying to check in (both on local disk and in Vault)? It may be that you are trying to add a file with an invalid character?
by dan
Tue Feb 17, 2004 9:51 am
Forum: Support (Vault)
Topic: Excessive local backups
Replies: 1
Views: 5318

Are you sure the backup is happening on commit, and not on checkout or Get? The backup is supposed to only happen on Get (which also happens on a Checkout) when the file status is Unknown, Edited, Renegade, or Needs Merge. Is it possible that you had a file with an Unknown status and didn't notice i...
by dan
Tue Feb 17, 2004 8:34 am
Forum: Support (Vault)
Topic: Upgrade from 1.2.3 to 2.0 - lost IDE integration
Replies: 2
Views: 6375

In losing IDE integration, do you mean it doesn't come up at all, or that it doesn't work right after you login? If the former, bring up the GUI client, and go to the General options pane, and make sure the "Make Vault your default SCC Provider" checkbox is checked. It may be that the chec...
by dan
Mon Feb 16, 2004 10:42 am
Forum: Support (Vault)
Topic: Modal dialog is invisible
Replies: 3
Views: 7998

OK, I think I know what you are seeing. When you change the connection info (regardless of which part is changed), the IDE keeps asking you to login. If you keep entering it (MSSCCI keeps calling Vault to ask for login information when this happens), you will eventually be allowed in, and from that ...
by dan
Mon Feb 16, 2004 9:43 am
Forum: Support (Vault)
Topic: IIS6 / W2003 and responseDeadlockInterval
Replies: 5
Views: 12086

If you use IIS 5 isolation mode in IIS 6 and get a crypto error when Vault users log in, be sure to read this article too:

http://support.sourcegear.com/viewtopic.php?t=14
by dan
Mon Feb 16, 2004 9:33 am
Forum: Support (Vault)
Topic: MSI Installer runs periodically
Replies: 8
Views: 14638

Try creating new shortcut from the actual Vault GUI client exe (by default, at C:\Program Files\SourceGear\Vault Client\VaultGUIClient.exe)

We use a default Wise installer function to create the shortcut, it seems to do this for an installation every now and then...
by dan
Fri Feb 13, 2004 10:11 pm
Forum: Support (Vault)
Topic: Getting my license code
Replies: 3
Views: 7580

We would have to look it up in our database but I don't have access to that right now. However you can always get another demo license in the short term at https://store.sourcegear.com/sgstore/vaultdemo.asp
by dan
Fri Feb 13, 2004 4:29 pm
Forum: Support (Vault)
Topic: Modal dialog is invisible
Replies: 3
Views: 7998

Strip off the "/vaultservice" from the end of your server (e.g., just type in 'machine.domain.com', not 'machine.domain.com/vaultservice'. It isn't a URL that is input here, but the server name...
by dan
Fri Feb 13, 2004 4:26 pm
Forum: Knowledge Base (Vault)
Topic: Vault 2.0 doesn't work with Visual Studio.Net 2002
Replies: 0
Views: 8065

Vault 2.0 doesn't work with Visual Studio.Net 2002

If you load Vault 2.0, and bring up Visual Studio .Net 2002 and get an "Object Reference" error, you will have discovered that Vault 2.0 does not work with VS 2002 out of the box. This is because Vault 2.0 uses the .Net framework 1.1, and VS2002 must use the 1.0 framework. But, there is a ...
by dan
Fri Feb 13, 2004 2:30 pm
Forum: Support (Vault)
Topic: Vault Collaborative Edition
Replies: 7
Views: 12637

<teeheehee>

Wow - is it true that at least one of you will pay *any* price for a bug tracking tool? If so, please let us know how much money you *do* have...

</teeheehee>
by dan
Thu Feb 12, 2004 5:50 pm
Forum: Support (Vault)
Topic: No server was found at the specified URL. EEK! :0
Replies: 11
Views: 63525

*This is an off topic discussion, but I had problems this morning installing the server. The reason was b/c I kept putting in the wrong SQL server login (e.g. I did not use 'sa'). Well, each time I failed to put in the right login name, I had to uninstall and then reinstall SourceVault to change th...
by dan
Thu Feb 12, 2004 4:52 pm
Forum: Support (Vault)
Topic: What about guest licenses?
Replies: 2
Views: 7769

A lot of great feedback. We should restart this conversation tomorrow, because our pricing model is about to change with the release of 2.0 :) In terms of guest licenses, we don't really have support in the product for tiers of licenses. However, licenses only apply to active users, so if you add a ...
by dan
Thu Feb 12, 2004 10:11 am
Forum: Support (Vault)
Topic: Vault Client API - Requesting history for a folder
Replies: 2
Views: 7716

Attached is a sample test file that was used in conjunction with an nunit framwork test suite. It contains some code to create some history and then fetch it and verify the results are what was expected. Look at the VaultHistoryQueryRequest function for an example on how to create a history request....
by dan
Mon Feb 09, 2004 8:48 pm
Forum: Support (Vault)
Topic: Trouble with Visual Studio integration
Replies: 7
Views: 9902

Hmm. Were you using the same version of Visual Studio when integrating with VSS vs Vault?