Unable to checkin

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
kiwirob
Posts: 20
Joined: Mon Apr 05, 2004 5:55 pm

Unable to checkin

Post by kiwirob » Thu Apr 15, 2004 6:27 pm

I'm got a bit of a problem. I can connect, browse etc and i've checked out a number of files. I have modified some of them and i'm trying to check them back in.

I get the following arror back from the server.

'The server had an error processing the file upload but did not return an error header'

This happens whether I use an individual file checkin or use the change set.

v 2.0.1

kiwirob
Posts: 20
Joined: Mon Apr 05, 2004 5:55 pm

Post by kiwirob » Thu Apr 15, 2004 6:30 pm

BTW: i get the same error if I try and add files to a folder, I can create new folders though

kiwirob
Posts: 20
Joined: Mon Apr 05, 2004 5:55 pm

Post by kiwirob » Thu Apr 15, 2004 6:36 pm

Messages for an add and checkin

[16/04/2004 12:29:24 p.m.] Preparing data to begin transaction
[16/04/2004 12:29:24 p.m.] Beginning transaction
[16/04/2004 12:29:25 p.m.] Add $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/drawin.loc
[16/04/2004 12:29:25 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/drawin.loc failed, retrying...
[16/04/2004 12:29:25 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/drawin.loc failed, retrying...
[16/04/2004 12:29:25 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/drawin.loc failed, retrying...
[16/04/2004 12:29:25 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/drawin.loc failed too many times, aborting transaction
[16/04/2004 12:29:25 p.m.] Ending the transaction
[16/04/2004 12:29:26 p.m.] Transaction failed
[16/04/2004 12:35:54 p.m.] Preparing data to begin transaction
[16/04/2004 12:35:54 p.m.] Beginning transaction
[16/04/2004 12:35:55 p.m.] Check in $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/DatabaseAdmin.cpp
[16/04/2004 12:35:55 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/DatabaseAdmin.cpp failed, retrying...
[16/04/2004 12:35:55 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/DatabaseAdmin.cpp failed, retrying...
[16/04/2004 12:35:55 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/DatabaseAdmin.cpp failed, retrying...
[16/04/2004 12:35:55 p.m.] Ending the transaction
[16/04/2004 12:35:55 p.m.] Upload for item $/Impact Source/Impact_4.1/Tools/DatabaseAdmin/DatabaseAdmin.cpp failed too many times, aborting transaction
[16/04/2004 12:35:56 p.m.] Transaction failed

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Thu Apr 15, 2004 7:03 pm

Have you looked through the KB article at:

http://support.sourcegear.com/viewtopic.php?p=2449

?

Don Thimsen
Posts: 114
Joined: Fri Mar 05, 2004 11:18 am
Location: Raleigh, NC

Post by Don Thimsen » Thu Apr 15, 2004 7:22 pm

I'd also suspect the MTU value on your client machine. This was recently discussed in a previous thread:

http://support.sourcegear.com/viewtopic.php?t=672

Note: The MTU problems don't necessarily have anything to do with VPN. Also, it's quick and easy to test using the DRTCP utility mentioned in the other post...

Don

kiwirob
Posts: 20
Joined: Mon Apr 05, 2004 5:55 pm

Post by kiwirob » Thu Apr 15, 2004 7:28 pm

Thanks, didn't find that one when I was searching.

I have disabled chunked encoding and it appears to be working now, any ideas what kind of performance hit I can expect with this feature?

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Thu Apr 15, 2004 9:29 pm

I've updated the KB article to include the error message that you saw, so hopefully future searches on that error message will point people to the knowledge base article.

As far as performance hits, don't expect much. The main reason we went with chunked encoding by default is that it saves memory usage when uploading large files. When chunked encoding is disabled, the .Net Framework will buffer the entire file into memory before uploading, so that it can compute the content-length. It's obvious why that's a problem when you start uploading ISO images.

kiwirob
Posts: 20
Joined: Mon Apr 05, 2004 5:55 pm

Post by kiwirob » Thu Apr 15, 2004 9:52 pm

Thanks Jeremy, the largest files we have are only 10MB and most are only a few hundred KB so should be fantastic.

Thanks for your help

Post Reply