Good day guys,
Currently I am going to enable the Scheduler function in db2 by creating the tools catalog with command as below
CREATE TOOLS CATALOG <schema_name>USE EXISTING DATABASE <db_name>
It is working fine in my local PC but I am hitting below error in my Production DB server.
SQL30082N Security processing failed with reason "3" ("PASSWORD MISSING").
SQLSTATE=08001
I have tried few method including append "user <db_user> using <db_password>" follow by the command but still not able to fix it.
Thanks for reading and hope you guys can sheds some light on this issue
Regards,
Sean