![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to process an access cube and receive system resource exceeded. I haven't a clue as to what resource I've exceeded. The process took about 55 minutes, then blew up. Where do I start? Thanks George |
#3
| |||
| |||
|
|
I'm trying to process an access cube and receive system resource exceeded. I haven't a clue as to what resource I've exceeded. The process took about 55 minutes, then blew up. Where do I start? Thanks George |
#4
| |||
| |||
|
|
Hi George, This looks like an error from Access. When you look at the processing log when does the error occur? Is it in the Query phase or in the Aggregation phase? How large is the cube that is in Access, how many rows, how many dimensions, levels and members? This will state how complex the query is if you are going beyond what Access can handle. Have you tried to put the cube in SQL Server? David Botzenhart "George Morton" <gmorton1 (AT) optonline (DOT) net> wrote in message news:2yc7e.2644$Pj6.2334 (AT) fe09 (DOT) lga... I'm trying to process an access cube and receive system resource exceeded. I haven't a clue as to what resource I've exceeded. The process took about 55 minutes, then blew up. Where do I start? Thanks George |
#5
| |||
| |||
|
|
The data source is SQL server, not access. Access is used for the OLAP application. There are about a million rows in the transactions table, the query looks like this: Partition 'Transactions' Execute : SELECT "Accounts"."SSN_TIN", "Accounts"."ACCT_NUMBER", "Transactions"."INT_TYPE", "Transactions"."PROCEEDS" FROM "Transactions", "Accounts" WHERE ("Transactions"."SSN_TIN"="Accounts"."SSN_TIN") AND ("Transactions"."ACCT_NUMBER"="Accounts"."ACCT_NUM BER") This is the first "process" I've run against this cube, so I think there is one dimension, a million rows, one level and one member (but I'm not sure how to determine each). On the server side, there's a gig of ram, one the workstation side there's 512 MB. The blow-by-blow from the process dialog follows: (1) Processing Partition 'Transactions' failed. No changes have been made to the database. Start time: 1:25:57 PM Initializing Partition 'Transactions' Partition 'Transactions' Execute : SELECT "Accounts"."SSN_TIN", "Accounts"."ACCT_NUMBER", "Transactions"."INT_TYPE", "Transactions"."PROCEEDS" FROM "Transactions", "Accounts" WHERE ("Transactions"."SSN_TIN"="Accounts"."SSN_TIN") AND ("Transactions"."ACCT_NUMBER"="Accounts"."ACCT_NUM BER") Data source provider error: System resource exceeded.;3035; Time:4/13/2005 2:02:48 PM Rolling back transaction in Database 'DataWarehouse' System resource exceeded.;3035; Time:4/13/2005 2:02:51 PM ..... Thank you for your assistance. George. "David Botzenhart" <David.Botzenhart (AT) mariner (DOT) usa.com> wrote in message news:afk7e.52325$QB6.2759165 (AT) twister (DOT) southeast.rr.com... Hi George, This looks like an error from Access. When you look at the processing log when does the error occur? Is it in the Query phase or in the Aggregation phase? How large is the cube that is in Access, how many rows, how many dimensions, levels and members? This will state how complex the query is if you are going beyond what Access can handle. Have you tried to put the cube in SQL Server? David Botzenhart "George Morton" <gmorton1 (AT) optonline (DOT) net> wrote in message news:2yc7e.2644$Pj6.2334 (AT) fe09 (DOT) lga... I'm trying to process an access cube and receive system resource exceeded. I haven't a clue as to what resource I've exceeded. The process took about 55 minutes, then blew up. Where do I start? Thanks George |
![]() |
| Thread Tools | |
| Display Modes | |
| |