D
Douglas @ Helpdesk
I have a user that created an access database. User created two tables and
then created a abend query. When she tries to run the query it just clocks
(moves about 3 bar spaces as far as completion) and eventually user gets an
error message "Not enough space on temporary disk"
User stated that it was on the a network drive and then tried to move it
over to the hard drive and user was still getting the same error message.
User has already tried to do a compact and repair database. and converted it
over to the 2002 version.
one of the tables has 22837 records and the other table has 21771 records.
would this cause the application to hang up when you go an abend query?
I have changed the File Page Size thinking that it might resolve the issue
and it didnt.
here is a copy of the SQL statement from the users Abend Query and it
appears to be ok.
INSERT INTO [Year Over Year Table] ( [PAYER CUST], [PAYER CUST NAME], [SHIP
TO], [PH1], [PH2 DESC], [PH2], [PH6 DESC], [PH6], [MATL DESC], [MATERIAL],
[PERIOD], [QUANTITY], [PH1 DESC], [Internal - External Customer], [Legal
Sales], [Legal Costs RA], [Mfg Plant], [Duties], [ASM], [Mfg (G)/L Value],
[YEAR] )
SELECT [2008 Plan Table].[Payer Code], [2008 Plan Table].[Payer Name], [2008
Plan Table].[Ship to Code], [2008 Plan Table].[Ph 1 Code], [2008 Plan
Table].[Ph 2 Description], [2008 Plan Table].[Ph 2 Code], [2008 Plan
Table].[Ph 6 Description], [2008 Plan Table].[Ph 6 Code], [2008 Plan
Table].[Material Description], [2008 Plan Table].[Material Code], [2008 Plan
Table].[Cal year / month], [2008 Plan Table].[Qty (MT)], [2008 Plan
Table].[Ph 1 Description], [2008 Plan Table].[Internal/External], [2008 Plan
Table].[Total Sales], [2008 Plan Table].[Total Std Mfg Cost], [2008 Plan
Table].[Mfg Plant Name], [2008 Plan Table].[Total Plan Duties], [2008 Plan
Table].[Correct ASM], [2008 Plan Table].[(G)/L Value], [2008 Plan
Table].[Year]
FROM [2008 Plan Table], [Year Over Year Table];
and ideas?
then created a abend query. When she tries to run the query it just clocks
(moves about 3 bar spaces as far as completion) and eventually user gets an
error message "Not enough space on temporary disk"
User stated that it was on the a network drive and then tried to move it
over to the hard drive and user was still getting the same error message.
User has already tried to do a compact and repair database. and converted it
over to the 2002 version.
one of the tables has 22837 records and the other table has 21771 records.
would this cause the application to hang up when you go an abend query?
I have changed the File Page Size thinking that it might resolve the issue
and it didnt.
here is a copy of the SQL statement from the users Abend Query and it
appears to be ok.
INSERT INTO [Year Over Year Table] ( [PAYER CUST], [PAYER CUST NAME], [SHIP
TO], [PH1], [PH2 DESC], [PH2], [PH6 DESC], [PH6], [MATL DESC], [MATERIAL],
[PERIOD], [QUANTITY], [PH1 DESC], [Internal - External Customer], [Legal
Sales], [Legal Costs RA], [Mfg Plant], [Duties], [ASM], [Mfg (G)/L Value],
[YEAR] )
SELECT [2008 Plan Table].[Payer Code], [2008 Plan Table].[Payer Name], [2008
Plan Table].[Ship to Code], [2008 Plan Table].[Ph 1 Code], [2008 Plan
Table].[Ph 2 Description], [2008 Plan Table].[Ph 2 Code], [2008 Plan
Table].[Ph 6 Description], [2008 Plan Table].[Ph 6 Code], [2008 Plan
Table].[Material Description], [2008 Plan Table].[Material Code], [2008 Plan
Table].[Cal year / month], [2008 Plan Table].[Qty (MT)], [2008 Plan
Table].[Ph 1 Description], [2008 Plan Table].[Internal/External], [2008 Plan
Table].[Total Sales], [2008 Plan Table].[Total Std Mfg Cost], [2008 Plan
Table].[Mfg Plant Name], [2008 Plan Table].[Total Plan Duties], [2008 Plan
Table].[Correct ASM], [2008 Plan Table].[(G)/L Value], [2008 Plan
Table].[Year]
FROM [2008 Plan Table], [Year Over Year Table];
and ideas?