Error building Cubes...

D

DerekM

i receive the following error when trying to build the cubes. Any ideas?

[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).

I've followed all in this document -
http://technet2.microsoft.com/Offic...701c-4b02-89d7-e094e9cb7dcd1033.mspx?mfr=true
 
P

Project Server Slave

i receive the following error when trying to build the cubes. Any ideas?

[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).

I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...

I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>

Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.
 
D

DerekM

I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on

Project Server Slave said:
i receive the following error when trying to build the cubes. Any ideas?

[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).

I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...

I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>

Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.
 
P

Project Server Slave

I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on

Project Server Slave said:
i receive the following error when trying to build the cubes. Any ideas?
[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).
I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...
I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:
<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>
Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

Derek,

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?
 
P

Project Server Slave

I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on

Project Server Slave said:
i receive the following error when trying to build the cubes. Any ideas?
[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).
I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...
I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:
<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>
Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

Derek,

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?
 
D

DerekM

Here it is:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\demahlit-w1\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\demahlit-w1\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9</LocksDirectory>
</DSO>



Project Server Slave said:
I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on

Project Server Slave said:
i receive the following error when trying to build the cubes. Any ideas?
[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).
I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...
I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:
<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>
Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

Derek,

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?
 
P

Project Server Slave

Here it is:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\demahlit-w1\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\demahlit-w1\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9</LocksDirectory>
</DSO>

Project Server Slave said:
I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on
:
i receive the following error when trying to build the cubes. Any ideas?
[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).
I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...
I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:
<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>
Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?

Where did you get your msmdrep.mdb from?
 
D

DerekM

In the link above it had this text with a link:

Note:

