soscmd.exe recursive GetProject fails/crashes

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

Moderator: SourceGear

Post Reply
RyanDrake

soscmd.exe recursive GetProject fails/crashes

Post by RyanDrake » Wed Nov 03, 2004 10:22 am

Using version 4.0.2, soscmd.exe doing a recursive GetProject reports failures then crashes. It looks like it thinks the date and time is a filename, and tries to "get" it!!

Using the GUI client, everything works fine.


[relevant portion of the log]

Requesting file: Application with FactoryReset.bat

File already up to date: C:\RL90\SOFTWARE\Develop\Components\Pandora_C_Series_Display\Application\Application with FactoryReset.bat
Requesting file: 1

Error: Server response = 401 NoSuchFileOrProject
Requesting file: 06/11/2004 08:31

Error: Server response = 400 OperationFailed
Requesting file:

Error: Server response = 400 OperationFailed

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

Post by lbauer » Fri Nov 05, 2004 12:48 pm

What command are you using? If you post it here, be sure to take out passwords and connection info.
Linda Bauer
SourceGear
Technical Support Manager

Anonymous7777777

I am geting the same thing with 3.5.3

Post by Anonymous7777777 » Sat Nov 06, 2004 11:39 am

Here is my command:
"C:\Program Files\SourceOffSite\soscmd" -verbose -soshome "C:\Program Files\SourceOffSite" -command GetProject -recursive -workdir "C:\MyProject" -server "MyServer:MyPort" -name MyName -password MyPassword -database "MyProjectPath\VSS\srcsafe.ini" -project "$/MyProject"

Here is my output:
SourceOffSite Command Line Client: 128 bit Encryption version 3.5
Connected to server MyServer at port MyPort.
Received Secure Challenge from server
Successfully logged in.
Sending GetProject Command to server.
File already up to date: C:\MyProject\file.txt
(repeated for all files)
Error: Server response = 401 NoSuchFileOrProject
Error: Server response = 401 NoSuchFileOrProject
Error: Server response = 401 NoSuchFileOrProject
Error: Server response = 401 NoSuchFileOrProject

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

Post by lbauer » Mon Nov 08, 2004 9:00 am

in SOS 4.0.2, -soshome (directory with the database cache) is now in C:\Documents and Settings\<user>\Application Data\SourceGear\SOS\ .

You might also try the command without using -soshome at all, to see if that makes a difference.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply