Author |
Message
|
DragonFist |
Posted: Fri Feb 27, 2004 6:43 am Post subject: [SOLVED]Back out count of XML |
|
|
 Acolyte
Joined: 11 Nov 2003 Posts: 52
|
I am trying to start a process instance and then put the reply message back on to the reply queue. Do I need to define anything else on the queue.
When do we get this message
02/27/2004 9:33:39 AM FMCSYS: FMC01106E The backout count of the XML document
exceeds the allowed maximu. The XML document cannot be processed.
What could have gone wrong?
Thanks _________________ DragonFist
Last edited by DragonFist on Fri Feb 27, 2004 8:46 am; edited 1 time in total |
|
Back to top |
|
 |
Adi |
Posted: Fri Feb 27, 2004 7:25 am Post subject: |
|
|
Apprentice
Joined: 23 Oct 2003 Posts: 40
|
FMC01106E The backout count of the XML
document exceeds the allowed maximu.
The XML document cannot be
processed.
Explanation: The MQ Workflow execution server
cannot process the XML document, because the backout
count was exceeded. The message cannot be processed
because of an internal error, such as a database
deadlock.
User Action: Check the MQ Workflow error logs to
find out why the message cannot be processed.
This is what I found from the Message Codes manual. Did you check the error logs. Hope it points you in the right direction. |
|
Back to top |
|
 |
jmac |
Posted: Fri Feb 27, 2004 7:49 am Post subject: Re: Back out count of XML |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
DragonFist wrote: |
I am trying to start a process instance and then put the reply message back on to the reply queue. Do I need to define anything else on the queue. |
You send the start message to MQWF's EXEXMLINPUTQ; MQWF posts the Response (assuming you have requested one) to the Reply queue. The only thing you need to do is define the reply queue _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
DragonFist |
Posted: Fri Feb 27, 2004 8:22 am Post subject: |
|
|
 Acolyte
Joined: 11 Nov 2003 Posts: 52
|
I did defined the reply queue. But I dont see any messges on the reply queue. But on the admin server menu.. i m getting the above message. Also i looked into the error logs and is giving the MQReason code 2087 which is UNKOWN_REMOTE_QMGR. My QMGR is defined as local.. is that the reason why its not putting the reply message back on the reply queue. Does the reply queue manager has to be the workflow QMGR which is FMCQM in my configuration or can it be any queue manager residing on the system.
Thanks _________________ DragonFist |
|
Back to top |
|
 |
jmac |
Posted: Fri Feb 27, 2004 8:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
If you define your reply queue under the FMCQM (or whatever you called it) queue manager you should not have a problem _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
vennela |
Posted: Fri Feb 27, 2004 8:33 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
Does the reply queue manager has to be the workflow QMGR which is FMCQM in my configuration or can it be any queue manager residing on the system.
|
The ReplyToQMGR can be anything. But if it is not the workflow QMGR (which as you said in your case id FMCQM) then you have to setup communication between this QMGR and Workflow QMGR.
If I understand you correctly, what you are saying is you have another QMGR other than FMCQM on the same machine and you think you don't have to do anything to workflow to PUT the message to the Queue on the second queue manager. This will not happen.
You should do the following (one way of doing it)
1. Define a XMIT Queue on Workflow QMGR
2. Define a remote queue on Workflow QMGR
3. Define SDR channel on Workflow QMGR
4. Define RCVR channel on the second QMGR
5. Define QLOCAL on the second queue manager.
Now workflow will PUT to this Queue.
Instead you can also PUT to a local queue on FMCQM. |
|
Back to top |
|
 |
DragonFist |
Posted: Fri Feb 27, 2004 8:46 am Post subject: |
|
|
 Acolyte
Joined: 11 Nov 2003 Posts: 52
|
Venny,
thanks for the reply, I didnot configured the reply queue as mentioned.
I defined the queue under FMCQM and now I see that its able to put the message on reply queue.
Thanks _________________ DragonFist |
|
Back to top |
|
 |
|