Converting great Files with Biztalk 2004

Home Page Forums BizTalk 2004 – BizTalk 2010 Converting great Files with Biztalk 2004

Viewing 1 reply thread
  • Author
    Posts
    • #13165

      Hallo all,

      I am new to BizTalk and hat to convert realy big Files (~650 MB) with the Biztalk-Server.
      After processing the Receive.Pipeline the Biztalk-Server colapsed with the Exception: System.OutOfMemoryExaption

      But the System used at that time only 1.8 of the 3.5 GB RAM.

      Have the Biztalk-Server generaly Problems with such large Files or have I a Problen in the Server-configuration?

    • #13164

      Hello.

      Well, Microsoft will not officially support files of that size in BizTalk. The “limit” they posted on a blog was 10 MB. There is not any easy ways around the OOM exceptions.

      The best way is to break your file up (usually pre-biztalk) and process it in smaller pieces. I have seen clients use a windows service for this type of task.

      You might be able to change some setting and get the file to process but is anything else happens to hit the server at the same time you will run into OOM problems. And when that happens, BizTalk doesn’t fail gracefully.

      Hope this helps.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.