Link to home
Start Free TrialLog in
Avatar of pinkstonm
pinkstonm

asked on

ASP Application Error

I have an ASP application that is all of a sudden getting

Not enough storage is available to complete this operation. ??
Avatar of Slimshaneey
Slimshaneey
Flag of United Kingdom of Great Britain and Northern Ireland image

Are you running low on Disk Space?
Avatar of blindbull
blindbull

This is an ADO error,

RESOLUTION
To work around this problem, use one of the following two methods:


Open an ADODB.Connection object and set the CursorLocation property to adUseClient and use this connection with the ADODB.Recordset. -or-


Use only one AppendChunk call and append all of the data with only one call to AppendChunk. Note that this restricts you to a maximum chunk size of 511818 bytes.

See;
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q182/4/23.asp&NoWebContent=1
Avatar of pinkstonm

ASKER

Now I am getting The RPC server is unavailable.
ASKER CERTIFIED SOLUTION
Avatar of blindbull
blindbull

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial