Author |
Message
|
grabeva |
Posted: Mon Jul 06, 2009 4:09 pm Post subject: mq-aix run (trigger) an application in windows NT |
|
|
Newbie
Joined: 12 Jun 2007 Posts: 6 Location: argentina
|
Hello.....
I have:
MQ ver 5.3 in AIX
Application (.net) in Windows (other server)
and i want that when a message arrive at a local.queue, start a process runs in windows nt server.
i define process with appltype= windows and applid='c:\pdd\prueba.exe'
and doesnt execute.
MQ write a message in DeadLetter, with reason Appl-not-execute
how i do? |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Jul 06, 2009 5:21 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
You want a message arriving on a UNIX qmgr to launch an app on a Windows qmgr?
Did I misunderstand your requirement? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
vol |
Posted: Mon Jul 06, 2009 10:14 pm Post subject: |
|
|
Acolyte
Joined: 01 Feb 2009 Posts: 69
|
Run a client trigger monitor on Windows. |
|
Back to top |
|
 |
zpat |
Posted: Mon Jul 06, 2009 11:16 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Or use the IBM Dot Net trigger monitor which is excellent.
runmqdnm
Quote: |
Usage: runmqdnm -q Queue -a Assembly
[-m QueueManager] [-c ClassName] [-u Text] [-s Syncpoint]
[-n MaxThreads] [-t Timeout] [-b BackoutThreshold]
[-r BackoutQueue] [-p Context] [-d] |
|
|
Back to top |
|
 |
grabeva |
Posted: Tue Jul 07, 2009 8:36 am Post subject: |
|
|
Newbie
Joined: 12 Jun 2007 Posts: 6 Location: argentina
|
i need to start an appl-windows from mq-aix in another server |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 07, 2009 8:44 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
grabeva wrote: |
i need to start an appl-windows from mq-aix in another server |
And you've been offered 2 options on how to do it. Was there another question? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|