The system cannot find the file specified(Error code 2) at Unable to connect to pipe\\.\pipi\psapipe
Solution:
Log in to the server.
open services.msc
Expand it and check PleskSQLServer is running or not.
If it is not running,enable and start it.
After that run the following command.
C:\>sc query PleskSQLServer
C:\>sc start PleskSQLServer.
Add Comment