Errors with soscmd GetProject

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

Moderator: SourceGear

Post Reply
kelemam

Errors with soscmd GetProject

Post by kelemam » Fri Oct 22, 2004 8:45 am

Hi,

When we run soscmd 4 it starts extracting files, but after a few we start getting failures, and then it just crashes with a "The instruction at "0x77fcc37c" referenced memory at '0x008d0000'. The memory could not be 'read'".

The log looks like this:


------------ snip ----------------
Requesting file: Project.sql
Got file: c:\temp\vss\ca3\common\data\Project.sql
Requesting file: 1
Error: Server response = 401 NoSuchFileOrProject
Requesting file: analytics_logo.gif
Got file: c:\temp\vss\ca3\common\images\analytics_logo.gif
Requesting file: 1
Error: Server response = 401 NoSuchFileOrProject
Requesting file:
Error: Server response = 400 OperationFailed
Requesting file: left.gif
Got file: c:\temp\vss\ca3\common\images\left.gif
Requesting file: printer.gif
Got file: c:\temp\vss\ca3\common\images\printer.gif
Requesting file: blank.gif
Got file: c:\temp\vss\ca3\common\iNavigate\graphics\blank.gif
Requesting file: 1
Error: Server response = 401 NoSuchFileOrProject
Requesting file: 09/22/2004 16:02
Error: Server response = 400 OperationFailed
Requesting file:
Error: Server response = 400 OperationFailed
------------ snip ----------------

From that log it looks like the clc is receiving date and version info that it is interpreting as file names and tries to get them.

The commend was:


c:\progra~1\sourceoffsite\soscmd -command GetProject -soshome "C:\Documents
and Settings\<username>\Application Data\SourceGear\sos" -server 127.0.0.1:8888 -wo
rkdir c:\temp\vss -name <namehere> -password <pwdhere> -project $/MyProject -d
atabase C:\VSS\srcsafe.ini -recursive -verbose


I saw some previous postings on this but no one seems to have resolved this issue yet. Any help would be appreciated.

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

Post by lbauer » Fri Oct 22, 2004 12:25 pm

Can you do the Get successfully with the GUI Client?

Are you using both SOS 4.0.x CLC and Server?

Can you get subprojects successfully with the CLC?
Linda Bauer
SourceGear
Technical Support Manager

kelemam

Re: Errors with soscmd GetProject

Post by kelemam » Fri Oct 22, 2004 12:31 pm

In response to your questions:

+ Everything works with the GUI client
+ SOS 4.0.2 on client and 3.5 on server
+ I can get subprojects until the failure occurs

Post Reply