Author |
Message
|
bharathi.tech12 |
Posted: Wed Jul 09, 2014 6:27 am Post subject: SOAP Input Request Error. |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
Hi,
I have the flow like below,
SoapInput-->SoapExtract-->Compute-->SoapRequst-->Compute-->SoapRequest-->Compute-->SoapReply.
The flow max timeout is 20 sec.I am getting the below error message when i am sending more request like 10 request in a sec.
BIP3911E: The input node 'Test_flow.SOAP Input' detected an error while processing a message and the processing of the failure resulted in a further error. : BKR001.ff6225cb-4601-0000-0080-b03a00c76a62: /build/slot1/S800_P/src/DataFlowEngine/TemplateNodes/ImbCallableTemplateNode.cpp: 1775: ImbCallableTemplateNode::processMessage: ComIbmSOAPInputNode: Test_flow#FCMComposite_1_3.
I assumed like this, when the flow processing one request and other request has to wait but it’s not waiting and the soapinput node take the next request and its failing in the same node and sending the failure response back. I am not using any additional instances pool. The flow i am testing with one instance and one EG.
MB 8.0.0.2
MQ 7.0.5 |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Jul 09, 2014 6:30 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Have you configured any additional instances of the Flow? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
bharathi.tech12 |
Posted: Wed Jul 09, 2014 6:39 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
No additional instances in the flow. |
|
Back to top |
|
 |
ganesh |
Posted: Wed Jul 09, 2014 9:37 am Post subject: |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
Have you wired the catch, failure or timeout terminal of SOAP Input node? |
|
Back to top |
|
 |
bharathi.tech12 |
Posted: Wed Jul 09, 2014 12:47 pm Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
Yes, the wired is like below,
SoaupInput-Failure-->Mapping-->SoapReply
SoaupInput-Timeout-->Mapping-->SoapReply |
|
Back to top |
|
 |
ganesh |
Posted: Wed Jul 09, 2014 2:16 pm Post subject: |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
Quote: |
I assumed like this, when the flow processing one request and other request has to wait but it’s not waiting and the soapinput node take the next request and its failing in the same node and sending the failure response back. |
This should not happen, take a user trace and review the trace file. |
|
Back to top |
|
 |
|