dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Ruuning Analysis service over SSL/HTTPS - sqlserver-olap

This is a discussion on Ruuning Analysis service over SSL/HTTPS - sqlserver-olap ; Hi , I have configured analysis service 2005 on windows 2003 server . I am able to connect to my analysis service using excel PTS client . Now i have to port the same service over HTTPS . I have ...


Home > Database Forum > Data Warehousing > sqlserver-olap > Ruuning Analysis service over SSL/HTTPS

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 08-30-2006, 08:15 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Ruuning Analysis service over SSL/HTTPS

Hi ,

I have configured analysis service 2005 on windows 2003 server . I am
able to
connect to my analysis service using excel PTS client . Now i have to port
the same service over HTTPS . I have installed the certifcates correctly and
able to
run the aspx/html pages correctly over the https . But when i try to connect
to
analysis service by (https:///OLAP/msmdpump.dll) on the browser
or excel it gives connection error . I am using basic authentication
currently.
Please help me . Relevent document explaining HTTPS connection for Analysis
service would be a great help .

Regards
Krishna

Reply With Quote
  #2  
Old 08-30-2006, 08:29 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Ruuning Analysis service over SSL/HTTPS

do you use a valid certificate for your SSL?

"Krishna" wrote in message
news:F78371AE-5613-4B30-ADC6-EDFAB4D9F581@microsoft.com...
> Hi ,
>
> I have configured analysis service 2005 on windows 2003 server . I am
> able to
> connect to my analysis service using excel PTS client . Now i have to
> port
> the same service over HTTPS . I have installed the certifcates correctly
> and
> able to
> run the aspx/html pages correctly over the https . But when i try to
> connect
> to
> analysis service by (https:///OLAP/msmdpump.dll) on the
> browser
> or excel it gives connection error . I am using basic authentication
> currently.
> Please help me . Relevent document explaining HTTPS connection for
> Analysis
> service would be a great help .
>
> Regards
> Krishna
>



Reply With Quote
  #3  
Old 08-31-2006, 03:42 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Ruuning Analysis service over SSL/HTTPS


I Have valid certificate which i have installed using IIS Certificate
creation wizard. normal pages are rendered OK using https but when i try to
invoke
msmdpump.dll , it starts giving errors . Does excel have the capability to
decrypt
128 bit SSL data coming from IIS server ?

Regard
Krishna

"Jéjé" wrote:

> do you use a valid certificate for your SSL?
>
> "Krishna" wrote in message
> news:F78371AE-5613-4B30-ADC6-EDFAB4D9F581@microsoft.com...
> > Hi ,
> >
> > I have configured analysis service 2005 on windows 2003 server . I am
> > able to
> > connect to my analysis service using excel PTS client . Now i have to
> > port
> > the same service over HTTPS . I have installed the certifcates correctly
> > and
> > able to
> > run the aspx/html pages correctly over the https . But when i try to
> > connect
> > to
> > analysis service by (https:///OLAP/msmdpump.dll) on the
> > browser
> > or excel it gives connection error . I am using basic authentication
> > currently.
> > Please help me . Relevent document explaining HTTPS connection for
> > Analysis
> > service would be a great help .
> >
> > Regards
> > Krishna
> >

>
>
>

Reply With Quote
  #4  
Old 08-31-2006, 08:42 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Ruuning Analysis service over SSL/HTTPS

are you prompted for a login/password in excel?
or have you saved the login/password in the connection string?

I presume that you have tested the HTTP access and everything works fine
here. (without SSL)
But have you tested HTTP + Basic authentication?

have you try to use the IP address instead-of the DNS name?
what the IIS log files says? do you see the access? what is the HTTP
response?

"Krishna.singh" wrote in message
news:8C29A2F8-EB29-4496-BC36-DF8634362A89@microsoft.com...
>
> I Have valid certificate which i have installed using IIS Certificate
> creation wizard. normal pages are rendered OK using https but when i try
> to
> invoke
> msmdpump.dll , it starts giving errors . Does excel have the capability to
> decrypt
> 128 bit SSL data coming from IIS server ?
>
> Regard
> Krishna
>
> "Jéjé" wrote:
>
>> do you use a valid certificate for your SSL?
>>
>> "Krishna" wrote in message
>> news:F78371AE-5613-4B30-ADC6-EDFAB4D9F581@microsoft.com...
>> > Hi ,
>> >
>> > I have configured analysis service 2005 on windows 2003 server . I
>> > am
>> > able to
>> > connect to my analysis service using excel PTS client . Now i have to
>> > port
>> > the same service over HTTPS . I have installed the certifcates
>> > correctly
>> > and
>> > able to
>> > run the aspx/html pages correctly over the https . But when i try to
>> > connect
>> > to
>> > analysis service by (https:///OLAP/msmdpump.dll) on the
>> > browser
>> > or excel it gives connection error . I am using basic authentication
>> > currently.
>> > Please help me . Relevent document explaining HTTPS connection for
>> > Analysis
>> > service would be a great help .
>> >
>> > Regards
>> > Krishna
>> >

>>
>>
>>



Reply With Quote
  #5  
Old 09-01-2006, 02:11 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Ruuning Analysis service over SSL/HTTPS


Thanks Jeje for your help , Certificate was not correct actually . When i put
the local certificate issuer into trusted CA list things worked fine . well
I was using basic authentication . Thanks once more for your help

Regards
Krishna
"Jéjé" wrote:

> are you prompted for a login/password in excel?
> or have you saved the login/password in the connection string?
>
> I presume that you have tested the HTTP access and everything works fine
> here. (without SSL)
> But have you tested HTTP + Basic authentication?
>
> have you try to use the IP address instead-of the DNS name?
> what the IIS log files says? do you see the access? what is the HTTP
> response?
>
> "Krishna.singh" wrote in message
> news:8C29A2F8-EB29-4496-BC36-DF8634362A89@microsoft.com...
> >
> > I Have valid certificate which i have installed using IIS Certificate
> > creation wizard. normal pages are rendered OK using https but when i try
> > to
> > invoke
> > msmdpump.dll , it starts giving errors . Does excel have the capability to
> > decrypt
> > 128 bit SSL data coming from IIS server ?
> >
> > Regard
> > Krishna
> >
> > "Jéjé" wrote:
> >
> >> do you use a valid certificate for your SSL?
> >>
> >> "Krishna" wrote in message
> >> news:F78371AE-5613-4B30-ADC6-EDFAB4D9F581@microsoft.com...
> >> > Hi ,
> >> >
> >> > I have configured analysis service 2005 on windows 2003 server . I
> >> > am
> >> > able to
> >> > connect to my analysis service using excel PTS client . Now i have to
> >> > port
> >> > the same service over HTTPS . I have installed the certifcates
> >> > correctly
> >> > and
> >> > able to
> >> > run the aspx/html pages correctly over the https . But when i try to
> >> > connect
> >> > to
> >> > analysis service by (https:///OLAP/msmdpump.dll) on the
> >> > browser
> >> > or excel it gives connection error . I am using basic authentication
> >> > currently.
> >> > Please help me . Relevent document explaining HTTPS connection for
> >> > Analysis
> >> > service would be a great help .
> >> >
> >> > Regards
> >> > Krishna
> >> >
> >>
> >>
> >>

>
>
>

Reply With Quote
  #6  
Old 01-28-2010, 12:21 PM
Database Newbie
 
Join Date: Jan 2010
Posts: 2
Sharki.Chacko is on a distinguished road
Default Re: Ruuning Analysis service over SSL/HTTPS

Hi Krishna,

Have you configured IIS with "Required Client Certificate" option? so that Excel can access SSAS cubes securely. Even I was able to access cube using https but default, IIS is configured to ignore client certificates from browser. Can you tell me how you are able to access cube from Excel over HTTPS?


Thanks in advance.
Sharki.
Reply With Quote
  #7  
Old 01-29-2010, 03:48 PM
Database Newbie
 
Join Date: Jan 2010
Posts: 2
Sharki.Chacko is on a distinguished road
Default Re: Ruuning Analysis service over SSL/HTTPS

Hi Krishna,


Can you tell me how did you able to connect to the server from excel over https in but detailed? Even I was able to connect to the server but later I realized that the "Require client certificate" option on server is not enabled for secure communication. If this option is disabled, the communication between client and server will be unsecured. When I enabled this option, excel started giving me errros. Have you gone through this scenario before?


Thanks in advance,
Sharki
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
RICHPse sol 10 - Segmentation Fault Database Administrator solaris 0 05-10-2007 04:13 AM
Cannot connect to analysis service!!! Help! Database Administrator ms-sqlserver 4 01-23-2007 04:42 AM
Can't uninstall Analysis Services 2000 (so I can reinstall) Database Administrator sqlserver-olap 2 10-30-2006 11:00 PM
All members in dimenision and Microsoft Excel as OLAP Client for Microsoft Analysis Service Database Administrator olap 0 08-13-2004 05:41 AM


All times are GMT -4. The time now is 08:23 AM.