dbTalk Databases Forums  

System Resource Exceeded;Error 3035

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss System Resource Exceeded;Error 3035 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
George Morton
 
Posts: n/a

Default System Resource Exceeded;Error 3035 - 04-13-2005 , 12:22 PM






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



Reply With Quote
  #2  
Old   
David Botzenhart
 
Posts: n/a

Default Re: System Resource Exceeded;Error 3035 - 04-13-2005 , 07:05 PM






Hi George,

Doing a quick search this looks like an Access error. How big is the Access
database that you are processing? How many rows? How many dimension and
levels and members?

In the processing log where did it display the error? In the query phase or
aggregation phase?

It could be the query is too complex and the data too large for Access
database.
How much ram do you have?

David Botzenhart
Mariner Consulting


"George Morton" <gmorton1 (AT) optonline (DOT) net> wrote

Quote:
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





Reply With Quote
  #3  
Old   
David Botzenhart
 
Posts: n/a

Default Re: System Resource Exceeded;Error 3035 - 04-13-2005 , 09:07 PM



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

Quote:
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





Reply With Quote
  #4  
Old   
George Morton
 
Posts: n/a

Default Re: System Resource Exceeded;Error 3035 - 04-14-2005 , 08:35 AM



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

Quote:
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







Reply With Quote
  #5  
Old   
David Botzenhart
 
Posts: n/a

Default Re: System Resource Exceeded;Error 3035 - 04-15-2005 , 01:26 PM



Hi George,

Sorry its taken me a while to reply. Getting my taxes done.

This error is coming from the provider in SQL. You should see some errors in
your Application Event Log as well.

See if you can run the exact same query in Query Analyzer, if not then its a
pure SQL issue.

David

"George Morton" <gmorton1 (AT) optonline (DOT) net> wrote

Quote:
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









Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.