Link to home
Start Free TrialLog in
Avatar of manojoswal
manojoswal

asked on

ASP + Unable to write to file buffer

Hey Everyone,

I am using Linux webspace with ASP to run my ASP scripts. I am getting a particular error for some 4-5 scipts while testing them. The error is as below:

ADODB.Recordset.1 error '80004005'

SQLState: S1000
Native Error Code: 0
[INTERSOLV][ODBCCUR lib] General error: Unable to write to file buffer


/subsite/subscriber_stats.asp, line 45


This page runs a query on a table in a MySQL database which holds around 7000 records, and displays the results. So I guess the script does a heavy processing.

Is there any way I can sort out this issue?

Thanks in Advance,








SOLUTION
Avatar of Slimshaneey
Slimshaneey
Flag of United Kingdom of Great Britain and Northern Ireland image

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
Avatar of jitganguly
jitganguly

Not enough space available. Try increasing the space on your disk
Avatar of manojoswal

ASKER

It was working fine on the old domain, but this new one is giving a problem.

There is is enough free space on the disk. Free space counts upto 750 Megabytes.
ASKER CERTIFIED SOLUTION
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