OLAP Cube Build Failure

K

Kevin

Because I continue to fail to build the OLAP cube data I thought I would try
to understand how the build request is being executed.

Correct me where I go astray as the error message doesn’t help me understand
which user needs which authority at which connection point.

Error: Error="Analysis Services session failed with the following error:
Failed to connect to the Analysis Services server DHRM-DEV-SQL. Error: Your
permissions on the server computer do not allow you to administer this
Analysis server.

Error: “

Push button for Cube Build on Project Server 2007 box
• Uses the Microsoft Project Server Queue Service
• Connects to the Analysis Services server specified in the Cube Build
configuration
• Uses the SSP user ( in this case)

DSO on the SQL 2005 Server
• SQL Server Analysis Services (MSSQLSERVER) service receives the request
• SQLServiceAccount is the account used on this service
• SQLServicesAccount has db_reader privileges on the projectServer_reporting
database
• Uses the DSO\RepositoryConnectionString and Remote
RepositoryConnectionString to talk to the Analysis Services.

Analysis Services on the SQL 2005 Server
• Uses the SQLServer2005MSOLAPUser$DHRM-DEV-SQL$MSSQLSERVER group with
db_owner privileges to the Analysis_Repository database.
• SSP, being a member of the
SQLServer2005MSOLAPUser$DHRM-DEV-SQL$MSSQLSERVER writes to the
Analysis_Repository database.

Local Machine Admins
• SSP is a local admin on the SQL 2005 server

Environment:
DEV-SQL server running SQL Server 2005 SP2
USLAF-PRJ07 server running Project 2007 + MOSS 2007 + Server 2008
 
K

Kevin

I should mention that SSP is a local admin on the SQL 2005 server, SSP is
also part of the OLAP group and an administrator for the Analysis Services.
 
G

Gordon

Hi Kevin,

Have you tried the option with the repository file. Does it fail as well?

Cheers,
 
B

Ben Howard

I'm sure it's not, but let's just make sure it's not a naming issue.

You said the SQL server was called DEV-SQL, but in the error message it
states DHRM-DEV-SQL. Please confirm you have the correct names configured.
--
Thanks, Ben.

Please rate this post if it helped.
http://appleparkltd.spaces.live.com/
 
K

Kevin

I have executed on the second option as outlined in the "Implementing and
Administering" guide and MSFTs site.
Thanks.
 
K

Kevin

A fair question. The reference and the server name are correct.
DHRM-DEV-SQL.

Is there a test I can run right from the Analysis Server to confirm
authority? Can I log in as the SSP user and execute some command?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top