Hello, Managed to get the soscmd working from Solaris, connecting to VSS on Windows XP.
If I have a project in VSS with one file, I can check out the project fine. But if it has two files, I get an error trying to get the second file: [soscheckout] SourceOffSite Command Line Client: Standard Edition version 3.5 [soscheckout] Connected to server 1.12.0.227 at port 8080. [soscheckout] Received Challenge from server [soscheckout] Successfully logged in. [soscheckout] Sending CheckOutProject Command to server. [soscheckout] Got file: /export/home/kellyga/HelloWorld/java/GoodbyeWorld.java [soscheckout] Checked out file: /export/home/kellyga/HelloWorld/java/GoodbyeWorld.java [soscheckout] Error: Server response = 401 NoSuchFileOrProject [soscheckout] Error: Server response = 401 NoSuchFileOrProject [soscheckout] Closed connection to server 1.12.0.227 at port 8080. (doesnt checkout the other file, HelloWorld.java) Parameters I am using are: <target name="sos-checkout" depends="init" description="sos"> <soscheckout verbose="true" username="admin" password="admin" projectpath="$/HelloWorld/java/" localpath="/export/home/kellyga/HelloWorld/java/" sosserverpath="1.12.0.227:8080" vssserverpath="\\garethk\c$\VSS\Remedy-VSS\srcsafe.ini"/> </target> Note: GetLatest works fine on project: <target name="sos-get" depends="init" description="sos"> <sosget verbose="true" recursive="true" username="admin" password="admin" localpath="/export/home/kellyga/HelloWorld/java/" projectpath="$/HelloWorld/java/" sosserverpath="1.12.0.227:8080" vssserverpath="\\garethk\c$\VSS\Remedy-VSS\srcsafe.ini"/> </target> Any ideas? Thanks, Gareth The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any other action taken or any views, opinions or advice contained in this e-mail are those of the sending individual and not necessarily those of the firm. It is possible for data transmitted by e-mail to be deliberately or accidentally corrupted or intercepted. For this reason where the communication is by e-mail, J&E Davy does not accept any responsibility for any breach of confidence which may arise from the use of this medium. If you have received this e-mail in error please notify us immediately at mailto:[EMAIL PROTECTED] and delete this e-mail from your system.