Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
timout issues in cube processing SSAS 2005
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
dba  
View profile  
 More options May 30 2007, 3:26 pm
Newsgroups: microsoft.public.sqlserver.olap
From: dba <bryanmur...@gmail.com>
Date: 30 May 2007 12:26:55 -0700
Local: Wed, May 30 2007 3:26 pm
Subject: timout issues in cube processing SSAS 2005
I have a pretty big database, 4 terabytes. It's an Inman style data
warehouse, I tried both on the tables directly, then tried to create
some views of just the dimensions I needed a fact table. I set
sp_configure on the server:

exec sp_configure @configname='remote query timeout (s)' ,@configvalue
='2147483647'

exec sp_configure @configname='remote login timeout (s)' ,@configvalue
='2147483647'

RECONFIGURE WITH OVERRIDE;

In SQL Server Configuration Manager I set for TCP/IP Keep Alive 0,
Keep Alive Interval 0 for the native client configuration => Client
Protocols.

When I process with SQL Native Client I get this error:

Errors in the high-level relational engine. The following exception
occurred while the managed IDbConnection interface was being used:
Timeout expired.  The timeout period elapsed prior to obtaining a
connection from the pool.  This may have occurred because all pooled
connections were in use and max pool size was reached..

When I use OLE DB I get this error:

OLE DB error: OLE DB or ODBC error: Timeout expired; HYT00.

I put in a call to support but haven't gotten a response back yet.
Wondering if anyone else has had a similiar issue.

Analysis Services 2005 is on the same box as the SQL Server 2005 DB.
Just changed the Processing Order: Sequential and the Transaction
mode: Objects in serpate transactions. Have been able to build cubes
with smaller tables but larger ones always time out.

Please help or post for other's benefit.
Regards
Bryan


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vidas Matelis  
View profile  
 More options May 30 2007, 5:04 pm
Newsgroups: microsoft.public.sqlserver.olap
From: "Vidas Matelis" <Vidas.Mate...@RemoveNoSpam.SSAS-Info.com>
Date: Wed, 30 May 2007 17:04:22 -0400
Local: Wed, May 30 2007 5:04 pm
Subject: Re: timout issues in cube processing SSAS 2005
Bryan,

It seems to me that problem is with your relational database refusing
connections, as it is busy enough. I would do following things to test:
1. In BIDS double click on your data source(s) and change parameter "Maximum
Number of connections" to something smaller, lets say 4-6. I believe by
default will be 10.
2. When submitting processing, specify Maximum Parallel tasks option to
something reasonable, like 4, 6.
Then test, and change values as required.

All this will increase your processing time, buy you might avoid timeout.
You have to figure out what is causing it and what is happening when you get
timeout? Like, server CPU is 100% busy.
. Do you have partitions? How much memory, 64 bit, how many cpu's ?

HTH,

Vidas Matelis

http://www.ssas-info.com

"dba" <bryanmur...@gmail.com> wrote in message

news:1180553215.194245.296630@h2g2000hsg.googlegroups.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dba  
View profile  
 More options May 31 2007, 12:06 pm
Newsgroups: microsoft.public.sqlserver.olap
From: dba <bryanmur...@gmail.com>
Date: 31 May 2007 09:06:11 -0700
Local: Thurs, May 31 2007 12:06 pm
Subject: Re: timout issues in cube processing SSAS 2005
On May 30, 5:04 pm, "Vidas Matelis" <Vidas.Mate...@RemoveNoSpam.SSAS-

Thanks for responding Vidas.

The support representative gave me the following instructions:

Right click on Analysis Services in Management Studio
=> Properties.
=> Show Advanced (all) Properties
=> ExternalCommandTimeout 0
=> ExternalConnectionTimeout 0

Restart Analysis Services.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vidas Matelis  
View profile  
 More options May 31 2007, 1:14 pm
Newsgroups: microsoft.public.sqlserver.olap
From: "Vidas Matelis" <Vidas.Mate...@RemoveNoSpam.SSAS-Info.com>
Date: Thu, 31 May 2007 13:14:13 -0400
Local: Thurs, May 31 2007 1:14 pm
Subject: Re: timout issues in cube processing SSAS 2005
Bryan,

Thanks for sharing this.

Vidas Matelis

"dba" <bryanmur...@gmail.com> wrote in message

news:1180627571.001299.75640@g4g2000hsf.googlegroups.com...


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dba  
View profile  
 More options Jun 1 2007, 1:15 pm
Newsgroups: microsoft.public.sqlserver.olap
From: dba <bryanmur...@gmail.com>
Date: Fri, 01 Jun 2007 10:15:17 -0700
Local: Fri, Jun 1 2007 1:15 pm
Subject: Re: timout issues in cube processing SSAS 2005
On May 31, 1:14 pm, "Vidas Matelis" <Vidas.Mate...@RemoveNoSpam.SSAS-

Actually I also needed to change the value of these:
DatabaseConnectionPoolMax = 0
DatabaseConnectionPoolTimeout = 0
DatabaseConnectionPoolConnectTimeout = 0

My error then changed to: File system error: A FileStore error from
WriteFile occurred. Physical file: asstore. Logical file: . .

This is caused by the dimension file has reach its 4GB limit. This is
an known issue that there is a 4GB hard coded file limit on a single
data file.

You can look in BOL for Estimating the Size of a Heap if you want to
calculate out how big your dimension is or you can just switch to
ROLAP which you'll have to do anyway if you figure out that your
dimension is going to be 4GB. Hope this saves somebody else some pain.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google