| Author |
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
| |
|
|
|
|
|
| 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" <gig_bam@adelphia.net> wrote in message
news:XoudnVWEaMBSzlHeRVn-uA@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
>
>
>
>
| |
|
| 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" <gig_bam@adelphia.net> wrote in message
news:XoudnVWEaMBSzlHeRVn-uA@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
>
>
>
>
| |
| Bob Barrows [MVP] 2006-01-17, 8:03 am |
| 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...00a000d+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"
| |
|
| 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" <please@ask.com> wrote in message
news:uXCXes1GGHA.984@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" <gig_bam@adelphia.net> wrote in message
> news:XoudnVWEaMBSzlHeRVn-uA@adelphia.com...
>
>
| |
|
| 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" <gig_bam@adelphia.net> wrote in message
news:aMadndYLrOt1dVHenZ2dnUVZ_vmdnZ2d@ad
elphia.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" <please@ask.com> wrote in message
> news:uXCXes1GGHA.984@tk2msftngp13.phx.gbl...
>
>
| |
|
| 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" <gig_bam@adelphia.net> wrote in message
news:aMadndYLrOt1dVHenZ2dnUVZ_vmdnZ2d@ad
elphia.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" <please@ask.com> wrote in message
> news:uXCXes1GGHA.984@tk2msftngp13.phx.gbl...
>
>
| |
| Dave Anderson 2006-01-18, 5:55 pm |
| 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.
| |
|
| ok cool. thanks for that
"Dave Anderson" <GTSPXOESSGOQ@spammotel.com> wrote in message
news:urNVBoGHGHA.1424@TK2MSFTNGP12.phx.gbl...
> Jeff wrote:
>
> 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.
>
|
|
|
|