Thanks for you answer!
I have a other question.
How I can load a database or a cube in specific? I'm, using the msmdpump.dll.
Thanks!
Hi
In our latest service release there is a new feature that allows you to use Basic, Windows or Digest authentication when you make the connection to msmdpump.dll. If that is what you need you can set the right credentials within XAML or in code behind:
<olap:XmlaDataSource.Credentials>
<olap:XmlaNetworkCredential Domain="domain"
Password="password"
UserName="username">
</olap:XmlaNetworkCredential>
</olap:XmlaDataSource.Credentials>
Do not set the Domain property when you are using Digest authentication.
Regards
Todor