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 » IBM MQ API Support » getting error xecU_I_FUNCTION_NOT_FOUND while loading Exit

Post new topic  Reply to topic
 getting error xecU_I_FUNCTION_NOT_FOUND while loading Exit « View previous topic :: View next topic » 
Author Message
chinna
PostPosted: Wed Jun 29, 2005 5:21 am    Post subject: getting error xecU_I_FUNCTION_NOT_FOUND while loading Exit Reply with quote

Newbie

Joined: 27 May 2005
Posts: 8

Hi All,
I am getting an error xecU_I_FUNCTION_NOT_FOUND
while loading APIExit for mirrorq on AIX.
if any one know or have the document for APIExit in AIxX please send
me the details.

Regards
Chinna
Back to top
View user's profile Send private message Send e-mail
clindsey
PostPosted: Wed Jun 29, 2005 7:55 am    Post subject: Reply with quote

Knight

Joined: 12 Jul 2002
Posts: 586
Location: Dallas, Tx

In qm.ini, your definitions for the exit, look something like:
ApiExitLocal:
Name=exitname
Function=EntryPoint
Module=/var/mqm/exits/modulename
Sequence=50

The entry you have for Function, must have a matching entry in your exit code

Code:

void MQENTRY EntryPoint(PMQAXP pExitParms, PMQAXC pExitContext,PMQLONG pCompCode,
                        PMQLONG  pReason)


This is the function that make the MQXEP calls to register your functions.

In AIX, you also need to have a noop function with the name MQStart,
Code:

void MQStart(){;}


Both of these functions should be listed in your export file.

Charlie
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 » IBM MQ API Support » getting error xecU_I_FUNCTION_NOT_FOUND while loading Exit
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.