If you do not have the SQL Server 2000 repository file, click here
(http://go.microsoft.com/fwlink/?LinkId=87082&clcid=0x409) to download the
repository file.

Project Server Slave said:
Here it is:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\demahlit-w1\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\demahlit-w1\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9</LocksDirectory>
</DSO>

Project Server Slave said:
I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on
:
i receive the following error when trying to build the cubes. Any ideas?
[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).
I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...
I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:
<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>
Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?

Where did you get your msmdrep.mdb from?
 
N

NZ Projects

Derek, I don't know if you have resolved your problem, but the defintive
guide to getting this working is at

http://technet2.microsoft.com/Office/en-us/library/6c191657-347b-4171-a9d3-2dc0529df39e1033.mspx


DerekM said:
In the link above it had this text with a link:

Note:

If you do not have the SQL Server 2000 repository file, click here
(http://go.microsoft.com/fwlink/?LinkId=87082&clcid=0x409) to download the
repository file.

Project Server Slave said:
Here it is:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\demahlit-w1\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\demahlit-w1\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9</LocksDirectory>
</DSO>

:
I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on

:
i receive the following error when trying to build the cubes. Any ideas?

[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).

I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...

I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>

Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

Derek,

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?

Where did you get your msmdrep.mdb from?
 
D

DerekM

Hi NZ, I have followed this doc multiple times and I'm still stuck with the
same error building. Thanks.

NZ Projects said:
Derek, I don't know if you have resolved your problem, but the defintive
guide to getting this working is at

http://technet2.microsoft.com/Office/en-us/library/6c191657-347b-4171-a9d3-2dc0529df39e1033.mspx


DerekM said:
In the link above it had this text with a link:

Note:

If you do not have the SQL Server 2000 repository file, click here
(http://go.microsoft.com/fwlink/?LinkId=87082&clcid=0x409) to download the
repository file.

Project Server Slave said:
Here it is:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\demahlit-w1\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\demahlit-w1\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9</LocksDirectory>
</DSO>

:
I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on

:
i receive the following error when trying to build the cubes. Any ideas?

[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).

I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...

I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>

Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

Derek,

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?

Where did you get your msmdrep.mdb from?
 
D

DerekM

In the link posted it gives 2 options, I choose option 2: Create the
repository by creating a SQL Server 2005 database.
In step # 5 what is the database name I'm entering? analysis Services
Repository?

....Select DSO\RepositoryConnectionString from the Name list.

1.Select the corresponding value for the string in the Value column, and
then click the box that appears to the right of the value to display the
Connection Manager page.

2.On the Connection Manager page, in the Provider list, select Native OLE
DB\SQL Native Client.

3.In the Server Name list, select the server on which the repository
database is located.

4.In the Logon to the server field, enter the account information to log
onto the server.

5.In the Connect to database section, select Select or enter a database name
and enter the name of the repository file.

6.Click OK.

Project Server Slave said:
Here it is:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\demahlit-w1\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\demahlit-w1\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9</LocksDirectory>
</DSO>

Project Server Slave said:
I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on
:
i receive the following error when trying to build the cubes. Any ideas?
[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).
I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...
I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:
<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>
Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?

Where did you get your msmdrep.mdb from?
 
P

Project Server Slave

I'm not sure about all of that. I use a repository from a SQL 2000
Installation I have and when I do this fix, it always works. I have
done it at probably 5-10 client sites, all successful. I can send you
this file and you can see if thats the issue, if you like.
 
N

NZ Projects

Yes, the database name is the name of the SQL database being used as the
repository.

also ensure that you have installed,
SQL SP1 on OLAP Server
SQL Native Client, on App Server
SQL Backward Compatability tools, on App Server
SQL OLEDB9, on App Server
SQL XMO Management Objects, on App Server

Also ensure that the account used for the Shared Service Provider is defined
in the OLAP Admin section.



DerekM said:
In the link posted it gives 2 options, I choose option 2: Create the
repository by creating a SQL Server 2005 database.
In step # 5 what is the database name I'm entering? analysis Services
Repository?

...Select DSO\RepositoryConnectionString from the Name list.

1.Select the corresponding value for the string in the Value column, and
then click the box that appears to the right of the value to display the
Connection Manager page.

2.On the Connection Manager page, in the Provider list, select Native OLE
DB\SQL Native Client.

3.In the Server Name list, select the server on which the repository
database is located.

4.In the Logon to the server field, enter the account information to log
onto the server.

5.In the Connect to database section, select Select or enter a database name
and enter the name of the repository file.

6.Click OK.

Project Server Slave said:
Here it is:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\demahlit-w1\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\demahlit-w1\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP
\DSO9</LocksDirectory>
</DSO>

:
I had an entry in my Msmdsrv.ini file but content was encrypted. I replaced
with what you had given but i still get the same error, when I opened the
file after trying to build the text is again encrypted. So I'm not sure what
is going on

:
i receive the following error when trying to build the cubes. Any ideas?

[5/31/2007 12:56 PM] Failed to build the OLAP cubes. Error: Analysis
Services session failed with the following error: Failed to connect to the
Analysis Services server DEMAHLIT-W1. Error: The connection string to
repository needs to be specified in the 9.0 server properties (see
<DSO>...</DSO> section in msmdsrv.ini file from Analysis Services 9.0).

I've followed all in this document -http://technet2.microsoft.com/Office/en-us/library/86910044-701c-4b02...

I scanned the document and didn't see the part where you edit the
Msmdsrv.ini file file. Add the following into the <DSO> section of
this file:

<DSO>
<RemoteRepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.
4.0;Data Source=\\ComputerName\MSOLAPRepository$\msmdrep.mdb;Persist
Security Info=False</RemoteRepositoryConnectionString>
<RepositoryConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9\msmdrep.mdb;Persist Security Info=False</
RepositoryConnectionString>
<RemoteLocksDirectory>\\ComputerName\MSOLAPRepository$</
RemoteLocksDirectory>
<LocksDirectory>C:\Program Files\Microsoft SQL Server\MSSQL.Number\OLAP
\DSO9</LocksDirectory>
</DSO>

Be sure to update the network and local paths or it wont work. This
is usually the part that causes the error you are seeing for me. Let
me know if it worked. Good luck.

Derek,

It auto encrypts the file after you close it. You did update the DSO
text with the correct network and local paths didn't you? Can you
paste what you put in for your DSO section here?

Where did you get your msmdrep.mdb from?
 

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