Author |
Message |
Topic: can't read the XML message |
mqsha
Replies: 6 Views: 4950
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 24, 2006 6:26 pm Subject: can't read the XML message |
yes.. how can i convert Correlation ID (HEX) to Integer. because we are using JMS ,correlatioID is like integer. |
Topic: can't read the XML message |
mqsha
Replies: 6 Views: 4950
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 24, 2006 3:04 pm Subject: can't read the XML message |
Hi,
I am using INPUTnode -> Filter Node-> Output Node
|--> Output Node(Error Queue)
I am using message domain as BLOB, messages are getting with X ... |
Topic: TCP/IP Error |
mqsha
Replies: 3 Views: 3024
|
Forum: General Discussion Posted: Thu Nov 04, 2004 7:55 am Subject: TCP/IP Error |
Thanks, Jason.. its working now. I didn't install any software recently. |
Topic: TCP/IP Error |
mqsha
Replies: 3 Views: 3024
|
Forum: General Discussion Posted: Wed Nov 03, 2004 12:10 pm Subject: TCP/IP Error |
Hi Guys,
I have an issue with TCP/IP.
I have two queue managers in my system. when i start channels between these 2 queue managers . Event viewer show this erros.
***********************
... |
Topic: Windows 2000 Server and CSD07 |
mqsha
Replies: 22 Views: 16364
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 22, 2004 5:09 am Subject: Windows 2000 Server and CSD07 |
I had similar issue on my windows boxes. I tried several way changed all MQSeries services and Windows Installer and Norton to manual and rebooted the server.
It works some times.
or
rename ... |
Topic: Channel in saved Status and stopped |
mqsha
Replies: 4 Views: 2705
|
Forum: General IBM MQ Support Posted: Thu Oct 21, 2004 7:43 am Subject: Channel in saved Status and stopped |
Iam sorry i missied it on MQ5.2.
may be resetting channels would help you. |
Topic: Channel in saved Status and stopped |
mqsha
Replies: 4 Views: 2705
|
Forum: General IBM MQ Support Posted: Thu Oct 21, 2004 5:12 am Subject: Channel in saved Status and stopped |
use can check the what the opprocs using
dis qstatus(xxxx) type(handle) all.
grep with the pid which it displays on the qstatus if your using unix or check in Task manager in windows.
try re ... |
Topic: MQSeries Listening port? |
mqsha
Replies: 5 Views: 11919
|
Forum: General IBM MQ Support Posted: Mon Oct 18, 2004 8:28 am Subject: MQSeries Listening port? |
Hi
you can check the listner port using grep command if its already running.
or
use this command to start on different port
runmqlsr -t TCP(port no#) -m source.queue.manager.
or
i ... |
Topic: Clearing input/output connection |
mqsha
Replies: 3 Views: 4344
|
Forum: General IBM MQ Support Posted: Fri Oct 15, 2004 6:56 am Subject: Clearing input/output connection |
you can see the OPPROCS on qstatus using
dis qstatus(UDTC01) type(handle) all
so that you will know the wht appliaction handle on that queue |
Topic: AMQSPUTC |
mqsha
Replies: 6 Views: 15963
|
Forum: General IBM MQ Support Posted: Fri Oct 15, 2004 5:06 am Subject: AMQSPUTC |
If the client is connected more than one qmgr on different systems.
create a serverconnection and client connection channel on server with the connection name(Server). Ftp those amqchl.tab to client ... |
Topic: namelist question |
mqsha
Replies: 4 Views: 3212
|
Forum: General IBM MQ Support Posted: Thu Oct 14, 2004 1:03 pm Subject: namelist question |
Thanks Charlie,
I figured out solution.I can able to mirror messages from local queues only problem is i can't able to mirror mesages coming from remote systems. after I changed the namelist its s ... |
Topic: Trigger Monitor based to trigger based on time interval |
mqsha
Replies: 5 Views: 3211
|
Forum: General IBM MQ Support Posted: Thu Oct 14, 2004 9:56 am Subject: Trigger Monitor based to trigger based on time interval |
use crontrol -M for unix and scheduler for Windows. That is easy to use. |
Topic: AMQSPUTC |
mqsha
Replies: 6 Views: 15963
|
Forum: General IBM MQ Support Posted: Thu Oct 14, 2004 9:52 am Subject: AMQSPUTC |
amqsputc is for Client. If you have MQServer installed on your system use amqsput to the remote queue on your system. or export the channel table from other server. or set the MQSERVER variable. |
Topic: namelist question |
mqsha
Replies: 4 Views: 3212
|
Forum: General IBM MQ Support Posted: Thu Oct 14, 2004 8:41 am Subject: namelist question |
Hi all,
Iam using Mirror queue API Support pack , I can copy the messages without having any problems in the mirror queues. But my question is when ever i change the namelist( adding new queues to ... |
Topic: MirrorQ on Broker |
mqsha
Replies: 5 Views: 3337
|
Forum: IBM MQ API Support Posted: Thu Sep 30, 2004 8:06 am Subject: MirrorQ on Broker |
Hi Charlie,
Thanks for you reply. I was using latest package on Sun Solaris. Actually i changed in code, now it works fine for me.
I debug the code , i found a error
File: mirrorq.c LINE: 5 ... |