Author |
Message
|
ucbus1 |
Posted: Wed Jul 10, 2002 8:32 am Post subject: FMC01106E The backout count of the XML document exceeds |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Hi,
I am getting the following error when I am instatiating workflow work instances. I have a cobol program that keeps xml messages to WFXMLINPUTQ which infact starts my workflow process. The error I am getting is
**************
FMC01106E The backout count of the XML document exceeds the allowed maximu. The XML document cannot be processed.
***********
The manual says
*****
Backout count exceeded
In general, the incoming XML message is committed after error handling is completed.
For internal errors like a database lock, the open transaction is, however, rolled back and the backout count is increased. When the backout count reaches a limit set in the runtime database, a GeneralError response message is put into the REPLY2Q and the incoming message is committed.
The error returned is:
:msgID. FMC_ERROR_XML_BACKOUT_COUNT_EXCEEDED
:msgNum. 1106
:severity. Error
:msgText. "The backout count of the XML document is exceeded.
**************
Our DBA checked FMCDB to make sure that there are no deadlocks.
Is there anything I have to check?
Thanks in advance |
|
Back to top |
|
 |
ucbus1 |
Posted: Mon Jul 15, 2002 12:20 pm Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Could somebody help me???? |
|
Back to top |
|
 |
jmac |
Posted: Mon Jul 15, 2002 4:59 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I've never experienced anything like what you report.
Did you try the IBM Newsgroup, you have a better shot there of getting one of the Developers to answer.
GOOD LUCK _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
ucbus1 |
Posted: Mon Jul 22, 2002 8:20 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
Could you please provide me LINK?
Thanks |
|
Back to top |
|
 |
clindsey |
Posted: Mon Jul 22, 2002 1:56 pm Post subject: FMC01106E The backout count of the XML document exceeds |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Take a look at fmcerr.log in <mqwftop>\cfgs\<cfgid>\log. It may have something logged that could be helpful. Since workflow uses 2 phase commit, this could be an MQSeries error or DB error.
It might help to increase the retry limit. The default is 5 and max is 99. Set it with
'fmczchk -c inst:m, RTMessageRetryLimit,99'. |
|
Back to top |
|
 |
kriersd |
Posted: Mon Jul 22, 2002 6:55 pm Post subject: |
|
|
 Master
Joined: 22 Jul 2002 Posts: 209 Location: IA, USA
|
Yes, I have gotten this dreaded message before..
First try this..
Take one xml document and put it to the EXEXMLINPUQ... (You should never send directly to the EXEXMLINPUQ... Create an ALIAS queue). If that works then your document is formatted correctly. If that produced the Backout Count Exceeded message then we have another issue.
Check the xml and make sure your data container names are correct and any queue names in the xml are named correct.
Good Luck.. These error suck to debug.. :) _________________ Dave Krier
IBM WebSphere MQ Workflow V3.4 Solution Designer |
|
Back to top |
|
 |
jmac |
Posted: Tue Jul 23, 2002 4:50 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
The Ibm newsgroup can be reached from the IBM News Server: news.software.ibm.com
The group to subscribe to is: ibm.software.websphere.mqworkflow _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Bobbo |
Posted: Tue Jul 23, 2002 5:09 am Post subject: |
|
|
Acolyte
Joined: 17 Jun 2002 Posts: 50 Location: Buffalo, New York
|
Dave Krier:
Can you please expand on "You should never send directly to the EXEXMLINPUTQ...Create an ALIAS queue" - Why?
Thanks,
Bob |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Oct 03, 2002 7:47 am Post subject: easy solution.. |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
The solution is Just apply the fix pack from IBM. We applied and it works quite fine
Thanks |
|
Back to top |
|
 |
amittalekar |
Posted: Thu Oct 03, 2002 9:30 am Post subject: |
|
|
 Disciple
Joined: 03 Apr 2002 Posts: 166 Location: VA, USA
|
ucbun,
can u tell us more about that fix pack...which fix pack it is and for which WF version? |
|
Back to top |
|
 |
ucbus1 |
Posted: Thu Oct 03, 2002 9:45 am Post subject: |
|
|
Knight
Joined: 30 Jan 2002 Posts: 560
|
This is a known problem which has been fixed in Service Pack 2 (SP2) for MQSWF 3.3.2. SP2 is in the process of being made available to customers and should be on the service pack web site by the end of this week.
The service pack can be accessed as follows:
Go to: http://www6.software.ibm.com/MQSWF/Workflow.htm
Select the "Platform Support" link (left side of the web page) -
this displays a diagram of MQSWF server platforms
Click on the icon for your platform |
|
Back to top |
|
 |
amittalekar |
Posted: Thu Oct 03, 2002 9:50 am Post subject: |
|
|
 Disciple
Joined: 03 Apr 2002 Posts: 166 Location: VA, USA
|
thx ucbus  |
|
Back to top |
|
 |
|