Can not add a task to Task Center
You got an error while trying to add a task to Task Center. This is the way to solve the problem.
If you were trying to add a task to Task Center, and got an error, saying that DB2 Administration Server is not configured properly, you can issue the following commands to fix it.
Change the parameter SCHED_ENABLE of admin cfg to ON.
db2 update admin cfg using SCHED_ENABLE on
Create the database toolsdb again:
db2 drop db toolsdb
db2 create tools catalog toolsdb create new db toolsdb
Restart db2admin:
db2admin stop
db2admin start