Case:
When connect to DB2 server with command:
connect to hasclp user $account$ using $password$
If run this command in DB2 server:
Error occures: SQL1032N No start database manager command was issued. SQLSTATE=57019
If run this command in client:
Error occures: [IBM][CLI Driver] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "133.4.5.43". Communication function detecting the error: "connect". Protocol specific error code(s): "10061", "*", "*". SQLSTATE=08001
Solution:
1. Login as the Instance owner. [if you have installed db2 as
Administrator, then login as Administrator]
2. Open a db2 command prompt.
Then, Start->run->db2cmd
A command prompt will open.
3. There you run the command
db2 start db manager
It should say that it is started if it is not started
or
it should say that it is active if it is active.
If the error is different, then try this
db2 start db manager user db2admin USING db2admin
The word after the USING is the password of db2admin. If you
have changed the password of db2admin, then use that password.
4. Now open the Control Center and try to create the database.