ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Multiple matches for the routine were found

Post new topic  Reply to topic
 Multiple matches for the routine were found « View previous topic :: View next topic » 
Author Message
mangoMan
PostPosted: Wed Jan 14, 2004 12:02 pm    Post subject: Multiple matches for the routine were found Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Multiple matches for the routine were found
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.