Author |
Message |
Topic: Negative hconn is transferred in MQCMIT Entrypoint |
pazy
Replies: 0 Views: 2222
|
Forum: IBM MQ API Support Posted: Sun Jul 03, 2005 6:30 am Subject: Negative hconn is transferred in MQCMIT Entrypoint |
Hi all,
I'm using the MTS sample provided by IBM (Tools\mts\Samples) MQCLOSE
BEFORE 2005-07-02 03:46:09 2067091
PARMS
ExitId: MQXT_AP ... |
Topic: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
pazy
Replies: 12 Views: 14698
|
Forum: IBM MQ API Support Posted: Sun Jul 03, 2005 6:03 am Subject: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
The problem was resolved !!!
Charlie, thank you so much !
The problem was as you expected:
From Sun documentation (http://docs.sun.com/app/docs/doc/805-6331/6j5vgg69j?a=view#devclds-26108):
... |
Topic: Meaningless UserId value in PMQAXC structure |
pazy
Replies: 4 Views: 4012
|
Forum: IBM MQ API Support Posted: Sun Jun 19, 2005 10:40 pm Subject: Meaningless UserId value in PMQAXC structure |
I don't think the above UserId is a pointer but it might be un-initialized value.
However, the problem still stands- how can the UserId become un-initialized ?? according to my tests it looks like th ... |
Topic: Meaningless UserId value in PMQAXC structure |
pazy
Replies: 4 Views: 4012
|
Forum: IBM MQ API Support Posted: Sun Jun 19, 2005 3:53 am Subject: Meaningless UserId value in PMQAXC structure |
Thanks Jorgen for your quick reply.
I tried to reproduce this problem in the 'lab', with no success ->
The MQ JAVA client did not supply the userid and -
a. if the MCAUSER is defined fo ... |
Topic: Meaningless UserId value in PMQAXC structure |
pazy
Replies: 4 Views: 4012
|
Forum: IBM MQ API Support Posted: Sun Jun 19, 2005 12:37 am Subject: Meaningless UserId value in PMQAXC structure |
Hi,
I wrote an API Exit which, among others, gets the user identifier associated with the program that issued an API call.
I have noticed that sometimes (I think it usually happens when the appli ... |
Topic: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
pazy
Replies: 12 Views: 14698
|
Forum: IBM MQ API Support Posted: Wed Jun 01, 2005 12:56 am Subject: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
Runmqlsr is NOT used but the inetd daemon is used (amqcrsta and amqrmppa processes).
I have taken a mq trace while using the original amqsaxe file (supplied by IBM) the amqsaxe file compiled by me. ... |
Topic: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
pazy
Replies: 12 Views: 14698
|
Forum: IBM MQ API Support Posted: Tue May 24, 2005 5:18 am Subject: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
The ldd command does not give any clue to the solution. The following are the outputs of the amqsaxe compiled by me (the first one) and by IBM:
> ldd amqsaxe
libmqmzf.so => /usr/li ... |
Topic: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
pazy
Replies: 12 Views: 14698
|
Forum: IBM MQ API Support Posted: Thu May 19, 2005 7:18 am Subject: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
Can you tell me how can I dump the loader section (dump with which option/s)?
In addition, I tried to find differences between the supplied amqsaxe exit and the one I have compiled and the only dif ... |
Topic: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
pazy
Replies: 12 Views: 14698
|
Forum: IBM MQ API Support Posted: Thu May 19, 2005 5:40 am Subject: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
I'm using /opt/SUNWspro/SC5.0/bin/cc.
Does the -h param has anything to do with this problem?
As far as I know, the -h param assigns a name to a shared dynamic library as a way to have different v ... |
Topic: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
pazy
Replies: 12 Views: 14698
|
Forum: IBM MQ API Support Posted: Thu May 19, 2005 3:36 am Subject: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
Thanks for your reply but I have already read it and tried the suggestion with no success....
 |
Topic: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
pazy
Replies: 12 Views: 14698
|
Forum: IBM MQ API Support Posted: Wed May 18, 2005 11:12 pm Subject: Compiling API Exit on Solaris (xecU_S_LOAD_FAILED) |
I am using WebSphere MQ v5.3 and having a problem with my API Exit.
The Problem:
When trying to use an application which uses MQ Client(JMS), it cannot connect to the qmgr.
Providing the code ... |
Topic: Negative hconn is transferred in MQCMIT Entrypoint |
pazy
Replies: 1 Views: 2075
|
Forum: IBM MQ API Support Posted: Sun Feb 13, 2005 7:24 am Subject: Negative hconn is transferred in MQCMIT Entrypoint |
Hi all,
I'm using the MTS sample provided by IBM (Tools\mts\Samples) [windows server] and trying to get the its events by using the sample API exit (Tools\c\Samples\Bin\amqsaxe.dll).
I see somehow ... |