Author |
Message
|
phitchman |
Posted: Tue Oct 24, 2006 7:31 am Post subject: FMC00013E Communication error with FMC00013E Communication e |
|
|
Novice
Joined: 14 Mar 2003 Posts: 14 Location: London
|
Hi,
We are getting this error message from the Workflow web client:
Error Message : FMC00013E Communication error - Failing Action: open, Reason Code: 2189, Failing Object: DEV.DEVGRP.EXE
This is running on a Windows 2003 server box, it communicates to a queue manager on Solaris,
Please does any one have any ideas of where to start solving this problem.
Thanks
Pete _________________ P.J. Hitchman |
|
Back to top |
|
 |
Ratan |
Posted: Tue Oct 24, 2006 8:30 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Make sure you have the queue 'DEV.DEVGRP.EXE' accessible from your client QM on the windows 2003 box.
you can check by issuing 'DISPLAY QCLUSTER(DEV.DEVGRP.EXE)' mqsc command from the windows 2003 box. _________________ -Ratan |
|
Back to top |
|
 |
phitchman |
Posted: Wed Oct 25, 2006 1:43 am Post subject: |
|
|
Novice
Joined: 14 Mar 2003 Posts: 14 Location: London
|
Hi,
When I tried that, runmqsc reported that no such queue existed! So I need to figure out how to re-create it?
Thanks
Pete _________________ P.J. Hitchman |
|
Back to top |
|
 |
phitchman |
Posted: Wed Oct 25, 2006 5:52 am Post subject: |
|
|
Novice
Joined: 14 Mar 2003 Posts: 14 Location: London
|
Hi,
I tried this:
DEFINE QALIAS('DEV.DEVGRP.EXE') +
REPLACE +
DEFPRTY(0) +
DEFPSIST(YES) +
DESCR('Alias Queue for Execution Server Input Queue') +
PUT(ENABLED) +
CLUSTER('DEVGRP') +
CLUSNL(' ') +
DEFBIND(NOTFIXED) +
GET(ENABLED) +
SCOPE(QMGR) +
TARGQ('RTSINPUTQ')
But it created a queue alias that appeared to point to a queue on the local queue manager. How do I create it so that it aliases the remote queue, which is on the queue manager called DEVQM?
Thanks
Pete _________________ P.J. Hitchman |
|
Back to top |
|
 |
Ratan |
Posted: Wed Oct 25, 2006 8:58 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Is the queue 'DEV.DEVGRP.EXE' an alias that you created for the EXEXMLINPUTQ on solaris? If so, make sure it is added to the cluster.
I thought the default alias queue that WF creates for EXEXMLINPUTQ should look like DEV.DEVGRP.EXE.XML. Make sure you are not misspelling it. _________________ -Ratan |
|
Back to top |
|
 |
phitchman |
Posted: Wed Oct 25, 2006 10:22 am Post subject: |
|
|
Novice
Joined: 14 Mar 2003 Posts: 14 Location: London
|
Hi,
It turned out that the cluster sender channel on the Unix side had stopped. Starting it fixed the problem.
Thanks for your help.
Pete _________________ P.J. Hitchman |
|
Back to top |
|
 |
|