Search found 34 matches

by realtytrac
Tue May 30, 2006 11:12 am
Forum: Gold Support (Vault) -- Read-only
Topic: Process id=0x8b8 (2232)
Replies: 1
Views: 5373

Process id=0x8b8 (2232)

Hi, I am using the API for an ASP.NET 2.0 web application. Actually, the current problem i am having is when Visual Build Professional is invoked through ASP.NET 2.0 and, within one of the steps in a build script, an action is requested from Vault. The following error alert pops up: "Process id...
by realtytrac
Tue May 16, 2006 4:30 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Invalid File or Directory attributes value.
Replies: 1
Views: 2871

Invalid File or Directory attributes value.

Hello, I am using Visual Build Pro's API with ASP.NET 2.0 to execute script. One of the steps in the script execute thsi command: "C:\Program Files\SourceGear\Vault Client\vault.exe" -host netbuild -user hsabri -password xxx -repository RTracNet getlabel $/TestApp 4/12/2006-04 -setfiletime...
by realtytrac
Wed Apr 19, 2006 11:06 am
Forum: Gold Support (Vault) -- Read-only
Topic: CryptographicException with ASP.NET 2.0
Replies: 3
Views: 3445

That didn't fix my problem. I am using windows authentication and impersonation, do you think that would cause the problem given that this is being developed in ASP.NET 2.0's "virtual IIS" mode?
by realtytrac
Tue Apr 18, 2006 3:36 pm
Forum: Gold Support (Vault) -- Read-only
Topic: CryptographicException with ASP.NET 2.0
Replies: 3
Views: 3445

CryptographicException with ASP.NET 2.0

I just recently switched the app that interfaces with Vault to ASP.NET 2.0. This caused a strange crash though. _myClient.Init(VaultClientNetLib.VaultConnection.AccessLevelType.Client,LocalStoreBasePath); _myClient.Login(Host, Username, Password); The login line above threw the following exception: ...
by realtytrac
Thu Nov 03, 2005 11:07 am
Forum: Support (Vault)
Topic: Error in show History
Replies: 1
Views: 1797

Error in show History

Hello,

I am using the client, and upon attempting to view the history of only one particular file, i am getting the following error message:

"A failure occured during the streaming of the file."

Could you please give me information on how to fix this issue.

thanks

Haider
by realtytrac
Wed Sep 07, 2005 12:10 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Do a search for a specific File using API
Replies: 4
Views: 3954

yes, thanks a lot. that worked. That brought me back the history of that specific filepath.

thanks
by realtytrac
Wed Sep 07, 2005 9:51 am
Forum: Gold Support (Vault) -- Read-only
Topic: Do a search for a specific File using API
Replies: 4
Views: 3954

Hi dan, That link you gave me is not working. I have already looked at client code too. This is what i have so far: ushort ObjPropFolderMask = 0x0001; // ushort ObjPropFileMask = 0x0002; // ushort ObjPropBranchMask = 0x0004; // ushort ObjPropSnapshotMask = 0x0008; // ushort ObjPropVirtualMask = 0x00...
by realtytrac
Tue Sep 06, 2005 4:23 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Do a search for a specific File using API
Replies: 4
Views: 3954

Do a search for a specific File using API

Hi, Using the API, i need to search by a file's path in Vault, and pull back all versions of it, with comments. Basically, i want to see every time an item has been checked in, the version of the file when it was checked in, and the comment added when checked in. Could you please provide me with som...
by realtytrac
Mon Aug 15, 2005 3:21 pm
Forum: Support (Vault)
Topic: Specify comment search
Replies: 4
Views: 3088

THANK YOU
by realtytrac
Mon Aug 15, 2005 2:53 pm
Forum: Support (Vault)
Topic: Specify comment search
Replies: 4
Views: 3088

is there a way to programmatically only seek out specific comment types?
by realtytrac
Mon Aug 15, 2005 10:39 am
Forum: Support (Vault)
Topic: Specify comment search
Replies: 4
Views: 3088

Specify comment search

on the VaultHistoryQueryRequest, i am doing searches based upon comments found in files. I noticed that it searches comments for both checkin's and checkout's. Is there a way to specify it to only search checkin comments or checkout comments? req.CommentFilter = VaultLib.VaultQueryRequestComments.Fi...
by realtytrac
Wed Jul 13, 2005 11:26 am
Forum: Gold Support (Vault) -- Read-only
Topic: Login speed so slow on API
Replies: 2
Views: 3107

I put the web application on the same server that Vault is hosted, and it sped up the login exceptionally.

FYI
by realtytrac
Wed Jul 13, 2005 11:24 am
Forum: Support (Vault)
Topic: Cryptographic Exception?
Replies: 4
Views: 3515

thank you. that did it!
by realtytrac
Wed Jul 13, 2005 10:43 am
Forum: Support (Vault)
Topic: Cryptographic Exception?
Replies: 4
Views: 3515

i gave it that access and it fixed the crypto problem. But then i got this: System.UnauthorizedAccessException: Access to the path "SourceGear\Vault_1\Client\1F75180C-74A6-44C4-A46B-BBE2FE4DE5C5\vdd" I can't find that folder on this server. I found a similiar folder like this on my machine...
by realtytrac
Wed Jul 13, 2005 9:49 am
Forum: Support (Vault)
Topic: Cryptographic Exception?
Replies: 4
Views: 3515

Cryptographic Exception?

I deployed a web application that is using the API to do work with Vault. I am hosting the web application on the same server that Vault is installed on. Once i do that, i get this error when trying to login into vault using the webapplication: System.Security.Cryptography.CryptographicException: Ac...