PDA

View Full Version : Process completed with exit code 100


jhuang
03-22-2004, 01:20 PM
Hi,

I am trying to check out all files of a type RC in one
step. It failed with message "Process completed with
exit code 100".

It looks like the files are all checked out. How could
I tell what the error message mean?

Thanks,
Jing

kinook
03-22-2004, 01:44 PM
100 is a generic exitcode that ss.exe returns for almost any error condition. A common problem on checkout is if one or more of the files are already checked out. ss.exe usually outputs some error info indicating what failed that might help you track it down.