Appreciations accepted

Vladlen Litvinov, the author: If you have some job offer for me, I'm ready to discuss it. View Vladlen Litvinov's profile on LinkedIn

Password

Friday, May 24, 2013

DB2 adminstration server was not started

I try to create a new database in DB2 instance, but I get:

DB2 adminstration server was not started. Run db2admin start ...



I run this command but I get the message that the server has been already started... :(

Let's re-create DAS:

DB2ADMIN stop
DB2ADMIN drop
DB2ADMIN create /user:your_user /password:your_password
DB2ADMIN start

And the issue solved.

No comments:

Post a Comment