PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Crashes Error: Excel can not complete this task with available resources.

Reply

Error: Excel can not complete this task with available resources.

 
Thread Tools Rate Thread
Old 14-04-2005, 09:57 PM   #1
=?Utf-8?B?RGF2aWQ=?=
Guest
 
Posts: n/a
Default Error: Excel can not complete this task with available resources.


Hello:

I have an MS Access database housing about 600,000 records of data growing
at a monthly rate of about 300,000 records. I need to run a pivot table on
this data and refresh it monthly. However, when I try to refresh it this
month I receive the following error:

"Excel can not complete this task with available resources. Choose less data
or close other applications." Then it asks "Continue without undo?" I say
yessss....

Finaly, I receive: "Problems obtaining data."

Can you suggest a solution to my issue?

rgds
David Blisko
Then it gives me: "Excel can not complete this task with available
resources. Choose less data or close other applications." again.


  Reply With Quote
Old 15-04-2005, 12:38 AM   #2
Bill Manville
Guest
 
Posts: n/a
Default Re: Error: Excel can not complete this task with available resources.

David wrote:
> I have an MS Access database housing about 600,000 records of data growing
> at a monthly rate of about 300,000 records. I need to run a pivot table on
> this data and refresh it monthly. However, when I try to refresh it this
> month I receive the following error:
>


Do you need all the data to be retrieved, or could you make the source of the
data be a query which summarises the data in some way?

Bill Manville
MVP - Microsoft Excel, Oxford, England

  Reply With Quote
Old 15-04-2005, 02:05 PM   #3
=?Utf-8?B?RGF2aWQ=?=
Guest
 
Posts: n/a
Default Re: Error: Excel can not complete this task with available resourc



"Bill Manville" wrote:

> David wrote:
> > I have an MS Access database housing about 600,000 records of data growing
> > at a monthly rate of about 300,000 records. I need to run a pivot table on
> > this data and refresh it monthly. However, when I try to refresh it this
> > month I receive the following error:
> >

>
> Do you need all the data to be retrieved, or could you make the source of the
> data be a query which summarises the data in some way?
>
> Bill Manville
> MVP - Microsoft Excel, Oxford, England
>
>


I do need all the data. Their are about 15 fields of data I need in the
pivot table.

rgds
David
  Reply With Quote
Old 15-04-2005, 05:57 PM   #4
Bill Manville
Guest
 
Posts: n/a
Default Re: Error: Excel can not complete this task with available resourc

Maybe I wasn't clear.

Supposing your data was sales data and you wanted to be able to analyse
Revenue by any of Customer, Region, Country, Product Type, SalesPerson
and Period.

If your query is giving you one row of data for each item sold then you
could reduce the amount of data retrieved into Excel by having the
query do

SELECT SUM(Quantity) As Qty, SUM(ItemValue*Quantity) As Revenue,
Customer, Region, Country, ProductType, SalesPerson FROM <tables> GROUP
BY Customer, Region, Country, ProductType, SalesPerson

and this will combine together some of the detail records with no loss
of functionality in what you can do within the pivot table.

However, if you really do need such a massive amount of data to be held
in the PivotCache in Excel and Excel won't do it I guess you will need
to look into a different approach - e.g. using an OLAP system (about
which I know little more than the name).

Bill Manville
MVP - Microsoft Excel, Oxford, England

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off