Environment: UDB V8.1 Personal Edition, Fixpack 3, Windows XP
I have a weird problem while accessing any of the system defined functions. I am getting the below error message.
SQL0440N No authorized routine named "SUBSTR" of type "FUNCTION" having compatible arguments was found. SQLSTATE=42884
I checked in the catalog tables that all functions are exist under SYSFUN schema. I thought some of the DLLs(packages) are missing and rebounded all the packages related to system functions.
db2 bind "%DB2PATH%\bnd\@db2ubind.lst" blocking all grant public
db2 bind "%DB2PATH%\bnd\@db2cli.lst" blocking all grant public
Still I am not able to access any of the system functions and getting the same error.
FYI..I created one more database under the same instance and I am able to access all the functions. I believe this problem is only at database level.
Please advise what needs to be done in resolving this issue.I appreciate your kind help in this regard.
Thanks,