Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Function Path Issue

Status
Not open for further replies.

murshidgre

Programmer
Jul 19, 2005
2
US
I am getting following error message, whenever i try to use any built-in function of DB2, e.g.
select RTRIM(custName) from Customer

"SQL0440N No function by the name "RTRIM" having compatible arguments was found in the function path. SQLSTATE=42884 "

I would really appreciate your help.
 
Hi murshidgre,

What version of DB2 are you using, and on what platform?

Marc
 
Hi Marc,

The DB2 Ver is 7.2 while the OS is LINUX(REDHAT) 7.3.
I am kind of stuck at this point, i really appreciate your help.

Thanks,
 
check first in your function list, whether you can see the functions at all, check permissions, but they should be ok when you can select at all

also check your current function path
> db2 values(current function path)
and ensure that SYSIBM and SYSFUN are present

i would suggest rebind your client packages and see what happens
(in sqllib\bind: at least db2cli.lst, see also

I am not sure in which package these funtions are, but I am sure it is somewhere there in sqllib/bnd



Juliane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top