解决PCanywhere不能再连接的方法
1、当您无法使用PCanywhere连接时,首先请您在命令提示符下ping您的独立服务器IP地址,看是否可以ping通 。点击 开始 按钮,然后点击 运行 按钮,弹出运行窗,输入cmd 单击“确定”


3、服务器上装有ms sql server,而且启用了远程sa用户登录,可以借用xp_cmdshell重新启动pcanywhere服务awhost32。
4、开启awhost32服务:xp_cmdshell 'net start awhost32'如果启动后,仍没办法连接,可以尝试停止awhost32服务,语句为:xp_cmdshell 'net stop awhost32' ,停止再重新开启服务,相当于重启。
