Search found 26 matches

by mmoayyed
Fri Dec 18, 2009 1:20 pm
Forum: Questions (API)
Topic: ObjVerID property of VaultHistoryItem
Replies: 4
Views: 8203

Re: ObjVerID property of VaultHistoryItem

The GUI client displays versions correctly. What I encounter is that based on the history type of the item, if the the type is set to "Added", I would assume the version should be 1 but [and this is not always!] I get back values like 35243, etc. When I examine the actual transaction by wa...
by mmoayyed
Thu Dec 17, 2009 6:39 pm
Forum: Questions (API)
Topic: ObjVerID property of VaultHistoryItem
Replies: 4
Views: 8203

Re: ObjVerID property of VaultHistoryItem

if I am not wrong, it seems like the Version property returns the strange id-like number if the history item is added/created [?] otherwise, the version seems to be correct.
by mmoayyed
Thu Dec 17, 2009 6:03 pm
Forum: Questions (API)
Topic: ObjVerID property of VaultHistoryItem
Replies: 4
Views: 8203

ObjVerID property of VaultHistoryItem

I'd like to ask if it's possible to figure out that history item's version number using the ObjVerID property of VaultHistoryItem. I have examined the Version property as well, but it doesn't always return the correct value. Sometimes, the value returned seems to be a very large integer, one that I ...
by mmoayyed
Mon Jun 15, 2009 12:58 pm
Forum: Support (Vault)
Topic: Filtering files in a VaultHistoryQueryRequest
Replies: 18
Views: 15640

Re: Filtering files in a VaultHistoryQueryRequest

We simply have about 9-10 folders that we'd like to track and write the results to a SQL database. These folders unfortunately do not satisfy a criteria that could be put into the query. The list comes from a database table, with nothing common among them as far as names or paths gom and items can b...
by mmoayyed
Mon Jun 15, 2009 12:40 pm
Forum: Support (Vault)
Topic: Filtering files in a VaultHistoryQueryRequest
Replies: 18
Views: 15640

Re: Filtering files in a VaultHistoryQueryRequest

Well, given the number of folders I have to do this on wouldn't it be faster if I ran one query and filtered everything later ? it seems like running one query for every folder would rather be expensive and exhaustive on performance. Which would you recommend ?
by mmoayyed
Fri Jun 12, 2009 1:35 pm
Forum: Support (Vault)
Topic: Filtering files in a VaultHistoryQueryRequest
Replies: 18
Views: 15640

Re: Filtering files in a VaultHistoryQueryRequest

I am using the Vault Client API Version 4.1.0.16216 and I dont seem to be able to filter out only folders. My goal is to retrieve all items in a number of given folders that have specific comment. The TopName property of the VaultHistoryQueryRequest is set to $ and the SubstringType is set to VaultQ...
by mmoayyed
Thu May 07, 2009 10:58 am
Forum: Questions (API)
Topic: Equivalent of VSSItem.IsDifferent
Replies: 13
Views: 16689

Re: Equivalent of VSSItem.IsDifferent

OK, thanks.

Could you also please elaborate on the return values of the call GetCRC() inside the FileCRC32 class ?
by mmoayyed
Wed May 06, 2009 5:35 pm
Forum: Questions (API)
Topic: Equivalent of VSSItem.IsDifferent
Replies: 13
Views: 16689

Re: Equivalent of VSSItem.IsDifferent

I have a question on the topic. The above method pointed out using the WorkingFolder object works, but it compares the file with whatever happens to be in the working directory. If I remember right, the IsDifferent method of VSSItem allowed the item to be compared with any local file. How is this po...
by mmoayyed
Fri Feb 27, 2009 10:31 am
Forum: Questions (API)
Topic: HistItemType property of VaultHistoryItem
Replies: 11
Views: 16823

Re: HistItemType property of VaultHistoryItem

Tried and this seems to work. Thanks! :)
by mmoayyed
Wed Feb 25, 2009 10:40 am
Forum: Questions (API)
Topic: HistItemType property of VaultHistoryItem
Replies: 11
Views: 16823

Re: HistItemType property of VaultHistoryItem

Changed to 1000, got the same exception.
by mmoayyed
Tue Feb 24, 2009 7:09 pm
Forum: Questions (API)
Topic: HistItemType property of VaultHistoryItem
Replies: 11
Views: 16823

Re: HistItemType property of VaultHistoryItem

I tried the IncludeRange flag and I got this exception: Server was unable to process request. ---> StartIndex cannot be less than zero. Parameter name: startIndex In the GUI client, I simply right click on $, select Show History and accept all default values in the new screen. In the History screen,...
by mmoayyed
Tue Feb 24, 2009 1:28 pm
Forum: Questions (API)
Topic: HistItemType property of VaultHistoryItem
Replies: 11
Views: 16823

Re: HistItemType property of VaultHistoryItem

The following lines are part of the LoadHistory() method with the following signature/parameters: LoadHistory(myClient, "$", DateTime.Now.AddDays(-(double)8000)); This is taken from the HistoryQuery sample project posted on the forum as a sample. VaultLib.VaultHistoryQueryRequest req = new...
by mmoayyed
Mon Feb 23, 2009 7:06 pm
Forum: Questions (API)
Topic: HistItemType property of VaultHistoryItem
Replies: 11
Views: 16823

Re: HistItemType property of VaultHistoryItem

Yes, I am using the GUI client 4.1.3 and when I try to retrieve history for a folder, I can see that a number of files have been moved to different places.
It's definitely an API problem.
by mmoayyed
Fri Feb 20, 2009 6:56 pm
Forum: Questions (API)
Topic: HistItemType property of VaultHistoryItem
Replies: 11
Views: 16823

HistItemType property of VaultHistoryItem

Hi, I am using the client API version 4.1.0.16216, trying to run a history request on a repository that should bring back "everything", (The top folder name is set to be "$") and there are no limits on the number of rows returned. I get back X number of results but when I look th...
by mmoayyed
Tue Mar 04, 2008 11:41 am
Forum: Questions (API)
Topic: How do I add new file to Vault repository using the API?
Replies: 13
Views: 19948

I also renamed and tried to add a completely new file that I am positive does not exist in vault. I got the same error back which said file object already exists. Any ideas ?

I am going to try the integration lib and see if it does anything different for me.