473,385 Members | 1,829 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,385 software developers and data experts.

"No more space on temporary disk..." ?

I'm running a query - MS Access 2000.

Available space on C: is about 9 gigs, but I notice that the query
seems to die with that error just about the time that JET3C27.TMP hits
two gigs.

Could JET3C27 be a .MDB in disguise?
Nov 12 '05 #1
5 2096
> Could JET3C27 be a .MDB in disguise?

Looks to me like the answer is "Yes"...
Tried it several times and it bit the big one
every time the .TMP file hit 2 gigs.

Re-thought the query - broke it up into temp tables, which I
indexed on all joined fields....ran really fast, no problems and no big .TMP file.
Nov 12 '05 #2
> > Could JET3C27 be a .MDB in disguise?

Not necessarily as such. The 2GB limitation comes
from the 2GB limitation of the original file system,
which comes from the 2GB limitation of signed 32
bit numbers. All that the failure indicates is that
Jet is using the same file system semantics for the
temp file that it uses for the database files: not
that the structure of the file matches that of an
LDB or MDB.

FWIW, it also indicates that Access 2000/Jet 4.0 is
using an archaic bit of upgraded Win 3.1 code that
writes to a temp file, instead of just requesting
memory and forcing Windows to do the swapping.

(david)

"PeteCresswell" <Go**********@FatBelly.com> wrote in message
news:74*************************@posting.google.co m...
Could JET3C27 be a .MDB in disguise?


Looks to me like the answer is "Yes"...
Tried it several times and it bit the big one
every time the .TMP file hit 2 gigs.

Re-thought the query - broke it up into temp tables, which I
indexed on all joined fields....ran really fast, no problems and no big

..TMP file.
Nov 12 '05 #3
david epsom dot com dot au wrote:
FWIW, it also indicates that Access 2000/Jet 4.0 is
using an archaic bit of upgraded Win 3.1 code that
writes to a temp file, instead of just requesting
memory and forcing Windows to do the swapping.


Can you imagine the outcry if Access was regularly requesting over 2Gigs
of RAM from Windows? Perhaps that has something to do with it,
especially if people still run the other upgraded bit of Win 3.1 code,
i.e. windows 98/me, oh hang on.... http://www.besty.org.uk/memory.htm
from that graph you can imagine it took several minutes for poor ol' 98
to allocate that much swap space. The original cry I got from the client
was that the procedure hangs. I tried it in NT4 where I had an upper
limit on my swapfile and very quickly found the problem.

--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 12 '05 #4
> i.e. windows 98/me, oh hang on.... http://www.besty.org.uk/memory.htm

ROFL...

"Trevor Best" <nospam@localhost> wrote in message
news:40***********************@auth.uk.news.easyne t.net...
david epsom dot com dot au wrote:
FWIW, it also indicates that Access 2000/Jet 4.0 is
using an archaic bit of upgraded Win 3.1 code that
writes to a temp file, instead of just requesting
memory and forcing Windows to do the swapping.


Can you imagine the outcry if Access was regularly requesting over 2Gigs
of RAM from Windows? Perhaps that has something to do with it,
especially if people still run the other upgraded bit of Win 3.1 code,
i.e. windows 98/me, oh hang on.... http://www.besty.org.uk/memory.htm
from that graph you can imagine it took several minutes for poor ol' 98
to allocate that much swap space. The original cry I got from the client
was that the procedure hangs. I tried it in NT4 where I had an upper
limit on my swapfile and very quickly found the problem.

--
Error reading sig - A)bort R)etry I)nfluence with large hammer

Nov 12 '05 #5
rkc

"Trevor Best" <nospam@localhost> wrote in message
news:40***********************@auth.uk.news.easyne t.net...
Can you imagine the outcry if Access was regularly requesting over 2Gigs
of RAM from Windows? Perhaps that has something to do with it,
especially if people still run the other upgraded bit of Win 3.1 code,
i.e. windows 98/me, oh hang on.... http://www.besty.org.uk/memory.htm
from that graph you can imagine it took several minutes for poor ol' 98
to allocate that much swap space. The original cry I got from the client
was that the procedure hangs. I tried it in NT4 where I had an upper
limit on my swapfile and very quickly found the problem.


Love the betsy dot org home page.
Nov 12 '05 #6

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

Similar topics

1
by: skilla | last post by:
Hi people, I've got WinXP Pro SP2 English on my laptop and since installing SP2 got the IISRESET "No such interface supported" error. The whole story: I was writing a fairly simple ASP app...
2
by: Andreas Prilop | last post by:
Trying to validate stylesheets with <http://jigsaw.w3.org/css-validator/> I get no errors with "profile=none"...
3
by: Bush is a Fascist | last post by:
As an experiment I wrote a simple C program that invokes PHP using system(), but I'm getting an error "No input file specified.". What I do is: setenv ("REQUEST_METHOD", "GET", 1); setenv...
5
by: PeteCresswell | last post by:
I'm running a query - MS Access 2000. Available space on C: is about 9 gigs, but I notice that the query seems to die with that error just about the time that JET3C27.TMP hits two gigs. Could...
1
by: Dave Spencer | last post by:
Around about the time that I upgraded to XP SP2 my MSDN for Visual Studio.Net 2003 started displaying "no page to display" all the time. I found a few references to the problem on Google but no...
1
by: Phil W | last post by:
I have a server which hosts a fair amount of websites, and over the last couple of weeks I have been getting the error "Not enough space on temporary disk" on ASP.Net pages. The error doesn't...
2
by: Jas Shultz | last post by:
I'm using Win2K3 Enterprise edition with the latest .NET framework installed. I have this problem with getting "out of disk space" errors. I have 35 Gigs of disk space free. It doesn't happen...
4
by: asnowfall | last post by:
If I have white space in the <atag, IE interpretes it as line break. I tried setting "whie-space: pre" and it did not seem to affect. Here is a sample. ...
3
by: PW | last post by:
Hi, One of our clients is getting that error when they are trying to save a record but I can not duplicate it here. The data is on another PC and is linked to two workstations. The code...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.