Search found 32 matches

by TeamWiSE
Sat Nov 05, 2022 7:16 am
Forum: Questions (API)
Topic: Meaning of Properties on VaultDeletedObject
Replies: 4
Views: 64428

Re: Meaning of Properties on VaultDeletedObject

Thanks for the support, I will do just that.
by TeamWiSE
Thu Nov 03, 2022 8:56 am
Forum: Questions (API)
Topic: Meaning of Properties on VaultDeletedObject
Replies: 4
Views: 64428

Re: Meaning of Properties on VaultDeletedObject

The branch bit (0x04) is exactly the one, that is of importance to me, since we want to automate the obliteration of old branches. Are these bitmasks (branch [4], snapshot [8], and virtual [16]) symbolically defined in VaultLib, e.g. like VaultLib.VaultFSObjectDefine.TypeFolder ? Or should I just us...
by TeamWiSE
Wed Nov 02, 2022 7:54 am
Forum: Questions (API)
Topic: Meaning of Properties on VaultDeletedObject
Replies: 4
Views: 64428

Meaning of Properties on VaultDeletedObject

Am I correct in assuming that the Properties Member of the VaultDeletedObject class has the following meaning: 1 = folder 2 = file 5 = branch 6 = share Is this the complete list? Or are other values possible/known? To put this question in context: I am building a small utility that is going to oblit...
by TeamWiSE
Wed Dec 15, 2010 9:48 am
Forum: Support (Vault Professional)
Topic: Work items tracking - Webservice
Replies: 1
Views: 4573

Work items tracking - Webservice

Since Vault Professional seems to be incorporating Dragnet more completely now, we are trying to migrate our current item tracking towards Vault Professional or at least try be able to synchronize between the two. Where can we found some user documentation on the Dragnet webservice? One specific iss...
by TeamWiSE
Sat Sep 23, 2006 2:20 am
Forum: Gold Support (Vault) -- Read-only
Topic: Import/Export Tool Usage
Replies: 15
Views: 23240

To be a bit more specific: after switching off the shadow folders, the import of our 69 transactions in 4 files did not take 1:34:40 (5.680 seconds) elapsed time, but only 12 seconds! That is 0,2% of the original time, or 473 times faster! So far we haven't done any larger imports/exports, but my gu...
by TeamWiSE
Tue Sep 19, 2006 1:53 pm
Forum: Gold Support (Vault) -- Read-only
Topic: w3wp.exe high cpu usage
Replies: 51
Views: 86975

There seems to be a correlation not with the number of checkins, but with the number of structure changes, say: adds/removes of files and folders. This seems to trigger a different kind of scan/sync in the shadowfolder service. So, after a restart, things may go well for a long time despite a lot of...
by TeamWiSE
Tue Sep 19, 2006 4:04 am
Forum: Gold Support (Vault) -- Read-only
Topic: w3wp.exe high cpu usage
Replies: 51
Views: 86975

Turning off shadow folders also stops the enormous amount of creating and deleting mutants/mutexes named WF_ something . Possibly some internal cache created for shadow folder usage steadily grows and causes the increasĂ­ngly bad performance. Objective data/measurements for this increase in performan...
by TeamWiSE
Tue Sep 19, 2006 4:00 am
Forum: Gold Support (Vault) -- Read-only
Topic: Import/Export Tool Usage
Replies: 15
Views: 23240

The key to success here lies in switching off the shadow-folders of the repository being imported into. This feature seems to be responsible both for the bad performance as well as for the steady increase in CPU usage. See the related topic.
by TeamWiSE
Tue Sep 19, 2006 3:24 am
Forum: Gold Support (Vault) -- Read-only
Topic: w3wp.exe high cpu usage
Replies: 51
Views: 86975

We're experiencing exactly the same problems (top-CPU usage with shadowing enabled) here - independent of shadowing on a network drive or locally. CPU usage hits the fan mostly when the structure changes, i.e. when files or folders are being removed or added. As long as single files merely are being...
by TeamWiSE
Fri Sep 15, 2006 9:04 am
Forum: Gold Support (Vault) -- Read-only
Topic: Import/Export Tool Usage
Replies: 15
Views: 23240

I'll give it a try with the next "move from one repository to another" task.
by TeamWiSE
Fri Sep 15, 2006 1:36 am
Forum: Gold Support (Vault) -- Read-only
Topic: Import/Export Tool Usage
Replies: 15
Views: 23240

We did a clean reboot of our VaultServer, in order to activate some patches. After the reboot, Vault was responding much faster. We then retried our import and were able to process our 4 files / 69 transactions in one hour and 34 minutes . Hopefully we'll never have to import bigger folders... As it...
by TeamWiSE
Wed Sep 13, 2006 11:30 am
Forum: Gold Support (Vault) -- Read-only
Topic: Import/Export Tool Usage
Replies: 15
Views: 23240

Requested logfiles have been sent.
by TeamWiSE
Wed Sep 13, 2006 3:09 am
Forum: Gold Support (Vault) -- Read-only
Topic: Import/Export Tool Usage
Replies: 15
Views: 23240

I'd like to add to this issue. We're also encountering performance problems with the export/import tool. We are trying to move one folder with four files from one repository to another, trying to keep the history. We're talking of 69 transactions. The export is ok. Done on a 3.2GHz P4 with 2GB RAM i...
by TeamWiSE
Thu Aug 31, 2006 12:58 am
Forum: Gold Support (Vault) -- Read-only
Topic: Refresh Status in Visual Studio targets only current file
Replies: 4
Views: 5675

Yes, that's exactly the scenario. I just tried it over and over again and now I'm getting closer - it seems to be all about the timing. If I change the status in the Vault client, and then switch to VS to do a refresh status, the files involved only show a change if they are selected. However, if I ...
by TeamWiSE
Wed Aug 30, 2006 8:33 am
Forum: Gold Support (Vault) -- Read-only
Topic: Refresh Status in Visual Studio targets only current file
Replies: 4
Views: 5675

It's all about the checked-out status of the scc-controlled files within a solution. The solution explorer in VS shows diffferent icons for files that are checked in and those that are checked out. When this state changes by checking in or out not within VS, but within the vault client, VS does not ...