|
from IBM DB2 Message Reference*SQL4306N* *Java stored procedure or user-defined function "<name>", specific name "<spec-name>" could not call Java method "<method>", signature "<string>". *
*Explanation:* The Java method given by the EXTERNAL NAME clause of a CREATE PROCEDURE or CREATE FUNCTION statement could not be found. Its declared argument list may not match what the database expects, or it may not be a "public" instance method.
*User Response:* Ensure that a Java instance method exists with the "public" flag and the expected argument list for this call.
SQL4306 Java stored procedure or user-defined function [procedure], specific name could not call Java method [method], signature (Ljava/lang/String;[Ljava/sql/ResultSet;)V. I have been unable to find any reference to this error. Does anyone know what this is trying to tell me
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.