If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Sqlcode=-440, Sqlstate=42884, Driver=3.50.152

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-23-08, 10:23
dbansal dbansal is offline
Registered User
 
Join Date: Sep 2008
Posts: 16
Sqlcode=-440, Sqlstate=42884, Driver=3.50.152

We have an in house application that I am trying to deploy using websphere 6.1 and DB2 9.5...

I am not the programmer of the application however, I am trying to get it to work on the afrorementioned platforms.

We currently have the same exact application deployed on Sun App Server 9.1 with SQL server 2005 and Websphere 6.1 SQL server 2005, as well as Sun App server 9.1 with Oracle Express 10g.

Out of all the above, DB2 is giving us the most problem, why the hell is it like this?!?! lol, little venting..

Anyway, here is the full error: Can anyone decipher or have any idea what it is?


Code:
exception creating user account default permissions: com.ibm.db2.jcc.b.nm: No authorized routine named "LOWER" of type "FUNCTION" having compatible arguments was found.. SQLCODE=-440, SQLSTATE=42884, DRIVER=3.50.152. 
Continuing with default group permissions for drawbase realm.
                                 com.ibm.db2.jcc.b.nm: No authorized routine named "LOWER" of type "FUNCTION" having compatible arguments was found.. SQLCODE=-440, SQLSTATE=42884, DRIVER=3.50.152
I can get more info, didn't know how much to start off with.

Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 10-23-08, 10:33
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Most likely, you are attempting to pass an argument to the LOWER function that is something other than CHAR or VARCHAR.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On