09-03-04 10:49 PM
If you are calling a web service from an orchestration and need to increase
the timeout, you can do so by setting a context property on your outbound
message in a message assignment shape before sending.
MyMessage(SOAP.ClientConnectionTimeout) = 240;
Matt
"Aniello" <aniello> wrote in message
news:eJEiFaNkEHA.3724@TK2MSFTNGP11.phx.gbl...
>
>
> Hi all.
> I have an orchestration published as web service. Inside it there are two
> ports hooked on two web services that call an other orchestration
published
> as web service. This second orchestration runs for a long time (about 4
> minutes) for this reason I receive an exception in the first
orchestration,
> because the result doesn't come back in time. In the event viewer of
BizTalk
> I receive the subsequent errors:
>
> Source: XLANG/s
> Category: BizTalk Server 2004
> Time: 10:45:13 AM
> Type: Error
> User: N/A
> Event ID: 10034
> Uncaught exception terminated service
>
ComposedTransientCounter.ComplexScenario(a6019627-64ba-2309-2d47-11f9c08c5ec
> 6), instance 468a44fb-94f1-48ba-bd7f-e72235a71cd6
> An error occurred while processing the message, refer to the details
section
> for more information
> Exception type: XlangSoapException
> Source: Microsoft.XLANGs.BizTalk.Engine
> Target Site: Void VerifyTransport(Microsoft.XLANGs.Core.Envelope, Int32,
> Microsoft.XLANGs.Core.Context)
> Help Link:
> Additional error information:
>
> Source: BizTalk Server 2004
> Category: BizTalk Server 2004
> Time: 10:45:12 AM
> Type: Error
> User: N/A
> Event ID: 5752
> The Messaging Engine has suspended "1" message(s) from adapter "SOAP" due
to
> failures in message processing. Please refer to Health and Activity
Tracking
> tool for more detailed information on this failure.
>
> Source: BizTalk Server 2004
> Category: BizTalk Server 2004
> Time: 10:45:11 AM
> Type: Error
> User: N/A
> Event ID: 5754
> The "SOAP" adapter is suspending an outbound message going to destination
> URL:"http://localhost/InvokerCounter1/ServizioCounter1.asmx".
> Details:"Operation Timeout".
>
> I have check the suggestion link but not right help received.
> I have increased the IIS timeout (600 seconds), the httpRuntime tag of
> machine.config file (600 seconds), on the send ports of web services I
have
> tried to change the timeout, but I'm able to change only the Retry Count
and
> Retry Interval content.
> In some documents I have read that another things is to set the property
> value SOAP.ClientConnectionTimeout, but I haven't found it anywhere.
> Can someone suggest me the stpes on how to increase send ports timeout?
>
> Thanks,
> Aniello.
>
>
[ Post a follow-up to this message ]
|