|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
getting error xecU_I_FUNCTION_NOT_FOUND while loading Exit |
« View previous topic :: View next topic » |
Author |
Message
|
chinna |
Posted: Wed Jun 29, 2005 5:21 am Post subject: getting error xecU_I_FUNCTION_NOT_FOUND while loading Exit |
|
|
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 |
|
 |
clindsey |
Posted: Wed Jun 29, 2005 7:55 am Post subject: |
|
|
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,
Both of these functions should be listed in your export file.
Charlie |
|
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
|
|
|
|