Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Request-response Timed Out before response could be deliverd › Request-response Timed Out before response could be deliverd
June 22, 2006 at 12:49 AM
#13833
This will happen anytime you are waiting for a response and the other end doesn’t respond within the designated timeframe. Is this a file based receive location? If so I would guess that whatever application is writing to the location is placing a 0 byte file holder out there and then building the file instead of just copying in a finished file. What happens then is that BizTalk tried to grab the file before it is completed and can’t.