Crash 'soscmd.exe'

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

Moderator: SourceGear

Post Reply
Guest

Crash 'soscmd.exe'

Post by Guest » Tue Jun 15, 2004 5:32 am

We use SOS Version 4.0 (Server and Client) and for an automatic everyday build we retrieve a huge project (~ 42 MB) with the command line client at once. This allways results in a crash of soscmd.exe

The source files retrieved recursively has a deep tree structure (99 Folders and Subfolders - about 2600 Files) and the crash occurs when the 43 folder is created - this folder is empty - and 1089 files are retrieved.

The crash doesn't depend on the size of transfered bytes. I think it's more or less either on the number or diretories or files.

Do you have any suggestions?

Best regards
Horst Triebenbacher

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Tue Jun 15, 2004 12:57 pm

We've found that the Command Line Client isn't terribly efficient with very large gets.

A few things to check:

Can you do this same get from the GUI Client without any problems?

Are there any error messages in the log file when the CLC crashes?

Can you do a get of just the 43rd folder with its 1089 files?

If, indeed the total number of files\folder seems to be the issue, could you run the CLC a few times and do smaller gets, rather than one large get?
Linda Bauer
SourceGear
Technical Support Manager

edvler
Posts: 7
Joined: Fri Mar 05, 2004 4:28 am
Contact:

Post by edvler » Tue Jun 15, 2004 11:37 pm

We have one root project to retrieve, it has about 20 sub parts and totally 99 folders and subfolders. We don't have any problems to retrieve this project with the GUI Client.

We don't have any special log messages on the server.

To clarify, when CLC crashes, 42 folders and subfolders with 1089 files are retrieved, the 43rd folder is created.

Best regards
Horst Triebenbacher

edvler
Posts: 7
Joined: Fri Mar 05, 2004 4:28 am
Contact:

Post by edvler » Thu Jun 17, 2004 4:48 am

edvler wrote:We don't have any special log messages on the server.
I took a deeper look to the server log file. These are the entries I've found:

Code: Select all

17.06.2004 12:39:28 - 21: Exception: Eine vorhandene Verbindung wurde vom Remotehost geschlossen
17.06.2004 12:39:28 - 21: User XXXX disconnected from computer.br-automation.co.at.
I've tried to use the CLC from 3.5.3. It also crashes and I got a lot of

Code: Select all

Error:  Server response = 401 NoSuchFileOrProject

Post Reply