Out of space
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
Out of space
I get an ODBC error that says "not enough space on temporary disk"__I have a master linked one to many. There are 85,000 records in the master and 10,238,456 in the linked table. Usinf R&R SQL 12. ____Everything is run off C: and I have 150 GB of free space. What is happening?____thanks__Fred Emmerich
=> RE: Out of space
It depends on the number of records that are being generated by the resultset. If you were doing a cross-join, then your 85K X 10,000K would result in a temporary table would have 850 billion records and would probably blow through any sub-terabyte drive.____I^m sure that your resultset isn^t that extreme, but depending on the execution plan, your ODBC driver and database may be working very ineffeciently.____Can you work with smaller subsets of the data?
Chris Strasser
Liveware Publishing, Inc.
Work bigger.
Liveware Publishing, Inc.
Work bigger.
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Out of space
I am totalling the linked records for every master record, so subsetting might be a problem. ____Where is the temp file being created? I am watching my C drive and its free space never changes when I run my report. ____thanks__Fred Emmerich
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
=> RE: Out of space
Is R&R creating temporary tables in my .mdb? If so, hitting the 2GB limit is very possible. The error makes it sound like it is a problem external to the .mdb.____thanks__Fred Emmerich
==> RE: Out of space
R&R isn^t creating temporary files in your MDB, but it^s certainly possible that the ODBC driver working with Access is creating internal scratch data within the MDB.
Chris Strasser
Liveware Publishing, Inc.
Work bigger.
Liveware Publishing, Inc.
Work bigger.