473,379 Members | 1,253 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Error I don't understand

Ok gang. Here is one I haven't seen before.
I have a page that creates an image with text put on it using persists. he
text is based on a variable.
It has been working perfectly fine until today. now i get this error.

Persits.Jpeg.1 error '800a000d'

Not enough storage is available to process this command.

/GIG/past_results2.asp, line 64

Here is line 64

TitleWidth = Jpeg.Canvas.GetTextExtent( "Meeting #"&var )

var = request.querystring("meeting")

it is passed from a previous page. As i stated, it was working perfectly
until now. Is it possible that a folder has reached it's limits on how many
files it can contain or something??

Jeff


Jan 17 '06 #1
10 2693
Why do I get errors in the 800A0001 -> 800A000F range?
http://www.aspfaq.com/show.asp?id=2389

Best regards,
-Paul
www.Bullschmidt.com - Freelance Web and Database Developer
www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips

Jan 17 '06 #2
thanks... but I didn't see my specific error on that page. unless i over
looked it
<pa**@bullschmidt.com> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
Why do I get errors in the 800A0001 -> 800A000F range?
http://www.aspfaq.com/show.asp?id=2389

Best regards,
-Paul
www.Bullschmidt.com - Freelance Web and Database Developer
www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips

Jan 17 '06 #3
Is this a dedicated machine? Have you checked for harddrive space and/or
temp file directories? For how long has it been working perfectly fine?

Jevon
"Jeff" <gi*****@adelphia.net> wrote in message
news:Xo********************@adelphia.com...
Ok gang. Here is one I haven't seen before.
I have a page that creates an image with text put on it using persists. he
text is based on a variable.
It has been working perfectly fine until today. now i get this error.

Persits.Jpeg.1 error '800a000d'

Not enough storage is available to process this command.

/GIG/past_results2.asp, line 64

Here is line 64

TitleWidth = Jpeg.Canvas.GetTextExtent( "Meeting #"&var )

var = request.querystring("meeting")

it is passed from a previous page. As i stated, it was working perfectly
until now. Is it possible that a folder has reached it's limits on how
many files it can contain or something??

Jeff

Jan 17 '06 #4
Is this a dedicated machine? Have you checked for harddrive space and/or
temp file directories? For how long has it been working perfectly fine?

Jevon
"Jeff" <gi*****@adelphia.net> wrote in message
news:Xo********************@adelphia.com...
Ok gang. Here is one I haven't seen before.
I have a page that creates an image with text put on it using persists. he
text is based on a variable.
It has been working perfectly fine until today. now i get this error.

Persits.Jpeg.1 error '800a000d'

Not enough storage is available to process this command.

/GIG/past_results2.asp, line 64

Here is line 64

TitleWidth = Jpeg.Canvas.GetTextExtent( "Meeting #"&var )

var = request.querystring("meeting")

it is passed from a previous page. As i stated, it was working perfectly
until now. Is it possible that a folder has reached it's limits on how
many files it can contain or something??

Jeff

Jan 17 '06 #5
Jeff wrote:
Ok gang. Here is one I haven't seen before.
I have a page that creates an image with text put on it using
persists. he text is based on a variable.
It has been working perfectly fine until today. now i get this error.

Persits.Jpeg.1 error '800a000d'

Not enough storage is available to process this command.

/GIG/past_results2.asp, line 64

Here is line 64

TitleWidth = Jpeg.Canvas.GetTextExtent( "Meeting #"&var )

I've never used Persits so i have no clue. But here are the results of a
google search:

http://www.google.com/search?ie=UTF-...0a000d+Persits

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jan 17 '06 #6
This is on a host server that i lease, and have had for over 3 years now.
It worked fine for the last year. I have done nothing to that page or
script.
"Jevon" <pl****@ask.com> wrote in message
news:uX*************@tk2msftngp13.phx.gbl...
Is this a dedicated machine? Have you checked for harddrive space and/or
temp file directories? For how long has it been working perfectly fine?

Jevon
"Jeff" <gi*****@adelphia.net> wrote in message
news:Xo********************@adelphia.com...
Ok gang. Here is one I haven't seen before.
I have a page that creates an image with text put on it using persists.
he text is based on a variable.
It has been working perfectly fine until today. now i get this error.

Persits.Jpeg.1 error '800a000d'

Not enough storage is available to process this command.

/GIG/past_results2.asp, line 64

Here is line 64

TitleWidth = Jpeg.Canvas.GetTextExtent( "Meeting #"&var )

var = request.querystring("meeting")

it is passed from a previous page. As i stated, it was working perfectly
until now. Is it possible that a folder has reached it's limits on how
many files it can contain or something??

Jeff


Jan 17 '06 #7
Well it sounds like it's filled up a temp drive/folder - maybe ask your host
to check disk space and clear out temp files?
A quick search found harddrive space might be an issue, others reported a
restart fixed it, which might have caused a clean up too.

