Unable to checkin
Moderator: SourceGear
Unable to checkin
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
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
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
[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
-
- Posts: 114
- Joined: Fri Mar 05, 2004 11:18 am
- Location: Raleigh, NC
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
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
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.
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.