Search found 176 matches

by robe070
Thu Jul 24, 2014 3:57 pm
Forum: Support (Vault)
Topic: End transaction times out
Replies: 10
Views: 13787

Re: End transaction times out

We run with "Request Database Delta on Repository Cache Miss" unchecked all the time.

We had already cleared out the cache and the error occurred which you have the logs for.
by robe070
Wed Jul 23, 2014 10:02 pm
Forum: Support (Vault)
Topic: End transaction times out
Replies: 10
Views: 13787

Re: End transaction times out

(Somehow I wasn't notified of your reply.) Its completely random. Only a few files fail. Its not consistent. Usually a timeout will be followed by a successful check in. Many different size files successfully check in from very small to very large. One that failed was small. Maybe 3 kb. Can't reprod...
by robe070
Tue Jul 22, 2014 4:56 pm
Forum: Support (Vault)
Topic: End transaction times out
Replies: 10
Views: 13787

Re: End transaction times out

Error occurs on Check Ins only. I've just noticed that the client-side log I sent you for this particular example does not have a corresponding server-side timeout. The user may just have not waited long enough (20 minutes), this time. There are plenty of actual timeouts in the server log. SQL Serve...
by robe070
Tue Jul 22, 2014 3:45 pm
Forum: Support (Vault)
Topic: End transaction times out
Replies: 10
Views: 13787

Re: End transaction times out

markd.txt
The client side of the server timeout
(13.67 KiB) Downloaded 582 times
by robe070
Tue Jul 22, 2014 3:32 pm
Forum: Support (Vault)
Topic: End transaction times out
Replies: 10
Views: 13787

Re: End transaction times out

The timeout is already set to 3600. Thats 1 hour I believe. Given that a txn that succeeds rarely takes more 20 seconds, something else is the cause.
by robe070
Tue Jul 22, 2014 12:32 am
Forum: Support (Vault)
Topic: End transaction times out
Replies: 10
Views: 13787

End transaction times out

The final error is: GetRepositoryStructure returned: FailInvalidRevision Full stack of error is: ----22/07/2014 4:01:43 PM michiyo--michiyow7.syd.lansa.com.au(10.2.1.48)--SSL Disabled System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation...
by robe070
Tue Jun 25, 2013 4:29 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

Re: How to get just a changeset

Thats close to what I need. Thanks for thinking about this. I had already started processing Delete, Rename, Move and Shared directly in the way you mention in the first paragraph. Though I actually perform the delete, etc directly myself. I delete the file. Thats sort of a side issue. The main issu...
by robe070
Mon Jun 24, 2013 5:56 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

Re: How to get just a changeset

As I said at the beginning, this is all about deleted files - files that don't exist in the latest tree. And I've already modified GetOperations.cs, as I mentioned. Do you have any examples of using ServerOperations.client.ClientInstance.Connection.GetBranchStructure? The only example I can find is ...
by robe070
Fri Jun 21, 2013 6:37 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

Re: How to get just a changeset

I don't actually need to find the file. I know its there at Version 1 because the history told me. I just need to be able to construct a VaultClientFile object for this version of the file . Then I would expect it to be able to return me the actual file from the Server. Its highly unlikely the file ...
by robe070
Thu Jun 20, 2013 10:24 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

Re: How to get just a changeset

I've given it a go and it's worked until the first file that's deleted from the repository in the tip but was there in an earlier version. The exception message is: No object was found at the repository path And the path is $/VL/Trunk/SetProject.cmd at Version 1 The exception occurs when using GetOp...
by robe070
Thu Jun 20, 2013 3:22 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

Re: How to get just a changeset

But those APIs will get the latest version of the paths I specify. I need a specific version. So I'll need to use ProcessCommandGetVersion. For that though I'll need to know the Version of the File as opposed to the project. I presume theh hisotry info will provide the file's Version?
by robe070
Tue Jun 18, 2013 9:18 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

Re: How to get just a changeset

So by the looks of it that will give me a list of the files that have changed.

How do I retrieve those files from the Server?
by robe070
Fri Jun 14, 2013 7:48 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

Re: How to get just a changeset

If it doesn't use the cache it takes even longer! I just need the changeset, not the whole version. There must be a way to just get the changeset. Its like I need a Get Latest Version which rather than getting the latest version gets a specific version - comparing to whats there currently and only f...
by robe070
Thu Jun 13, 2013 7:55 pm
Forum: Questions (API)
Topic: How to get just a changeset
Replies: 16
Views: 82527

How to get just a changeset

ProcessCommandGetVersion gets every file that is in a Version. I just want the files that have changed in that Version. This takes far longer than I need it to take. I need it to be sub-second. Its currently over 13 seconds. I wouldn't mind if the client-side cache is not used and all the files in t...
by robe070
Sun Sep 23, 2012 11:53 pm
Forum: Support (Vault)
Topic: What is the latest version of SQL Server that Vault 5.0.3 su
Replies: 1
Views: 2928

What is the latest version of SQL Server that Vault 5.0.3 su

What is the latest version of SQL Server that Vault 5.0.3 supports.

And what does the latest version of Vault support?

If SQL Server 2012 is not supported, is a release of Vault imminent that will support it?