Jevon
"Jeff" <gi*****@adelphia.net> wrote in message
news:aM******************************@adelphia.com ...
This is on a host server that i lease, and have had for over 3 years now.
It worked fine for the last year. I have done nothing to that page or
script.
"Jevon" <pl****@ask.com> wrote in message
news:uX*************@tk2msftngp13.phx.gbl...
Is this a dedicated machine? Have you checked for harddrive space and/or
temp file directories? For how long has it been working perfectly fine?

Jevon
"Jeff" <gi*****@adelphia.net> wrote in message
news:Xo********************@adelphia.com...
Ok gang. Here is one I haven't seen before.
I have a page that creates an image with text put on it using persists.
he text is based on a variable.
It has been working perfectly fine until today. now i get this error.

Persits.Jpeg.1 error '800a000d'

Not enough storage is available to process this command.

/GIG/past_results2.asp, line 64

Here is line 64

TitleWidth = Jpeg.Canvas.GetTextExtent( "Meeting #"&var )

var = request.querystring("meeting")

it is passed from a previous page. As i stated, it was working perfectly
until now. Is it possible that a folder has reached it's limits on how
many files it can contain or something??

Jeff



Jan 17 '06 #8
Ok. the problem was on the server side. they said they made the folder an
application, and that fixed it. can someone explain what that means??

"Jeff" <gi*****@adelphia.net> wrote in message
news:aM******************************@adelphia.com ...
This is on a host server that i lease, and have had for over 3 years now.
It worked fine for the last year. I have done nothing to that page or
script.
"Jevon" <pl****@ask.com> wrote in message
news:uX*************@tk2msftngp13.phx.gbl...
Is this a dedicated machine? Have you checked for harddrive space and/or
temp file directories? For how long has it been working perfectly fine?

Jevon
"Jeff" <gi*****@adelphia.net> wrote in message
news:Xo********************@adelphia.com...
Ok gang. Here is one I haven't seen before.
I have a page that creates an image with text put on it using persists.
he text is based on a variable.
It has been working perfectly fine until today. now i get this error.

Persits.Jpeg.1 error '800a000d'

Not enough storage is available to process this command.

/GIG/past_results2.asp, line 64

Here is line 64

TitleWidth = Jpeg.Canvas.GetTextExtent( "Meeting #"&var )

var = request.querystring("meeting")

it is passed from a previous page. As i stated, it was working perfectly
until now. Is it possible that a folder has reached it's limits on how
many files it can contain or something??

Jeff



Jan 17 '06 #9
Jeff wrote:
Ok. the problem was on the server side. they said they made the
folder an application, and that fixed it. can someone explain what
that means??


In the IIS console, a folder can be designated as the root of an
"application", which means it gets its own resources (such as session
variables) and can make use of its own global.asa.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jan 18 '06 #10
ok cool. thanks for that

"Dave Anderson" <GT**********@spammotel.com> wrote in message
news:ur**************@TK2MSFTNGP12.phx.gbl...
Jeff wrote:
Ok. the problem was on the server side. they said they made the
folder an application, and that fixed it. can someone explain what
that means??


In the IIS console, a folder can be designated as the root of an
"application", which means it gets its own resources (such as session
variables) and can make use of its own global.asa.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message.
Use of this email address implies consent to these terms. Please do not
contact me directly or ask me to contact you directly for assistance. If
your question is worth asking, it's worth posting.

Jan 18 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: DataBard007 | last post by:
Hello Access Gurus: I use Win98SE and Access97. I just built a simple Access97 application which holds all contact information for my personal contacts, such as first name, last name, address,...
25
by: moondaddy | last post by:
I have an application where users need to upload images and in my web.config file I have a setting like this: <httpRuntime maxRequestLength="512" /> Which restricts image larger than 500k from...
4
by: dtblankenship | last post by:
Hello everyone, I know this question has been asked many times in the forums, and after spending a few days reading, I am still confused as to the answer. I have a ListBox (lstBox),...
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
18
by: robert | last post by:
Is there a ready made function in numpy/scipy to compute the correlation y=mx+o of an X and Y fast: m, m-err, o, o-err, r-coef,r-coef-err ? Or a formula to to compute the 3 error ranges? ...
35
by: jeffc226 | last post by:
I'm interested in an idiom for handling errors in functions without using traditional nested ifs, because I think that can be very awkward and difficult to maintain, when the number of error checks...
6
by: hsmit.home | last post by:
Hello, I came across a strange error and it's really been bugging me. Maybe someone else has come across this and any insight would be appreciated. What I'm trying to accomplish is using...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
9
by: Daniel Smedegaard Buus | last post by:
Hey all :) I was wondering about the $error_types (I particularly notice the 's' suffix when reading the manual) parameter for 'set_error_handler()': Can be used to mask the triggering of the...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.