I performed database bind (db2ubind, db2cli and db2chema) against the TYNG1 db on db server and they ran successfully.
However when I tried to connect to TYNG1 from the client, I received the following error:
SQL0727N An error occurred during implicit system action type "1". Information returned for the error includes SQLCODE "-551", SQLSTATE = "42501" "IDD1|SELECT|SYSCAT.ROUTINES" SQLSTATE=56098
Last month I got similar error when connecting from client to another database, I contacted IBM support and was told to run the bind from the client. I did and it resolved the problem. I granted dbadm to the user, did the bind from the client and then revoked dbadm from the user. Everything worked fine. No more errors.
This time on a new db, I did the same bind from the client. It worked but then after I revoked dbadm from the user, it threw me same error stated above when I issued "db2 list tables for all". Connection from client to database server is fine.
What I don't understand is that I did the configuration on this new db a few days ago, everything worked fine without any issues. Today I started getting this error.
We are using v9.5 on Linux.
Can someone please help?
Thank you in advance.