The return sucess code for the SOScmd is not 300 but 11264?

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

Moderator: SourceGear

Post Reply
Prashant
Posts: 1
Joined: Wed Dec 01, 2004 9:53 pm

The return sucess code for the SOScmd is not 300 but 11264?

Post by Prashant » Thu Dec 09, 2004 3:18 am

Could you please tell me why the SOSCMD sucess code 300 is not returning?

I'm running the below command and as it is always returing the 11264 code so am forced to use the last condition to valiadate.

*****************************************************
$command = "soscmd -command getproject -server XX.XX.XX.XX:8888 -name babup1 -password \"\" -project \"$masterProjectName/$project\" -alias EBSSourceSafe $versionCommand -workdir $projectDirectory[$i++] -recursive \n";

$rc = system($command);

if($rc ne 11264)
{
FatalError($command,$rc);
}
******************************************************
It would be great and much apprectiable if you could tell me why the return code is not 300 in this case.

Thanks in advance.

Prashant

Post Reply