Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

DB2 :: RE: Stored procedure on Federated thru DB2

$
0
0
Author: Rohit Umarjikar
Posted: Wed Jun 01, 2016 2:01 am (GMT 5.5)

Did you verify this checklist?
Code:
•The routine name was either incorrectly specified or does not exist in the database.
•A qualified reference was used, and the schema qualifier was incorrectly specified.
•The user's SQL path does not contain the schema to which the desired function belongs, and an unqualified reference was used.
•The wrong number of arguments was included.
•The right number of arguments was included in the routine reference, but the data type of one or more of the arguments is incorrect.
•The invoker of the routine is not authorized to execute the routine.

_________________
Regards,
Rohit Umarjikar
"Some things Man was never meant to know. For everything else, there's Google"


Viewing all articles
Browse latest Browse all 9405