Author |
Message |
Topic: Solved!!! runmqtrm as background process in Linux |
learnmqnow
Replies: 18 Views: 15051
|
Forum: IBM MQ API Support Posted: Thu Nov 03, 2005 1:01 am Subject: Solved!!! |
You need to put the & in the EnvData so that the triggered app runs asynchronously.
Thanks..that makes it more clear.. |
Topic: Solved!!! runmqtrm as background process in Linux |
learnmqnow
Replies: 18 Views: 15051
|
Forum: IBM MQ API Support Posted: Wed Nov 02, 2005 11:33 pm Subject: Solved!!! runmqtrm as background process in Linux |
Hi all.
The problem is solved!!! I was putting the '&' in the environment data for process definition to make the trigger a background process.
Please show the where you had the &am ... |
Topic: Solved!!! runmqtrm as background process in Linux |
learnmqnow
Replies: 18 Views: 15051
|
Forum: IBM MQ API Support Posted: Mon Oct 31, 2005 3:29 am Subject: Solved!!! runmqtrm as background process in Linux |
Hi,
I've solved the problem. But i dont think it's a neat solution though.
My problem was that i hv 16 trigger monitors running at a time, and it was really a mess with 16 terminals running at a ... |
Topic: Solved!!! runmqtrm as background process in Linux |
learnmqnow
Replies: 18 Views: 15051
|
Forum: IBM MQ API Support Posted: Mon Oct 31, 2005 12:48 am Subject: Solved!!! runmqtrm as background process in Linux |
ok..then pls tell me how to run a trigger monitor as a background process??? pls tell me all the relevant steps..changes in process defn attributes, where to give runmqtrm command etc..
and one more ... |
Topic: Solved!!! runmqtrm as background process in Linux |
learnmqnow
Replies: 18 Views: 15051
|
Forum: IBM MQ API Support Posted: Sun Oct 30, 2005 9:33 pm Subject: Solved!!! runmqtrm as background process in Linux |
hi,
i tried with nohup also. I'll explain in detail what i did.
I hv de queues OT.DP.LQ and OT.DP.IQ. The process defn is OT.DP.PRC.
The application id for process defn is 'java com/ot/mw/Read ... |
Topic: Solved!!! runmqtrm as background process in Linux |
learnmqnow
Replies: 18 Views: 15051
|
Forum: IBM MQ API Support Posted: Thu Oct 27, 2005 8:26 pm Subject: Solved!!! runmqtrm as background process in Linux |
Hi,
I went throught the links u gave..but my trigger monitor works fine when run from a shell script in the terminal. The prob is i have 16 triggers and i dont want the 16 terminals open in the scr ... |
Topic: Solved!!! runmqtrm as background process in Linux |
learnmqnow
Replies: 18 Views: 15051
|
Forum: IBM MQ API Support Posted: Thu Oct 27, 2005 3:55 am Subject: Solved!!! runmqtrm as background process in Linux |
Hi,
I'm having a problem with running trigger as background process. I have a shell script file containing the path and classpath setting commands and the runmqtrm command. when i execute this scri ... |
Topic: Solved!!! MQ clustering across a different network |
learnmqnow
Replies: 12 Views: 12191
|
Forum: Clustering Posted: Thu Oct 27, 2005 1:03 am Subject: Solved!!! MQ clustering across a different network |
Hi
The problem is solved. Thought i'll post the details as it will b useful for someone. Problem was with IP itself. As i mentioned before i am using a mirrored IP to connect to a different network ... |
Topic: Solved!!! MQ clustering across a different network |
learnmqnow
Replies: 12 Views: 12191
|
Forum: Clustering Posted: Thu Oct 06, 2005 1:04 am Subject: Solved!!! MQ clustering across a different network |
Hi
can u pls tell me how to find details about these tcp/ip error codes?
Since telnet is working , my network admin is assuming that connectivity is fine.
Thanks. |
Topic: Solved!!! MQ clustering across a different network |
learnmqnow
Replies: 12 Views: 12191
|
Forum: Clustering Posted: Wed Oct 05, 2005 10:12 pm Subject: Solved!!! MQ clustering across a different network |
The cluster channel definitions are correct. we are using mirrored ips for connection.
I checked the error log in the full repository. I am pasting the relevant portion of error log here.
----- ... |
Topic: Solved!!! MQ clustering across a different network |
learnmqnow
Replies: 12 Views: 12191
|
Forum: Clustering Posted: Wed Oct 05, 2005 4:08 am Subject: Solved!!! MQ clustering across a different network |
Which is the cluster manual? I have a queue manager cluster book in the MQ documentation. But i didnt find any troubleshooting section in that. And the program (formatLog) for converting binary log fi ... |
Topic: Solved!!! MQ clustering across a different network |
learnmqnow
Replies: 12 Views: 12191
|
Forum: Clustering Posted: Wed Oct 05, 2005 3:08 am Subject: Solved!!! MQ clustering across a different network |
Yes. I know that cluster queues will not be visible unless you put some message.
I tried to put the message, but it's giving 8085 error.(Unknown object name).
Anything else i need to check
Thanks ... |
Topic: Solved!!! MQ clustering across a different network |
learnmqnow
Replies: 12 Views: 12191
|
Forum: Clustering Posted: Tue Oct 04, 2005 10:59 pm Subject: Solved!!! MQ clustering across a different network |
Hi.
I have a cluster setup which includes 3 different machines 2 Windows and one Linux. Linux machine and one windows machine is in the same network located at Bangalore. The other Windows mac ... |