"50400: Gateway Timeout." in BizTalk services for large XML files
Asked
Active
Viewed 185 times
-1
-
Some more details? e.g. Incoming or outgoing? Filesize? Protocol? Configurations you've tried? – Dijkgraaf Jun 24 '15 at 19:12
-
Looks like your gateway gave a timeout. You might want to look into that .. by the way: https://social.msdn.microsoft.com/Forums/vstudio/en-US/57ec0fda-ad23-4790-ad71-57dcfa18476b/service-bus-relay-timeout-when-executing-a-long-operation-50400-gateway-timeout?forum=servbus – oɔɯǝɹ Jun 24 '15 at 19:41
-
@oɔɯǝɹ Yes, I saw that post as well. Was no answer to it except from the OP though with a further question. – Dijkgraaf Jun 24 '15 at 23:33
-
I'm using FTP as source and SQL server as destination. Reading from FTP is successful, when import into sql database after inserting around 3000 records it gives gateway timeout issue. When file size is greater than 4 mb it gives above error. protocol is http only. – Amar Devarapalli Jun 29 '15 at 06:30
1 Answers
1
As a general rule BizTalk is not SSIS, BizTalk is not an ETL (Extract, Transform and Load), BizTalk is not meant to insert thousand and thousand of rows at one time.
Try to chunk your file in little part and process say 10 at a time. (BatchSize=10)
If you really can't do this and want continue with this solution increase your send timeout property available in WCF-CUSTOM or WCF-SQL adapter Configuration.

Dijkgraaf
- 11,049
- 17
- 42
- 54

mahieddine
- 540
- 4
- 14