Author |
Message |
Topic: OPPROCS Question |
kottaiajmel
Replies: 4 Views: 4485
|
Forum: General IBM MQ Support Posted: Thu Aug 23, 2007 10:48 am Subject: OPPROCS Question |
Thanks for the replies.
elvis_gn
I agree that the sending application must close their connections gracefully. I found this while investigating another issue of message duplication. This is an exi ... |
Topic: OPPROCS Question |
kottaiajmel
Replies: 4 Views: 4485
|
Forum: General IBM MQ Support Posted: Fri Aug 17, 2007 6:22 am Subject: OPPROCS Question |
Hi!
One of the applications that is putting messages to my queue is not closing its connections properly. I am seeing multiple OPPROCS in the queue as a result. I want to know whether these process ... |
Topic: Client Connection security problem |
kottaiajmel
Replies: 3 Views: 3093
|
Forum: General IBM MQ Support Posted: Wed Aug 15, 2007 9:25 am Subject: Client Connection security problem |
Thanks for the pointers...
I had replaced the user group name with the id.
I had not refreshed the security after the changes.
This is resolved now.
Thanks |
Topic: MAOW - question |
kottaiajmel
Replies: 8 Views: 4725
|
Forum: General Discussion Posted: Wed Aug 15, 2007 8:47 am Subject: MAOW - question |
If you are trying to keep a trace for a particular queue/ or a group of queues, you can configure that using the exit program. In this way, you won't get huge trace files that traces everything in the ... |
Topic: Client Connection security problem |
kottaiajmel
Replies: 3 Views: 3093
|
Forum: General IBM MQ Support Posted: Tue Aug 14, 2007 12:18 pm Subject: Client Connection security problem |
Hi,
I have a scenario that involves a SVRCONN channel at the server side that uses MQ 6.0.2.1 on Solaris 10.
I have modified the SVRCONN channel and added a user group 'mqapp' in the MCAUSER to ... |
Topic: prb while creating queue manager |
kottaiajmel
Replies: 5 Views: 8805
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 03, 2007 3:32 pm Subject: Issue resolved... |
The issue is resolved.
This is a known issue. Pls see the link that explains the resolution.
http://www-1.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSWHKB&q1=xy132002& ... |
Topic: How to view broker lil path? |
kottaiajmel
Replies: 10 Views: 14688
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 03, 2007 5:45 am Subject: How to view broker lil path? |
You will need to add the MQSI_LILPATH in your PATH with the folder containing the lil file as its value.. |
Topic: prb while creating queue manager |
kottaiajmel
Replies: 5 Views: 8805
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 03, 2007 5:43 am Subject: Re: prb while creating queue manager |
Hi,
I have mq v6.0 installed on machine v6.0.
But i am getting error 893.
here is the snapshot of the fdc file
+------------------------------------------------------------------------ ... |
Topic: mirrorq exit - Solaris 5.8 - Messages not getting copied |
kottaiajmel
Replies: 12 Views: 9223
|
Forum: IBM MQ API Support Posted: Wed Aug 01, 2007 6:58 am Subject: mirrorq exit - Solaris 5.8 - Messages not getting copied |
Vitor,
Yes, it is the same platform. I had done the same test using amqsput in prod also.
jefflowrey,
thanks for the pointer.
My requirement is to temporarily store the messages coming to a ... |
Topic: mirrorq exit - Solaris 5.8 - Messages not getting copied |
kottaiajmel
Replies: 12 Views: 9223
|
Forum: IBM MQ API Support Posted: Wed Aug 01, 2007 6:28 am Subject: mirrorq exit - Solaris 5.8 - Messages not getting copied |
Hi All,
I am facing an issue with the mirrorq exit. It is Solaris 8 32 bit machine. I had installed the exit successfully. I had tested it by putting messages on the first queue (using amqsput), an ... |
Topic: mqsicreateconfigmgr-BIP8134E-Qmgr could not be altered error |
kottaiajmel
Replies: 4 Views: 3761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 02, 2006 4:04 pm Subject: mqsicreateconfigmgr-BIP8134E-Qmgr could not be altered error |
I had removed everything and did it again. It worked this time around.
I assume, that I must have done something foolish!
Thanks for the help! |
Topic: mqsicreateconfigmgr-BIP8134E-Qmgr could not be altered error |
kottaiajmel
Replies: 4 Views: 3761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 02, 2006 12:10 pm Subject: mqsicreateconfigmgr-BIP8134E-Qmgr could not be altered error |
Yes. I had doubled checked it now. It is... |
Topic: mqsicreateconfigmgr-BIP8134E-Qmgr could not be altered error |
kottaiajmel
Replies: 4 Views: 3761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 02, 2006 9:44 am Subject: mqsicreateconfigmgr-BIP8134E-Qmgr could not be altered error |
Hello!
I am trying to create the new config manager with WBIMB5.0.2. But running in to problems.
The command used:
mqsicreateconfigmgr -i <userid> -a <password> -q WBRK_QM -n WBKRC ... |
Topic: Converting XML Body to String - Urgent Help Required |
kottaiajmel
Replies: 0 Views: 1511
|
Forum: General Discussion Posted: Wed Feb 11, 2004 10:53 am Subject: Converting XML Body to String - Urgent Help Required |
I need to put my xml into a string variable in the MRM.
My MRM structure is as below
MRM
- XML_LEN INTEGER( 8 )
- BINARY_LEN INTEGER( 8 )
- XML_DATA STRING(VAL(XML_L ... |