Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Error in Global.asa


Message #1 by "Paula Durán" <pduran@s...> on Thu, 28 Jun 2001 22:31:33
I have the following error in my global.asa



Microsoft OLE DB Provider for ODBC Drivers error 8007000e 

[Microsoft] [ODBC Microsoft Access Driver] Not enough space on temporaty 

disk.  // global.asa, line 28 



I check the line and it happen when I open the Access Database

	Session("ConnBE").Open "DBAccess", "", ""



What it could be??? The help will be appreciate!!!!!        

Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Fri, 29 Jun 2001 09:37:33 +0100
Exactly what it says - check your disk space!



-----Original Message-----

From: Paula Dur=E1n [mailto:pduran@s...]

Sent: 28 June 2001 23:32

To: ASP Web HowTo

Subject: [asp_web_howto] Error in Global.asa





I have the following error in my global.asa



Microsoft OLE DB Provider for ODBC Drivers error 8007000e

[Microsoft] [ODBC Microsoft Access Driver] Not enough space on 

temporaty

disk.  // global.asa, line 28



I check the line and it happen when I open the Access Database

	Session("ConnBE").Open "DBAccess", "", ""



What it could be??? The help will be appreciate!!!!!       





Message #3 by =?iso-8859-1?Q?Paula_Dur=E1n_Trejos?= <pduran@s...> on Fri, 29 Jun 2001 07:55:28 -0600
	I have the following space in my disk

	c:\ 988MB, d:9.3GB, e:\10.5GB, so?  Isn't enough?



Paula Dur=E1n Trejos

Desarrollo de Sistemas

SUGEF

Tel: 243-4903







-----Mensaje original-----

De: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]

Enviado el: Friday, June 29, 2001 2:38 AM

Para: ASP Web HowTo

Asunto: [asp_web_howto] RE: Error in Global.asa





Exactly what it says - check your disk space!



-----Original Message-----

From: Paula Dur=E1n [mailto:pduran@s...]

Sent: 28 June 2001 23:32

To: ASP Web HowTo

Subject: [asp_web_howto] Error in Global.asa





I have the following error in my global.asa



Microsoft OLE DB Provider for ODBC Drivers error 8007000e

[Microsoft] [ODBC Microsoft Access Driver] Not enough space on 

temporaty

disk.  // global.asa, line 28



I check the line and it happen when I open the Access Database

	Session("ConnBE").Open "DBAccess", "", ""



What it could be??? The help will be appreciate!!!!!       









Message #4 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Fri, 29 Jun 2001 15:08:58 +0100
Yes, thats plenty of space... when I got this error the server did 

actually

run out of disk space



I wonder what it means by "temporary disk"... its clearly trying to 

create a

temporary file somewhere, probably the ldb file for access, but that

generally gets created in the same directory as the mdb file and is 

very

small...



sorry, don't know the answer!



-----Original Message-----

From: Paula Dur=E1n Trejos [mailto:pduran@s...]

Sent: 29 June 2001 14:55

To: ASP Web HowTo

Subject: [asp_web_howto] RE: Error in Global.asa





	I have the following space in my disk

	c:\ 988MB, d:9.3GB, e:\10.5GB, so?  Isn't enough?



Paula Dur=E1n Trejos

Desarrollo de Sistemas

SUGEF

Tel: 243-4903







-----Mensaje original-----

De: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]

Enviado el: Friday, June 29, 2001 2:38 AM

Para: ASP Web HowTo

Asunto: [asp_web_howto] RE: Error in Global.asa





Exactly what it says - check your disk space!



-----Original Message-----

From: Paula Dur=E1n [mailto:pduran@s...]

Sent: 28 June 2001 23:32

To: ASP Web HowTo

Subject: [asp_web_howto] Error in Global.asa





I have the following error in my global.asa



Microsoft OLE DB Provider for ODBC Drivers error 8007000e

