Search found 46 matches

by icnocop
Fri Apr 25, 2008 6:57 am
Forum: Support (Vault)
Topic: trying to checkin a 55mb file will timeout after 10 minutes
Replies: 6
Views: 10320

trying to checkin a 55mb file will timeout after 10 minutes

Hello. SourceGear Vault v4.0.5 Trying to checkin a 55mb file will cause a timeout after 10 minutes. Vault Client GUI Messages: [4/25/2008 5:10:43 AM] Preparing data to begin transaction [4/25/2008 5:10:43 AM] Beginning transaction [4/25/2008 5:10:43 AM] Create folder $/Company/Third Party/Microsoft/...
by icnocop
Thu Nov 29, 2007 6:53 am
Forum: Support (Vault)
Topic: BeginVersionHistoryQuery returned: FailFileStreamError
Replies: 1
Views: 1496

BeginVersionHistoryQuery returned: FailFileStreamError

Hello. SourceGear Vault v4.0.5. I am troubleshooting an issue I am encountering with CruiseControl.Net and change lists for check ins. <vaultlistchangeset> does not list the expected changeset. I found the following text in the server log and thought it might be related. Any ideas? Thank you. ----11...
by icnocop
Thu Nov 15, 2007 7:01 pm
Forum: Support (Vault)
Topic: <vaulthistory> nant task feature request for includeUs
Replies: 1
Views: 1526

<vaulthistory> nant task feature request for includeUs

Hello. I would like the ability to include users when calling <vaulthistory> instead of excluding the users I don't want to query for. So maybe excludedUsers can support the wildcard character and then I can just add one username to includeUser or something. Thank you, -Rami P.S. SourceGear Vault v4...
by icnocop
Wed Aug 15, 2007 12:31 pm
Forum: Support (Vault)
Topic: FailInvalidObjID
Replies: 3
Views: 2108

Yes, I have Vault Client v4.0.2 installed on the same machine which runs the NAnt tasks. When I opened the Vault GUI Client, the pending changes seemed fine. For that particular file: Status: Edited Details: Size Unchanged Type: Modified But when I tried to manually check-in that particular file, I ...
by icnocop
Wed Aug 15, 2007 4:55 am
Forum: Support (Vault)
Topic: FailInvalidObjID
Replies: 3
Views: 2108

FailInvalidObjID

Hello, We are using the Vault v4.0.2 NAnt tasks and getting the following error when trying to perform a commit operation. The automated builds were working two days ago, but now they are no longer working for an unknown reason. command line client and NAnt output: [vaultcheckin] Preparing data to b...
by icnocop
Wed Aug 08, 2007 3:38 am
Forum: Support (Vault)
Topic: <vaultcheckin> NAnt task without items in change list
Replies: 1
Views: 1409

I've attached a VaultCheckIn.cs that implements the work-around.
by icnocop
Tue Aug 07, 2007 11:02 pm
Forum: Support (Vault)
Topic: <vaultcheckin> NAnt task without items in change list
Replies: 1
Views: 1409

<vaultcheckin> NAnt task without items in change list

Hello. We are using SourceGear Vault v4.0.2. I am getting the following error when doing a <vaultcheckin> on a repository path that does not have any items in its changelist: Internal Error: System.Exception The current change set does not have any items for $/MyRepositoryPath Is there a work-around...
by icnocop
Tue Aug 07, 2007 10:55 pm
Forum: Support (Vault)
Topic: Vault NAnt task feature requests
Replies: 7
Views: 3721

i don't have "ServerOperations.client.AutoCommit = true;" in VaultCheckIn.cs and it works for me.
by icnocop
Tue Aug 07, 2007 4:50 am
Forum: Support (Vault)
Topic: Vault NAnt task feature requests
Replies: 7
Views: 3721

It works for me.

Can you paste more of your code file?
by icnocop
Mon Jul 30, 2007 11:16 pm
Forum: Support (Vault)
Topic: Vault NAnt task feature requests
Replies: 7
Views: 3721

Vault NAnt task feature requests

Hello. We are using SourceGear Vault v4.0.2 and NAnt to automate our builds. I have some questions: 1. Can I use <vaultcheckin> without using <vaultcheckout>? Or a. Would I have to create a custom task <vaultcommit> that will commit a set of files without requiring a checkout (ie. CVS style)? b. Can...
by icnocop
Fri Jun 15, 2007 1:48 am
Forum: Support (Vault)
Topic: Feature Request: Support for Review Board
Replies: 5
Views: 5292

Feature Request: Support for Review Board

Review Board seems like a wonderful tool!

Anyone working on any type of integration?

http://review-board.org/

http://code.google.com/p/reviewboard/is ... ail?id=116

Thank you.
-Rami
by icnocop
Tue Jan 16, 2007 4:27 am
Forum: Support (Vault)
Topic: FailDBFileStream and EndTxFailDBFileStream errors
Replies: 2
Views: 2282

Thank you,

I figured out that I had to increase the following configuration setting in Vault.config:

From
<SqlCommandTimeout>360</SqlCommandTimeout>
To:
<SqlCommandTimeout>1080</SqlCommandTimeout>
by icnocop
Mon Jan 15, 2007 1:34 pm
Forum: Support (Vault)
Topic: FailDBFileStream and EndTxFailDBFileStream errors
Replies: 2
Views: 2282

FailDBFileStream and EndTxFailDBFileStream errors

Hello. Vault v2.0.6 running on Windows 2003 Enterprise Server SP1 SQL Server 2000 running on Windows Server 2000 SP4 Everything has been running normally until just a few days ago, we are experiencing these errors during an automated check-in process using the vault client API. AFAIK, nothing had ch...
by icnocop
Tue Oct 31, 2006 9:02 am
Forum: Support (Vault)
Topic: can't get full file path name in client api history request
Replies: 9
Views: 4788

No, the full path to items do not show up in the history explorer results.
by icnocop
Tue Oct 31, 2006 7:12 am
Forum: Support (Vault)
Topic: can't get full file path name in client api history request
Replies: 9
Views: 4788

I have been brainstorming and the best option I have come up with is to recursively enumerate vault folders and perform a non-recursive history query on each folder. I wonder how long it would take and how much stress it puts on the server. Do I have a better option other than to upgrade to Vault v3...