dbTalk Databases Forums  

Cube processing never ends.

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


Discuss Cube processing never ends. in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike Mullane
 
Posts: n/a

Default Cube processing never ends. - 12-08-2004 , 10:05 AM






I have a cube that has been running fine for over a year. Now when the full
process runs it just never ends. Also A.S. has become increasingly less
stable. The stop and start of the service takes awhile.

Does any one have suggestions as to why the service and cube are dieing? I
have reapplied SP3a and rebooted but am still having the same problems.


Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Cube processing never ends. - 12-08-2004 , 07:45 PM






If you have had significant growth in the number of dimension members or
dimensions or databases, then it may be that you are running out of memory.
Do service restart on MSSQLServerOLAPService (the Analysis Services service
name). After it stabilizes but before users start doing anything on the
system, compare the virtual memory used by the msmdsrv process with your
Minimum Allocated (aka Low Memory) and Memory Consurvation Thresholds (aka
High Memory). The delta between your stabilized virtual memory and High
Memory is

For more information on how memory is allocated and used, see the following
two white papers:
http://www.microsoft.com/technet/pro.../anservog.mspx
http://www.microsoft.com/technet/pro.../ansvcspg.mspx

And before you ask -- yes, the above is right. Indeed we have two names for
exactl y the same thing.

The runtime engine is msmdsrv.exe. Thus its process name is msmdsrv. It is
also registered as an NT service and the service's name is
MSSQLServerOLAPService. So you look for "msmdsrv" in one place and
"MSSQLServerOLAPService" in another -- when they both are referring to the
same thing. Go figure. :-)

Hope this helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Mullane" <Mike Mullane (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have a cube that has been running fine for over a year. Now when the
full
process runs it just never ends. Also A.S. has become increasingly less
stable. The stop and start of the service takes awhile.

Does any one have suggestions as to why the service and cube are dieing? I
have reapplied SP3a and rebooted but am still having the same problems.




Reply With Quote
  #3  
Old   
Mike Mullane
 
Posts: n/a

Default Re: Cube processing never ends. - 12-09-2004 , 03:19 PM



Thanks for the information Dave. I will need to do further research and
consider your comments. My quick fix was to trim off two years of data. So
that leads me to believe that it is a memory issue.

"Dave Wickert [MSFT]" wrote:

Quote:
If you have had significant growth in the number of dimension members or
dimensions or databases, then it may be that you are running out of memory.
Do service restart on MSSQLServerOLAPService (the Analysis Services service
name). After it stabilizes but before users start doing anything on the
system, compare the virtual memory used by the msmdsrv process with your
Minimum Allocated (aka Low Memory) and Memory Consurvation Thresholds (aka
High Memory). The delta between your stabilized virtual memory and High
Memory is

For more information on how memory is allocated and used, see the following
two white papers:
http://www.microsoft.com/technet/pro.../anservog.mspx
http://www.microsoft.com/technet/pro.../ansvcspg.mspx

And before you ask -- yes, the above is right. Indeed we have two names for
exactl y the same thing.

The runtime engine is msmdsrv.exe. Thus its process name is msmdsrv. It is
also registered as an NT service and the service's name is
MSSQLServerOLAPService. So you look for "msmdsrv" in one place and
"MSSQLServerOLAPService" in another -- when they both are referring to the
same thing. Go figure. :-)

Hope this helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Mullane" <Mike Mullane (AT) discussions (DOT) microsoft.com> wrote in message
news:C9D2B78C-4F1A-4224-B746-3F70B80F5585 (AT) microsoft (DOT) com...
I have a cube that has been running fine for over a year. Now when the
full
process runs it just never ends. Also A.S. has become increasingly less
stable. The stop and start of the service takes awhile.

Does any one have suggestions as to why the service and cube are dieing? I
have reapplied SP3a and rebooted but am still having the same problems.





Reply With Quote
  #4  
Old   
Joerg
 
Posts: n/a

Default Re: Cube processing never ends. - 12-10-2004 , 11:13 AM



Hello Mike,
i had same issues while a go and solved it
by migrating the AS repository to SQL Server.
The AS repository is default an Access db.

HTH
Jörg


"Mike Mullane" wrote:

Quote:
Thanks for the information Dave. I will need to do further research and
consider your comments. My quick fix was to trim off two years of data. So
that leads me to believe that it is a memory issue.

"Dave Wickert [MSFT]" wrote:

If you have had significant growth in the number of dimension members or
dimensions or databases, then it may be that you are running out of memory.
Do service restart on MSSQLServerOLAPService (the Analysis Services service
name). After it stabilizes but before users start doing anything on the
system, compare the virtual memory used by the msmdsrv process with your
Minimum Allocated (aka Low Memory) and Memory Consurvation Thresholds (aka
High Memory). The delta between your stabilized virtual memory and High
Memory is

For more information on how memory is allocated and used, see the following
two white papers:
http://www.microsoft.com/technet/pro.../anservog.mspx
http://www.microsoft.com/technet/pro.../ansvcspg.mspx

And before you ask -- yes, the above is right. Indeed we have two names for
exactl y the same thing.

The runtime engine is msmdsrv.exe. Thus its process name is msmdsrv. It is
also registered as an NT service and the service's name is
MSSQLServerOLAPService. So you look for "msmdsrv" in one place and
"MSSQLServerOLAPService" in another -- when they both are referring to the
same thing. Go figure. :-)

Hope this helps.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Mike Mullane" <Mike Mullane (AT) discussions (DOT) microsoft.com> wrote in message
news:C9D2B78C-4F1A-4224-B746-3F70B80F5585 (AT) microsoft (DOT) com...
I have a cube that has been running fine for over a year. Now when the
full
process runs it just never ends. Also A.S. has become increasingly less
stable. The stop and start of the service takes awhile.

Does any one have suggestions as to why the service and cube are dieing? I
have reapplied SP3a and rebooted but am still having the same problems.





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.