|
#1
|
|||
|
|||
Process completed with exit code 100
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 |
#2
|
|||
|
|||
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.
|
|
|