Kwscm or kwcodereview with Perforce fails with Can't create a new user messageIf you see this error message when running kwscm or kwcodereview with Perforce: com.perforce.p4java.exception.RequestException: Can't create a new user - over license quota. This means that Perforce is attempting to connect to the wrong server. Specifying the server manually with --server option avoids this issue. For example: kwscm --url http://server01:8080/zlib p4 //depot/... --server perforce:1666 |