IBM DB2 Administration Server is already active, but says no

I am working with IBM db2 v 9.7. I tried to create a DDL script using the Control Center, it gives an error saying that the db admin server is inactive. However, when I tried to start it using db2admin, start with the cmd processor, it says that it is already active. What is really going on?

thank

enter image description here

+3
source share
3 answers

Can you confirm if the following services are running in the services.msc list?

  • DB2 Remote Command Server
  • DB2 Management Service
+2
source

, , db , !

enter image description here

+1

Restore DAS services using the commands below. This will help

db2admin stop, db2admin drop, db2admin create, db2admin start

0
source

All Articles