Author |
Message
|
Navi Khaira |
Posted: Tue Jun 10, 2003 6:15 am Post subject: FMC01106E - The backout count of the XML document exceeds... |
|
|
Newbie
Joined: 08 May 2003 Posts: 9
|
Hi,
I am experiencing this error when trying to create and start an instance in runtime:
FMC01106E - The backout count of the XML document exceeds the allowed maximum. The XML document cannot be processed.
Please can anyone help. _________________ Kind regards,
Navi Khaira
Navi Khaira
WebsphereMQ Workflow Developer
IBM Global Services
IBM Hursley
e-mail: nkhaira@uk.ibm.com |
|
Back to top |
|
 |
jmac |
Posted: Tue Jun 10, 2003 6:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Please post the XML message you are sending to MQWF, and maybe we can help _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
Navi Khaira |
Posted: Tue Jun 10, 2003 6:55 am Post subject: XML Message, As requested |
|
|
Newbie
Joined: 08 May 2003 Posts: 9
|
<WfMessage>
<WfMessageHeader>
<ResponseRequired>No</ResponseRequired></WfMessageHeader>
<ProcessTemplateCreateAndStartInstance>
<ProcTemplName>FDT_25</ProcTemplName>
<ProcInstName>FDT Testcase 01 20030610 142648</ProcInstName>
<ProcInstInputData>
<FDT>
<FDTID>01 2003-06-10 14.26.48</FDTID>
<TransactionType>OR</TransactionType>
<TransactionSubType>CDO</TransactionSubType>
<KeyValue1>123456</KeyValue1>
<KeyValue2>78</KeyValue2>
<KeyValue3>90</KeyValue3>
<RequestDateTime>2003-01-11-09.34.22</RequestDateTime>
<RunDateTime>2003-01-21-11.00.00</RunDateTime>
<ExpiryTime>10</ExpiryTime>
<RequestEmailTemplate>ABC</RequestEmailTemplate>
<CompleteEmailTemplate>DEF</CompleteEmailTemplate>
<EmailAddress>me@nkhaira.net</EmailAddress>
<RelatedContact>0987654321Y</RelatedContact>
<CSAID>0987654321Y</CSAID>
<TransactionRunQueue>ORDER_CREATE_FDT.HR</TransactionRunQueue>
<TransactionCancelQueue>ORDER_CREATE_FDT.HR</TransactionCancelQueue>
<CurrentStatus>N</CurrentStatus>
</FDT>
</ProcInstInputData>
</ProcessTemplateCreateAndStartInstance></WfMessage> _________________ Kind regards,
Navi Khaira
Navi Khaira
WebsphereMQ Workflow Developer
IBM Global Services
IBM Hursley
e-mail: nkhaira@uk.ibm.com |
|
Back to top |
|
 |
vennela |
Posted: Tue Jun 10, 2003 7:01 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What you can also do is
use fmcautil and logon to Workflow.
Using another command window try to send the XML message to Workflow. You will see a more detailed error message in the fmcautil window.
It will point to the location where the message is not formed right.
-------
Venny |
|
Back to top |
|
 |
Ratan |
Posted: Tue Jun 10, 2003 8:48 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Is the DataStructure 'FDT' and all the members defined in WF.
Try Venny's suggestion to see what the error is, but I believe you will get the same one. Login in to admin utility and select 'll' (log). _________________ -Ratan |
|
Back to top |
|
 |
leongor |
Posted: Tue Jun 10, 2003 9:07 am Post subject: |
|
|
 Master
Joined: 13 May 2002 Posts: 264 Location: Israel
|
Just set ResponseRequired to Yes or IfError and set replyQ in the MQ message then you will get response with the reason. _________________ Regards.
Leonid.
IBM Certified MQSeries Specialist. |
|
Back to top |
|
 |
Navi Khaira |
Posted: Wed Jun 11, 2003 12:11 am Post subject: |
|
|
Newbie
Joined: 08 May 2003 Posts: 9
|
Thanks for your help, I managed to use the tools and get to the root of the problem.....
I have found this forum best for advice and response. _________________ Kind regards,
Navi Khaira
Navi Khaira
WebsphereMQ Workflow Developer
IBM Global Services
IBM Hursley
e-mail: nkhaira@uk.ibm.com |
|
Back to top |
|
 |
|