|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Multiple matches for the routine were found |
« View previous topic :: View next topic » |
Author |
Message
|
mangoMan |
Posted: Wed Jan 14, 2004 12:02 pm Post subject: Multiple matches for the routine were found |
|
|
Acolyte
Joined: 16 Oct 2003 Posts: 69
|
I just declared a global procedure in the esql file and I get an esql error where I call it. The error states that Multiple matches for the routine were found. I am CERTAIN that the procedure was only defined once. I have looked and looked, experimented and experimented but I can't figure out what is wrong. This is what my proc looks like:
CALL CreateRNA(OutputRoot.XML.XRNA, a, b, c, d, e, f, g);
CREATE PROCEDURE CreateRNA(INOUT msg REFERENCE,
IN aCHARACTER,
IN b CHARACTER,
IN c CHARACTER,
IN d CHARACTER,
IN e CHARACTER,
IN f CHARACTER,
IN gCHARACTER)
BEGIN
set msg.a = a;
set msg.b = b;
set msg.c = c;
set msg.d = d;
set msg.e = e;
set msg.f = f;
set msg.g = g;
set msg.h = g;
END; |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|