Search found 9518 matches

by lbauer
Wed Jan 22, 2014 9:25 am
Forum: Support (Vault Professional)
Topic: apply label to an older version file
Replies: 3
Views: 5598

Re: apply label to an older version file

Hope it helped!
by lbauer
Tue Jan 21, 2014 4:09 pm
Forum: Support (Vault Professional)
Topic: apply label to an older version file
Replies: 3
Views: 5598

Re: apply label to an older version file

Getting a version of a file from history just gets a copy to disk, but doesn't change the repository. You need to use the Rollback function for files. Assume the latest file version is version 3, but you want to rollback to version 2. To rollback a file, right-click on the file and select Show Histo...
by lbauer
Tue Jan 21, 2014 2:05 pm
Forum: Support (Vault)
Topic: Best procedure for moving Working Folder
Replies: 5
Views: 8475

Re: Best procedure for moving Working Folder

In the Vault GUI Client, set the new working folder for your project and click the checkbox "Force all subfolders to use inherited working folder." Do a Get Latest from the Vault Client to populate the new working folder. Try to open the project in Visual Studio. You will get an error mess...
by lbauer
Tue Jan 21, 2014 9:06 am
Forum: Support (Vault)
Topic: Best procedure for moving Working Folder
Replies: 5
Views: 8475

Re: Best procedure for moving Working Folder

The working folder steps I described about would be done with your Vault Standard Windows Client. The Vault Visual Studio Enhanced Client is one of the plugins available in Visual Studio for source control integration with Vault. With the Enhanced Client integration, projects can be more easily move...
by lbauer
Tue Jan 21, 2014 8:59 am
Forum: Support (Vault Professional)
Topic: Client not painting window
Replies: 3
Views: 5889

Re: Client not painting window

Can you click on the View menu and see items in the menu?

If so, at the bottom of the View menu, click on Repository Explorer to see if the Folder Tree and File list are displayed.
by lbauer
Thu Jan 16, 2014 1:35 pm
Forum: Support (Vault)
Topic: CCNET not retrieving latest version
Replies: 25
Views: 83473

Re: CCNET not retrieving latest version

It hasn't been addressed yet. I've added your comments to the work item and bumped it up in priority.
by lbauer
Wed Jan 15, 2014 11:34 am
Forum: Support (Vault Professional)
Topic: Size of Vault SQL database vs VSS database
Replies: 9
Views: 13569

Re: Size of Vault SQL database vs VSS database

This looks like there are 1032 files or parts of file import into the file table, comprising 8.6 GB of data. The partial files are the "diffs" between one version and the other. If you have 10 versions of a file for instance, Vault stores a baseline in the database, then a certain number o...
by lbauer
Wed Jan 15, 2014 8:43 am
Forum: Support (Vault)
Topic: Item with same key
Replies: 1
Views: 3703

Re: Item with same key

Check your pending change set to see if a duplicate item is in the pending change set. If so, right-click and undo that transaction.

If you continue to experience errors, let us know.
by lbauer
Mon Jan 13, 2014 2:26 pm
Forum: Support (Vault Professional)
Topic: Size of Vault SQL database vs VSS database
Replies: 9
Views: 13569

Re: Size of Vault SQL database vs VSS database

Could you provide me with the results of this SQL query? It might tell us if the space in the sgvault database is primarly for file content:

use sgvault
go
sp_spaceused tblfileinfo
go
by lbauer
Fri Jan 10, 2014 1:19 pm
Forum: Support (Vault)
Topic: Permissions with VS2013
Replies: 2
Views: 4925

Re: Permissions with VS2013

This user called with more information. The user had CVS mode (edit-merge-commit) configured in the Vault GUI Client, while his colleague had VSS (checkout-edit-checkin) mode configured. So one user had green icons and writeable files in Visual Studio, while the other user had the blue locks and rea...
by lbauer
Fri Jan 10, 2014 10:55 am
Forum: Support (Vault Professional)
Topic: Size of Vault SQL database vs VSS database
Replies: 9
Views: 13569

Re: Size of Vault SQL database vs VSS database

To see if there is unused space in the database: Open SQL Server Management Studio. Right-click on the sgvault database and select Tasks->Shrink->Files to see if there is unused space. Don't make any changes just yet. Also, run this query in SQL Management Studio. use sgvault go sp_spaceused tblfile...
by lbauer
Thu Jan 09, 2014 4:21 pm
Forum: Support (Vault)
Topic: Best procedure for moving Working Folder
Replies: 5
Views: 8475

Re: Best procedure for moving Working Folder

The quick answer would be to login with the Vault GUI Client, find the project in the repository tree, right-click on the top level folder and choose Set Working Folder. Set the working folder to the desired path, then do a GET latest. You should be able to open the project from the .sln file in the...
by lbauer
Thu Jan 09, 2014 1:48 pm
Forum: Support (Vault Professional)
Topic: Size of Vault SQL database vs VSS database
Replies: 9
Views: 13569

Re: Size of Vault SQL database vs VSS database

What size is the sgvault.mdf and what size is the sgvault_log.ldf?

Is there available free space in the .mdf file?
by lbauer
Thu Jan 09, 2014 9:39 am
Forum: Support (Vault Professional)
Topic: Size of Vault SQL database vs VSS database
Replies: 9
Views: 13569

Re: Size of Vault SQL database vs VSS database

If the sgvault database was originally 720 MB amd you imported a 638 MG VSS database, then a 1.08 GB final size seems reasonable.

The sgvault database would grow by approximately the size of the VSS database being imported.
by lbauer
Fri Jan 03, 2014 11:44 am
Forum: Support (Vault Professional)
Topic: Vault Client Freezes if server not available
Replies: 3
Views: 5734

Re: Vault Client Freezes if server not available

The client usually returns an error right away if you've put in malformed connection info or other incorrect information.

But when the client connects to a server it's connected to before, it takes a bit longer before it errors out.

Let me know if you have additional questions.