Author |
Message |
Topic: Connecting two queuemanagers of same name |
vastare
Replies: 18 Views: 13315
|
Forum: General Discussion Posted: Sun Nov 13, 2005 11:38 pm Subject: Connecting two queuemanagers of same name |
Hello All,
/
wschutz:
System 1: QMGR1:
def ql(QMGR2) usage(xmitq)
def chl(QMGR1.QMGR1) chltype(sdr) conname(...) xmitq(QMGR2)
def qr(SOMEQ) rname(SOMEQ) rqmname(QMGR2)
System 2: QMGR1 ... |
Topic: Regarding Queue manager handle |
vastare
Replies: 6 Views: 3819
|
Forum: IBM MQ API Support Posted: Mon Jul 11, 2005 9:24 pm Subject: Regarding Queue manager handle |
WMQ V6 will allow you to do this ....
thanks.....
can you give me much more details of WMQ V6.
To catch the Queue manager handles any option is there in V6??
------------
vastare |
Topic: Regarding Queue manager handle |
vastare
Replies: 6 Views: 3819
|
Forum: IBM MQ API Support Posted: Mon Jul 11, 2005 4:20 am Subject: Regarding Queue manager handle |
Hi,
I am interested to know that how to view the number of handles alloted to specific application at runtime.....that means I wanted to see that at particular point of time how many handles are av ... |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Mon Jul 11, 2005 4:04 am Subject: MQRC_NOT_AUTHORIZED Error |
Hi Vijay,
Thanks for the clarification .
Regards,
Vastre |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Thu Jun 02, 2005 9:53 pm Subject: MQRC_NOT_AUTHORIZED Error |
Hi Jefflowrey,
Thank you very much for your cooperation . |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Thu May 26, 2005 4:47 am Subject: MQRC_NOT_AUTHORIZED Error |
Thanks,
You mean to say that, i have to check the SYSTEM.ADMIN.QMGR.EVENT,
By enabling the authority events on the Qmngr
If you enable the authority events, whether it will affect the Qmngr?
... |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Thu May 26, 2005 4:24 am Subject: MQRC_NOT_AUTHORIZED Error |
When you enable authority events, and a 2035 occurs, a message should be put on a queue (SYSTEM.AUTH.DATA.QUEUE) that will tell you what user received the 2035.
Okay,
In our Qmngr, the authori ... |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Wed May 25, 2005 9:53 pm Subject: MQRC_NOT_AUTHORIZED Error |
Hi,
So my guess is that this UserID does not have authority to access the namelist object.
My API Exit is working fine but once in a while 2035 error is throwing.
Our application and Queue ... |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Wed May 25, 2005 6:00 am Subject: MQRC_NOT_AUTHORIZED Error |
Thanks,
So inside my OPEN_EXIT, i can print the Object name and for that object name there is no attributes like User ID.
WebSphere MQ API exit context structure (MQAXC), In this structure UserI ... |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Wed May 25, 2005 4:19 am Subject: MQRC_NOT_AUTHORIZED Error |
Hi,
I mean actually namelist object not queue. Our code runs around 30000 cycles (it is a message processing utility which processes messages in batch and transfers it into another queue and commit ... |
Topic: MQRC_NOT_AUTHORIZED Error |
vastare
Replies: 16 Views: 13669
|
Forum: IBM MQ API Support Posted: Tue May 24, 2005 11:41 pm Subject: MQRC_NOT_AUTHORIZED Error |
Hi,
I am opening a Queue throw an APIExit Code by MQOPEN call, once in a while the MQ is throwing an error like "user is not authorized to open the object for the option(s) specified " Its throwing ... |