
Signature
MBS Axapta - MVP
http://www.harishm.com/
> My query is - where can I get hold of this DSO library files?
The DSO library is what Analysis Manager uses to build/manage OLAP
Databases. It should be installed when you install the client tools for
Analysis Services 2000. If there is something wrong with the
registration of the dll the default path is C:\Program Files\Common
Files\Microsoft Shared\DSO\msmddo80.dll. But as far as I know there is
no re-distributable version of this library. The users would need to be
OLAP Administrators to use it anyway.

Signature
Regards
Darren Gosbell [MCSD]
<dgosbell_at_yahoo_dot_com>
Blog: http://www.geekswithblogs.net/darrengosbell
Peter Yang [MSFT] - 25 Oct 2005 03:28 GMT
Hi,
You may try to copy the following files
msmddo.dll
msmddo80.dll
msmdint.dll
msmdnet.dll
You could register these com objects by using regsvr32.exe. for example:
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DSO\msmddo.dll"
Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: Darren Gosbell <xxx@xxx.com>
>Subject: Re: Installing DSO ..
[quoted text clipped - 21 lines]
>no re-distributable version of this library. The users would need to be
>OLAP Administrators to use it anyway.