Not enough storage is available to complete this operation in asp
-
hi, I am unable to debug it..dis error has come for twice or thrice and it restarts itself...Plz help me out... Richa
Hi, so what is you application doing? Storing sth at the disk? Regards Sebastian Maybe you are running out of space...
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi, so what is you application doing? Storing sth at the disk? Regards Sebastian Maybe you are running out of space...
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hello, Its a Web-Application in which web services has been implemented..and i am getting this error on the page in which soap coding has been done.. Richa
I just did your work and used google. They say something about the expected client token size. It was solved by setting this size up to 65535 chars. You should give it a try. Here is the link (look in the comments for the solution): http://blogs.technet.com/askds/archive/2007/09/21/not-enough-storage-is-available-to-complete-this-operation.aspx[^]
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
I just did your work and used google. They say something about the expected client token size. It was solved by setting this size up to 65535 chars. You should give it a try. Here is the link (look in the comments for the solution): http://blogs.technet.com/askds/archive/2007/09/21/not-enough-storage-is-available-to-complete-this-operation.aspx[^]
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
hello, How can we limit the length of any data coming from another site.We have set it as "getrSpice.length - 1" and within loop " strXML = strXML & getrSpice.item(intNode).xml" we have written like this..now plz tell me how the length of "getrSprice" can be limited. Thnx
-
hello, How can we limit the length of any data coming from another site.We have set it as "getrSpice.length - 1" and within loop " strXML = strXML & getrSpice.item(intNode).xml" we have written like this..now plz tell me how the length of "getrSprice" can be limited. Thnx
Hi, first: What about the problem posted before? Is limiting the token size the solution? Second: What is getrSprice? How do you get the data from another site? You can limit the size at the point where you retrieve the value for getrSpice. Maybe you can post a bit more code? Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.