[Microsoft] [ODBC Microsoft Access Driver] Not enough space on 

temporaty

disk.  // global.asa, line 28



I check the line and it happen when I open the Access Database

	Session("ConnBE").Open "DBAccess", "", ""



What it could be??? The help will be appreciate!!!!!       

















Message #5 by Jay Franklin <jayrfranklin@y...> on Fri, 29 Jun 2001 10:18:56 -0700 (PDT)
I found this info at 

msdn.microsoft.com.

I did a ASP search on "8007000E".  I don't know if

this helps, but it seems that you have run out of

memory on your machine.



How much memory do you have on your machine?





Hope this helps



Jay 

Springfield, VA





Constant Value Description 

E_OUTOFMEMORY 8007000E Out of memory. 

DB_E_ERRORSINCOMMAND 80040E14 Incorrect syntax near

?token.? 

DB_E_NOTABLE 80040E37 Table ?table? does not exist. 

DB_E_BADCOLUMNID 80040E11 Field ?field? does not

exist. 

DB_E_CANTCONVERTVALUE 80040E07 Cannot convert type,

?constant.? 

DB_E_DATAOVERFLOW 80040E57 Constant value ?constant?

overflowed. 





Remarks

If no WHERE clause is included, DELETE removes all

rows from the specified table. 





--- "Alex Shiell, ITS, EC, SE"

<alex.shiell@s...> wrote:

> Yes, thats plenty of space... when I got this error

> the server did actually

> run out of disk space

> 

> I wonder what it means by "temporary disk"... its

> clearly trying to create a

> temporary file somewhere, probably the ldb file for

> access, but that

> generally gets created in the same directory as the

> mdb file and is very

> small...

> 

> sorry, don't know the answer!

> 

> -----Original Message-----

> From: Paula Durán Trejos [mailto:pduran@s...]

> Sent: 29 June 2001 14:55

> To: ASP Web HowTo

> Subject: [asp_web_howto] RE: Error in Global.asa

> 

> 

> 	I have the following space in my disk 

> 	c:\ 988MB, d:9.3GB, e:\10.5GB, so?  Isn't enough?

> 

> Paula Durán Trejos

> Desarrollo de Sistemas

> SUGEF

> Tel: 243-4903

> 

> 

> 

> -----Mensaje original-----

> De: Alex Shiell, ITS, EC, SE

> [mailto:alex.shiell@s...]

> Enviado el: Friday, June 29, 2001 2:38 AM

> Para: ASP Web HowTo

> Asunto: [asp_web_howto] RE: Error in Global.asa

> 

> 

> Exactly what it says - check your disk space!

> 

> -----Original Message-----

> From: Paula Durán [mailto:pduran@s...]

> Sent: 28 June 2001 23:32

> To: ASP Web HowTo

> Subject: [asp_web_howto] Error in Global.asa

> 

> 

> I have the following error in my global.asa

> 

> Microsoft OLE DB Provider for ODBC Drivers error

> 8007000e 

> [Microsoft] [ODBC Microsoft Access Driver] Not

> enough space on temporaty 

> disk.  // global.asa, line 28 

> 

> I check the line and it happen when I open the

> Access Database

> 	Session("ConnBE").Open "DBAccess", "", ""

> 

> What it could be??? The help will be appreciate!!!!!



Message #6 by =?iso-8859-1?Q?Paula_Dur=E1n_Trejos?= <pduran@s...> on Fri, 29 Jun 2001 11:56:13 -0600
> 	I have the following space in my disk

> 	c:\ 988MB, d:9.3GB, e:\10.5GB,



	and memory RAM 261,548 KB RAM



Paula Dur=E1n Trejos

Desarrollo de Sistemas

SUGEF

Tel: 243-4903







-----Mensaje original-----

De: Jay Franklin [mailto:jayrfranklin@y...]

Enviado el: Friday, June 29, 2001 11:19 AM

Para: ASP Web HowTo

