Perforce - RpcTransport: Read Partial Message

When using "revert -a" over P4V, it waits for a few minutes and returns this error to me.

RpcTransport: partial message read
TCP connection error.
read: socket: WSAECONNRESET

Server state returns fine and there are no locked database files.

I suspect this problem is local to this computer as others do not have the same problem. Issuing the same command through the command line, just the command line prompt sits there indefinitely.

Other commands like submit and add will have a visual client that stays there indefinitely but doesn't throw or fail.

The files are stored on a local drive. This happens when multiplying depots / workstations.

+3


source to share


2 answers


The WSAECONNRESET error is thrown by Windows when a network socket is forcibly closed.

Regular occurrences of this error may indicate network problems.

More information is available here:



http://answers.perforce.com/articles/KB/2968/

Hope this helps Jen!

+1


source


I got the same thing on a windows machine. I guess in my case it was caused by corrupted config settings and due to the error pop-up I was not able to install it correctly using the GUI. The SET command line command helped to set the port and hostname again:

p4 set P4PORT=<portnum>

      



This command echoes the GUI configuration dialog

+1


source







All Articles