unable to transmit over 4M post data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cyberleo80@libero.it

    unable to transmit over 4M post data

    hi..
    i need to transfer (using msxml lib) an xml document, but
    if this is over 4 megs of data i receive this message:

    "msxml4.dll (0x80072EFE)
    The connection with the server was terminated abnormally"

    thanks

  • Curt_C [MVP]

    #2
    Re: unable to transmit over 4M post data

    how much memory does the server have?
    IIRC it loads it ALL into memory first...

    --
    Curt Christianson
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    <cyberleo80@lib ero.it> wrote in message
    news:1104943901 .405105.128460@ f14g2000cwb.goo glegroups.com.. .[color=blue]
    > hi..
    > i need to transfer (using msxml lib) an xml document, but
    > if this is over 4 megs of data i receive this message:
    >
    > "msxml4.dll (0x80072EFE)
    > The connection with the server was terminated abnormally"
    >
    > thanks
    >[/color]


    Comment

    • swp

      #3
      Re: unable to transmit over 4M post data

      >From a thread found at http://forums.msdn.ph/ShowPost.aspx?PostID=26869
      :


      "IIS 6.0 (Windows 2003) has a file named metabase.xml which resides in
      the
      C:\Windows\syst em32\inetsrv folder. Navigate to that directory and edit
      the
      file. Search for an entry called AspMaxRequestEn tityAllowed. This
      defaults to
      a value of 204800, which causes IIS 6.0 to limit allowed upload size to

      204,800 bytes.


      Changing this value to a large number (such as 2000000000 for 2
      gigabytes)
      will allow your Windows 2003 server to accept large uploads.


      If your server does not allow the Metabase Edit-While-Running feature,
      you
      will need to stop the IIS service before you can save the metabase.xml
      file.
      "


      hth,
      swp

      Comment

      • Dave Anderson

        #4
        Re: unable to transmit over 4M post data

        Curt_C [MVP] wrote:
        [color=blue][color=green]
        >> if this is over 4 megs of data...[/color]
        > how much memory does the server have?
        > IIRC it loads it ALL into memory first...[/color]

        Presumably enough to measure in GB, not MB.



        --
        Dave Anderson

        Unsolicited commercial email will be read at a cost of $500 per message. Use
        of this email address implies consent to these terms. Please do not contact
        me directly or ask me to contact you directly for assistance. If your
        question is worth asking, it's worth posting.


        Comment

        • Curt_C [MVP]

          #5
          Re: unable to transmit over 4M post data

          DOH... mis read it..... hehehe.

          --
          Curt Christianson
          Site: http://www.Darkfalz.com
          Blog: http://blog.Darkfalz.com


          "Dave Anderson" <GTSPXOESSGOQ@s pammotel.com> wrote in message
          news:%23p%23jq8 08EHA.3820@TK2M SFTNGP11.phx.gb l...[color=blue]
          > Curt_C [MVP] wrote:
          >[color=green][color=darkred]
          >>> if this is over 4 megs of data...[/color]
          >> how much memory does the server have?
          >> IIRC it loads it ALL into memory first...[/color]
          >
          > Presumably enough to measure in GB, not MB.
          >
          >
          >
          > --
          > Dave Anderson
          >
          > Unsolicited commercial email will be read at a cost of $500 per message.
          > Use
          > of this email address implies consent to these terms. Please do not
          > contact
          > me directly or ask me to contact you directly for assistance. If your
          > question is worth asking, it's worth posting.
          >
          >[/color]


          Comment

          • cyberleo80@libero.it

            #6
            Re: unable to transmit over 4M post data

            the problem is that i use iis 5...
            it have a similar config file?

            Comment

            • Ananda Sreenivas

              #7
              RE: unable to transmit over 4M post data

              hi...
              I am also facing the same problem, I am trying to upload a file of 22MB through
              MSXML2.SERVERXM LHTTP, but I am getting the error as "The connection with the server was terminated abnormally". You have given the answer for IIS 6.0 , but wat is the solution for the same problem in IIS 5.0 ?????

              thanks

              From http://developmentnow.com/g/62_2005_...-post-data.htm

              Posted via DevelopmentNow. com Groups
              DevelopmentNow is an award-winning creative software development agency integrating mobile, web, hardware, mixed reality, and emerging technology.

              Comment

              • Aaron Bertrand [SQL Server MVP]

                #8
                Re: unable to transmit over 4M post data






                "Ananda Sreenivas" <ananda.sreeniv as@ocwen.com> wrote in message
                news:54d6c10a-5a9f-4eb5-9a6e-637aea6afc8e@ms news.microsoft. com...[color=blue]
                > hi...
                > I am also facing the same problem, I am trying to upload a file of 22MB[/color]
                through[color=blue]
                > MSXML2.SERVERXM LHTTP, but I am getting the error as "The connection with[/color]
                the server was terminated abnormally". You have given the answer for IIS 6.0
                , but wat is the solution for the same problem in IIS 5.0 ?????[color=blue]
                >
                > thanks
                >
                > From[/color]
                http://developmentnow.com/g/62_2005_...-post-data.htm[color=blue]
                >
                > Posted via DevelopmentNow. com Groups
                > http://www.developmentnow.com[/color]


                Comment

                • Ananda Sreenivas

                  #9
                  RE: unable to transmit over 4M post data

                  Hi Aaron Bertrand ,
                  How to handle the posting of large file on the client side using serverxmlhttp?

                  thanks

                  From http://developmentnow.com/g/62_2005_...-post-data.htm

                  Posted via DevelopmentNow. com Groups
                  DevelopmentNow is an award-winning creative software development agency integrating mobile, web, hardware, mixed reality, and emerging technology.

                  Comment

                  Working...