Author |
Message |
Topic: 2035 Authentication error |
oware
Replies: 2 Views: 3433
|
Forum: General IBM MQ Support Posted: Fri May 06, 2005 1:13 pm Subject: 2035 Authentication error |
Hi,
We have one MQ server logged in as XYADMIN and the client logged in as Abcdefg.Hijklmnop. Both has w2k OS and are in different domain. To have application running on client MQ access to queues ... |
Topic: MQ Series 5.2 Download link |
oware
Replies: 2 Views: 17993
|
Forum: Links Posted: Wed Oct 27, 2004 8:07 am Subject: MQ Series 5.2 Download link |
Thanks bower5932 for your reply.
Actually we wanted to upgrade from MQ5.2 to MQ 5.3 in production. Before we go ahead with the upgrade we wanted to do this upgrade test on some machine and see what ... |
Topic: MQ Series 5.2 Download link |
oware
Replies: 2 Views: 17993
|
Forum: Links Posted: Wed Oct 27, 2004 7:45 am Subject: MQ Series 5.2 Download link |
Hi All,
Can someone please provide me the link to download MQ Series 5.2?
Thanks in advance.
oware |
Topic: Backup Queue |
oware
Replies: 3 Views: 4462
|
Forum: General Discussion Posted: Tue Oct 05, 2004 8:27 am Subject: Backup Queue |
Thanks bower5932 for your reply.
It worked. I am able to copy the messages to another queue. But still wondering if i can get the same application written in vb or C#.
Thanks again.
oware |
Topic: Backup Queue |
oware
Replies: 3 Views: 4462
|
Forum: General Discussion Posted: Mon Oct 04, 2004 6:35 am Subject: Backup Queue |
Hi all,
We have two servers A and B. Messages are put on to the Remote Queue on server A that then transfers the messages through transmission Q and sender channel to the queue on Server B. The que ... |
Topic: Circular logging logic |
oware
Replies: 7 Views: 10119
|
Forum: General IBM MQ Support Posted: Fri Sep 24, 2004 10:04 am Subject: Circular logging logic |
Thanks fjb_saber for your reply.
Actually we wanted to know how many messages are coming to the queue. But once the messages are read off the queue there is no way to know if we actually received t ... |
Topic: Circular logging logic |
oware
Replies: 7 Views: 10119
|
Forum: General IBM MQ Support Posted: Thu Sep 23, 2004 1:27 pm Subject: Circular logging logic |
Thanks Mallik for your reply.
I want to know how the MQ logs the messages into the log files. Does it keeps on filling the log files till it reaches 40 and then start over with the first log file c ... |
Topic: Circular logging logic |
oware
Replies: 7 Views: 10119
|
Forum: General IBM MQ Support Posted: Thu Sep 23, 2004 11:53 am Subject: Circular logging logic |
Hi all,
I want to understand how MQ circular loggin actually works.
Say I have configured the queue manager to have circular logging with 40 primary log files and 8 secondary log files. The messa ... |
Topic: Monitoring MQ Processes |
oware
Replies: 7 Views: 15251
|
Forum: IBM MQ Performance Monitoring Posted: Wed Sep 22, 2004 10:42 am Subject: Monitoring MQ Processes |
Thanks siliconfish for your reply.
I guess rest of the processes needs to be started by recycling the Queue Manager.
Oware |
Topic: Monitoring MQ Processes |
oware
Replies: 7 Views: 15251
|
Forum: IBM MQ Performance Monitoring Posted: Wed Sep 22, 2004 8:38 am Subject: Monitoring MQ Processes |
We are planning to monitor MQ processes for Windows NT using some PATROL monitoring tool. Can someone plase let me know if any of the below processes are not seen then what action we need to perform.
... |
Topic: Cluster and HeartBeat Interval |
oware
Replies: 2 Views: 7390
|
Forum: Clustering Posted: Mon Sep 23, 2002 11:27 am Subject: Cluster and HeartBeat Interval |
Hi,
I have strange thing going on in MQSeries. We have two MQSeries server machine with each one having one queue manager (Full Repository), Queue manager having one Queue Q1 on each of them. On ... |
Topic: Multiple Sender/Receiver Channels betweem same 2 QMgrs |
oware
Replies: 16 Views: 18263
|
Forum: General IBM MQ Support Posted: Wed Jul 31, 2002 6:43 am Subject: Multiple Sender/Receiver Channels betweem same 2 QMgrs |
Thanks Brandon.
I really appreciate your suggestion and I am planning to change my code to use sync point and MQCMIT. But can you please clarify these doubts for me.
1-> when I read a messag ... |
Topic: Multiple Sender/Receiver Channels betweem same 2 QMgrs |
oware
Replies: 16 Views: 18263
|
Forum: General IBM MQ Support Posted: Tue Jul 30, 2002 2:09 pm Subject: Multiple Sender/Receiver Channels betweem same 2 QMgrs |
Hi Squire, bduncan,
Thanks for your replies.
Actually all the messages retrieved from Q1 are in XML format. I connect to DB and then execute stored procedures from my appl. by passing XML and ot ... |
Topic: Multiple Sender/Receiver Channels betweem same 2 QMgrs |
oware
Replies: 16 Views: 18263
|
Forum: General IBM MQ Support Posted: Tue Jul 30, 2002 11:54 am Subject: Define Multiple Channels |
Hi all,
We have an application on MQ server box which retrieves message from queue Q1 defined in queue manager QM1 and inserts it into the database. Initially I Inserted up to 1000 messages into Q1 ... |
Topic: MQ series File Transfer. |
oware
Replies: 5 Views: 8313
|
Forum: General IBM MQ Support Posted: Wed Feb 13, 2002 7:48 am Subject: MQ series File Transfer. |
This is the code to read a binary file and send it over to Queue.
Set MQSess = New MQSession
Set QMgr = MQSess.AccessQueueManager("queue.manager.1")
Set Queue = QMgr.Ac ... |