RE: ASP .Net connect to OLAP using OWC
From: James (James_at_discussions.microsoft.com)
Date: 08/29/04
- Next message: Scott Eguires: "Excel Exporting Question"
- Previous message: Mudge: "Re: Need opinions Flaws of using OWC ?"
- In reply to: Wei-Dong XU [MSFT]: "RE: ASP .Net connect to OLAP using OWC"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 29 Aug 2004 02:27:04 -0700
Thanks, but to code the user ID and password in the connection string isn't
that practical. However, I found a .ppt slide from the internet titled
"Implementing Security in Analysis Services 2000" by Richard Tkachuk and
Mosha Pasumansky. It explains several authentication scenarios, and
recommended the use of Kerberos authentication.
It can be done by specifying Provider=msolap;SSPI=Kerberos in the connection
string. I tried it and it serves the purpose since I have already
authenticate users in my web site using Windows Authentication. But on the
other hand, have another problem which is that the connection retrurn error
if the OLAP server is busy. Anyway to increase the time-out value?
"Wei-Dong XU [MSFT]" wrote:
> Hi James,
>
> When the connection string of OLAP is sent to the server side, the server
> will try to connect with Analysis service server with the credential in the
> connection string. The authentication of web service and OLAP is not the
> same; so we will need to provide the user credential in the connection
> string.
>
> Please feel free to let me know if you have any question.
>
> Best Regards,
> Wei-Dong Xu
> Microsoft Product Support Services
> Get Secure! - www.microsoft.com/security
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
- Next message: Scott Eguires: "Excel Exporting Question"
- Previous message: Mudge: "Re: Need opinions Flaws of using OWC ?"
- In reply to: Wei-Dong XU [MSFT]: "RE: ASP .Net connect to OLAP using OWC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|