logo  
Google
 

DB2 SQL-Error: -438

SQLState: 42884

Short Description: APPLICATION RAISED ERROR WITH DIAGNOSTIC TEXT NO BY THE NAME HAVING COMPATIBLE ARGUMENTS WAS FOUND

This error occurred as a result of execution of the RAISE_ERROR function or as a result of the SIGNAL or RESIGNAL SQLSTATE statement. text Diagnostic text provided by the invocation of the RAISE_ERROR function or the SIGNAL or RESIGNAL SQLSTATE statement.System action: The statement cannot be processed. Programmer response: Use application-provided diagnostic text, if provided, to determine the cause of the error. SQLSTATE: application-defined Explanation: This occurs in a reference to routine (stored procedure or function) routine-name, when DB2 cannot find a function or stored procedure it can use to implement the reference. There are several reasons why this could occur. v routine-name was either incorrectly specified or does not exist in the database. v A qualified reference was made, and the qualifier was incorrectly spelled. v A userÂ’s SQL path does not contain the schema to which the desired function belongs, and an unqualified reference was used. v The wrong number of arguments were included. v For functions, the data types of one or more of the arguments is incorrect.System action: The statement cannot be executed. Programmer response: Fix the problem and retry. This could involve a change to the SQL statement, the addition of new routines or a change to the userÂ’s SQL path.

 <-  BACK TO INDEX