Problem: Not enough storage is available to complete this operation.

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Problem: Not enough storage is available to complete this operation.

    We have a site running on w2k, IIS5.0. The problem is that
    the site intermittently stops working and returns the
    error "Not enough storage is available to complete this
    operation.". This is only for ASP pages. HTML pages are
    served fine. Restarting the services gets the site working
    for a few minutes...

    There is no problem with space on any drives.
    The size of the paging file seems fine.
    The registry size is fine.

    I have tried everything I can think of. It is not page
    specific. Even just renaming a plain html file to a .ASP
    extension causes the error...
    Keiran Reilly Guest

  2. Similar Questions and Discussions

    1. Could Not Complete The Requested Operation!!
      I have tried this before and no this doesnt work. Adobe support told me about this resolution and nope it doesnt work !!!
    2. FMS Crashing and Eat Complete CPU Storage
      Hi All, Am Using the FMS to create a chat application. When i try to connect all the minimum user clients, sometime the FMS is getting crash and...
    3. could not complete the requested operation
      I get the above error when I start ill CS (xp pro). It happens every now and then (although as of today its happeneing a lot). Program loads,...
    4. "Not enough storage is available to complete this operation"
      I am getting the following error in the event log over and over again under Windows Server 2003, it generally seems to happen every other day and...
    5. Operation cannot complete error
      When trying to place an .ai file in an open .ai doc in aics, I'm getting an error message of: The Operation cannot complete because of an unknown...
  3. #2

    Default Re: Problem: Not enough storage is available to complete this operation.

    Try installing the latest version of mdac from [url]www.microsoft.com/data[/url] and
    make sure that you don't have any sloppy code that isn't closing and
    destroying objects and connections to databases.

    Ray at work

    "Keiran Reilly" <keiran.reilly@accenture.com> wrote in message
    news:02f701c393c8$1ef4fc60$a001280a@phx.gbl...
    > We have a site running on w2k, IIS5.0. The problem is that
    > the site intermittently stops working and returns the
    > error "Not enough storage is available to complete this
    > operation.". This is only for ASP pages. HTML pages are
    > served fine. Restarting the services gets the site working
    > for a few minutes...
    >
    > There is no problem with space on any drives.
    > The size of the paging file seems fine.
    > The registry size is fine.
    >
    > I have tried everything I can think of. It is not page
    > specific. Even just renaming a plain html file to a .ASP
    > extension causes the error...

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139