All the friends who use pcAnywhere to remotely manage the server must have encountered sudden disconnection due to network speed and other problems, and then they can no longer connect to the server,
Sometimes the host is busy, and sometimes it is not responding. In short, this problem is really unpleasant. In the past, I tried to call the IDC to restart the server, until today, I have helped my friends debug the server and frequently encountered this problem for various reasons. Finally, I am sorry to call the machine room, it happened that the pcAnywhere service can be terminated and restarted through remote management of sqlserver. Of course, the premise of this operation is that the server is installed with sqlserver and supports remote connection, and the server does not crash. It can provide services other than pcAnywhere.
First, create an SQL Server registration on the local machine, fill in the sqlserver information on the server, and log on to the connection with SA.
Then, open the query analyzer, enter xp_mongoshell 'net stop awhost32', run the command, and stop pcAnywhere first.
Next, change the command to xp_cmdshell 'net start awhost32' and run it again, so that pcAnywhere can be restarted.