Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. The Operation could not Completed. Not enough storage is available to complete this operation

The Operation could not Completed. Not enough storage is available to complete this operation

Scheduled Pinned Locked Moved Database
csharpasp-netdatabasecom
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vimalsoft Pty Ltd
    wrote on last edited by
    #1

    Good Day All i am producing an XML from a Query and on result pane i clicked the XML results and it showed my XML nicely, now i wanted to save it in my local machine as an XML file, i clicked the save's and chooses the location and when i click on save it gave me this error The Operation could not Completed. Not enough storage is available to complete this operation My XML 50 Megs Thanks

    Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

    M D 2 Replies Last reply
    0
    • V Vimalsoft Pty Ltd

      Good Day All i am producing an XML from a Query and on result pane i clicked the XML results and it showed my XML nicely, now i wanted to save it in my local machine as an XML file, i clicked the save's and chooses the location and when i click on save it gave me this error The Operation could not Completed. Not enough storage is available to complete this operation My XML 50 Megs Thanks

      Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      Please tell me you checked the disk space! Is there a limitation on the size of xml files, does the parser support 50mb. I know we had to chop up a bunch of xml files a few years ago due to some obscure size limitations, I'm not sure if it was the xml or the application producing it.

      Never underestimate the power of human stupidity RAH

      V 1 Reply Last reply
      0
      • M Mycroft Holmes

        Please tell me you checked the disk space! Is there a limitation on the size of xml files, does the parser support 50mb. I know we had to chop up a bunch of xml files a few years ago due to some obscure size limitations, I'm not sure if it was the xml or the application producing it.

        Never underestimate the power of human stupidity RAH

        V Offline
        V Offline
        Vimalsoft Pty Ltd
        wrote on last edited by
        #3

        I am producing an XML from SQL Management Studio and save it to a file , the part that is supposed to save to a file its where i get a problem. my HD free space is 350GIG

        Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

        L M 2 Replies Last reply
        0
        • V Vimalsoft Pty Ltd

          I am producing an XML from SQL Management Studio and save it to a file , the part that is supposed to save to a file its where i get a problem. my HD free space is 350GIG

          Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Try saving on a smaller drive. Some applications check to see if there's enough drive-space available before saving and they sometimes fail on large numbers, claiming that the disk is full when it's not.

          I are Troll :suss:

          1 Reply Last reply
          0
          • V Vimalsoft Pty Ltd

            I am producing an XML from SQL Management Studio and save it to a file , the part that is supposed to save to a file its where i get a problem. my HD free space is 350GIG

            Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

            M Offline
            M Offline
            Mycroft Holmes
            wrote on last edited by
            #5

            Vuyiswa Maseko wrote:

            my HD free space is 350GIG

            I had to ask - have you tried saving a smaller file. I suspect it is a permissions issue rather than an IO problem. The SQL account holder needs to have permissions on the hard drive.

            Never underestimate the power of human stupidity RAH

            1 Reply Last reply
            0
            • V Vimalsoft Pty Ltd

              Good Day All i am producing an XML from a Query and on result pane i clicked the XML results and it showed my XML nicely, now i wanted to save it in my local machine as an XML file, i clicked the save's and chooses the location and when i click on save it gave me this error The Operation could not Completed. Not enough storage is available to complete this operation My XML 50 Megs Thanks

              Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

              D Offline
              D Offline
              David Skelly
              wrote on last edited by
              #6

              Is this relevant to your problem? http://connect.microsoft.com/SQLServer/feedback/details/269566/sql-server-management-studio-cant-handle-large-files[^] This mentions exactly the same error message that you are receiving, and there are several other posts in forums etc. from people struggling with large XML data sets in SSMS. It looks as if SSMS has a problem with big files. As at August 2010 this still had not been fixed.

              V 1 Reply Last reply
              0
              • D David Skelly

                Is this relevant to your problem? http://connect.microsoft.com/SQLServer/feedback/details/269566/sql-server-management-studio-cant-handle-large-files[^] This mentions exactly the same error message that you are receiving, and there are several other posts in forums etc. from people struggling with large XML data sets in SSMS. It looks as if SSMS has a problem with big files. As at August 2010 this still had not been fixed.

                V Offline
                V Offline
                Vimalsoft Pty Ltd
                wrote on last edited by
                #7

                Good Day David This is exactly my problem. So the workaround this is to split the XML. Thanks

                Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups