Author |
Message |
Topic: MQ fix pack upgrade on Solaris Zone server |
ravi_sri24
Replies: 2 Views: 3928
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Sep 20, 2013 8:13 am Subject: MQ fix pack upgrade on Solaris Zone server |
Can any one of please suggest on this topic as I am need of urgency. |
Topic: MQ fix pack upgrade on Solaris Zone server |
ravi_sri24
Replies: 2 Views: 3928
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 11, 2013 7:00 am Subject: MQ fix pack upgrade on Solaris Zone server |
Hi All,
We have installed MQ Client 7.0.1.5 in global zone with pkgadd -d option and moved /opt/mqm and /var/mqm to local zone servers and all are working well.
Wow we would like to up-version t ... |
Topic: Unable to Install MQv7 on Windows 7 Preofessional |
ravi_sri24
Replies: 3 Views: 5661
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jun 13, 2013 1:56 am Subject: Re: Unable to Install MQv7 on Windows 7 Preofessional |
Get a more recent download of 7.0? Try 7.1?
Thanks for the response, yes we have downloaded the latest version of 7.0 and also I have checked the system requirement for 7.0 version.
currently i ... |
Topic: Unable to Install MQv7 on Windows 7 Preofessional |
ravi_sri24
Replies: 3 Views: 5661
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 12, 2013 4:46 am Subject: Unable to Install MQv7 on Windows 7 Preofessional |
Hi All,
When I am trying to install MQv7.0 on Windows 7 Professional server getting below error, can any one of you help me what's wrong with OS.
Your Operating system is currently unsupported. ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Thu Jan 17, 2013 1:12 am Subject: MQ Trigger not working |
I have written a java program to read the message from queue and generate a file. after that I put command in batch file and trying to trigger the java program when message placed onto queue but still ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Wed Jan 16, 2013 8:24 am Subject: MQ Trigger not working |
I hope it's clear now what exactly issue I am having.
Yes. The issue that you're having is that you think that a trigger monitor running as a background process will invoke calc.exe.
It won't. ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Wed Jan 16, 2013 6:37 am Subject: MQ Trigger not working |
If possible can any one try on your local machine by simply calling calculator.
Did you read this? If so why are you apparently ignoring it?
What ever let you believe that you could run a foregr ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Wed Jan 16, 2013 5:10 am Subject: MQ Trigger not working |
Hi,
Can any one of you please help me on running the trigger monitor in background process as it was not working as expected when I have configured through Services.
If possible can any one try ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2013 7:26 am Subject: MQ Trigger not working |
define service(trig) STARTCMD(C:\"Program Files"\IBM\"WebSphere MQ"\bin\runmqtrm.exe) STARTARG(-m WMS -q test) SERVTYPE(SERVER) CONTROL(QMGR)
This looks a bit iffy to me. What's w ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2013 6:45 am Subject: MQ Trigger not working |
define service(trig) STARTCMD(C:\"Program Files"\IBM\"WebSphere MQ"\bin\runmqtrm.exe) STARTARG(-m WMS -q test) SERVTYPE(SERVER) CONTROL(QMGR)
This looks a bit iffy to me. What's w ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2013 6:26 am Subject: MQ Trigger not working |
it's not working as expected when I have configured Trigger Monitor as a service, I can see message coming into Initiation queue but it's not invoking calc.exe.
but when I run the trigger monit ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2013 6:05 am Subject: MQ Trigger not working |
If you create it as a service, it runs in the background without necessarily being able to interact with the logged in user.
This is great, as long as the programs you are triggering do not expect ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2013 5:43 am Subject: MQ Trigger not working |
Do you have the supplied trigger-monitor application (runmqtrm) running? Does it name the initiation queue you've specified?
thanks for your response
I am running trigger monitor by creating s ... |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2013 2:43 am Subject: MQ Trigger not working |
sorry Queue Manager sending the message to Initiation queue but after that it's not invoking application |
Topic: MQ Trigger not working |
ravi_sri24
Replies: 32 Views: 29517
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2013 2:36 am Subject: MQ Trigger not working |
Hi All,
I have setup MQ trigger with below details in Windows but it's not working to trigger the application.
below are configured on local queue :
trigger control : On
Trigger Type : First ... |