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 > Procedure - SQL0440N

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-06-03, 10:02
sbas sbas is offline
Registered User
 
Join Date: Aug 2003
Location: London
Posts: 25
Procedure - SQL0440N

DB2 Ver 8.1 Fixpack 3.
O/S AIX 5L


I am facing strange problems on the DB2 Procedures. This procedures where working fine from long time, but all of
sudden the procedures are not able to get executed.

I tried to copy those in the sample folder and tried compiling and executing them but
When I compile the procedure it gets compiled and there are no errors or warnings. But when I try to execute
by passing parameters it gives me error as follows :

SQL0440N No authorized routine named "UPDATE_SALARY_IF" of type "PROCEDURE"
having compatible arguments was found. SQLSTATE=42884

Can anybody help me on this ..

Many Thanks.
Reply With Quote
  #2 (permalink)  
Old 11-06-03, 10:32
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Did you GRANT execute rights to the procedure?

Andy
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