Hi all
I am trying to execute two JAVA UDFs throough my DB2 SQL stored procedure .These two external routines are performing some critical function which is else not possible.When I try to execute, one of the UDF workes absolutely fine without errors separately but the other ones doestn run at all
and it produces the error as SQL 4306N SQLSTATE 42724...My UDF is unable to call the java method.I dont really understand the disparitry of why one is working fine whilie other is not even though they have been built on the same framework......can someone please explain the reason...
Thanks in Advance