Asunto: [asp_web_howto] RE: Error in Global.asa





I found this info at

msdn.microsoft.com.

I did a ASP search on "8007000E".  I don't know if

this helps, but it seems that you have run out of

memory on your machine.



How much memory do you have on your machine?





Hope this helps



Jay

Springfield, VA





Constant Value Description

E_OUTOFMEMORY 8007000E Out of memory.

DB_E_ERRORSINCOMMAND 80040E14 Incorrect syntax near

"token."

DB_E_NOTABLE 80040E37 Table "table" does not exist.

DB_E_BADCOLUMNID 80040E11 Field "field" does not

exist.

DB_E_CANTCONVERTVALUE 80040E07 Cannot convert type,

"constant."

DB_E_DATAOVERFLOW 80040E57 Constant value "constant"

overflowed.





Remarks

If no WHERE clause is included, DELETE removes all

rows from the specified table.





--- "Alex Shiell, ITS, EC, SE"

<alex.shiell@s...> wrote:

> Yes, thats plenty of space... when I got this error

> the server did actually

> run out of disk space

>

> I wonder what it means by "temporary disk"... its

> clearly trying to create a

> temporary file somewhere, probably the ldb file for

> access, but that

> generally gets created in the same directory as the

> mdb file and is very

> small...

>

> sorry, don't know the answer!

>

> -----Original Message-----

> From: Paula Dur=E1n Trejos [mailto:pduran@s...]

> Sent: 29 June 2001 14:55

> To: ASP Web HowTo

> Subject: [asp_web_howto] RE: Error in Global.asa

>

>

> 	I have the following space in my disk

> 	c:\ 988MB, d:9.3GB, e:\10.5GB, so?  Isn't enough?

>

> Paula Dur=E1n Trejos

> Desarrollo de Sistemas

> SUGEF

> Tel: 243-4903

>

>

>

> -----Mensaje original-----

> De: Alex Shiell, ITS, EC, SE

> [mailto:alex.shiell@s...]

> Enviado el: Friday, June 29, 2001 2:38 AM

> Para: ASP Web HowTo

> Asunto: [asp_web_howto] RE: Error in Global.asa

>

>

> Exactly what it says - check your disk space!

>

> -----Original Message-----

> From: Paula Dur=E1n [mailto:pduran@s...]

> Sent: 28 June 2001 23:32

> To: ASP Web HowTo

> Subject: [asp_web_howto] Error in Global.asa

>

>

> I have the following error in my global.asa

>

> Microsoft OLE DB Provider for ODBC Drivers error

> 8007000e

> [Microsoft] [ODBC Microsoft Access Driver] Not

> enough space on temporaty

> disk.  // global.asa, line 28

>

> I check the line and it happen when I open the

> Access Database

> 	Session("ConnBE").Open "DBAccess", "", ""

>

> What it could be??? The help will be appreciate!!!!!



Message #7 by "George Draper" <georgedraper@m...> on Fri, 29 Jun 2001 21:53:24 -0400
Also relating to the memory problem is the fact that you have the connection

object saved in a session variable in this line:

Session("ConnBE").Open "DBAccess", "", ""



This will fill up memory and cause other problems with accessing and

marshaling thread resources.  I've read that storing objects in session

variables is to be avoided at all costs.  Whether it's true or not I don't

know because I have never tried it.







-----Original Message-----

From: Jay Franklin <jayrfranklin@y...>

To: ASP Web HowTo <asp_web_howto@p...>

Date: Friday, June 29, 2001 1:49 PM

Subject: [asp_web_howto] RE: Error in Global.asa





>I found this info at

>msdn.microsoft.com.

>I did a ASP search on "8007000E".  I don't know if

>this helps, but it seems that you have run out of

>memory on your machine.

>

>How much memory do you have on your machine?

>

>

>Hope this helps

>

>Jay

>Springfield, VA

>

>


  Return to Index