The time allotted to this operation may have been a portion of a longer timeout.

Anonymous
Not applicable

The time allotted to this operation may have been a portion of a longer timeout.

Captured an exception during the web service call to Marketo endpoint URL. Please check the below exception details and this has occurred on 02/26/2018 9:16 AM EST.

Please help us what is the root cause of this exception.

Message: The request channel timed out while waiting for a reply after 00:00:59.9531257. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.

Server stack trace:     at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)    at

System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)  Exception rethrown at [0]:     at Valeant.Marketo.TrialCard.SynLead.Execute(ActionFormSettings settings, FormData data, eActionContext context)    at avt.ActionForm.ActionFormSettings.ExecuteActions(IList`1 actions, FormData data, eActionContext context)

InnerMessage: The HTTP request to 'https://350-OKO-721.mktoapi.com/soap/mktows/3_1' has exceeded the allotted timeout of 00:01:00. The time allotted to this operation may have been a portion of a longer timeout.

InnerStackTrace: at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)    at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)    at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)

Regards,

Sandeep

2 REPLIES 2
Steven_Vanderb3
Marketo Employee

Re: The time allotted to this operation may have been a portion of a longer timeout.

Just by looking at it and making an educated guess, your integration is set up to not leave a connection open for more than one minute but the call made to Marketo took longer than one minute to return.  You would either need to simplify the query made so that it would return in less than one minute or increase the amount of time your integration allows a connection to be open.  Really the best answer you're going to get is from whoever administrates your connector or your vendor's support team/documentation (as they can walk you through steps to address the error).

Anonymous
Not applicable

Re: The time allotted to this operation may have been a portion of a longer timeout.

Thank you, Steven