dbTalk Databases Forums  

Kerberos/SSPI Parameter Issue

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Kerberos/SSPI Parameter Issue in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Thompson Isaac
 
Posts: n/a

Default Kerberos/SSPI Parameter Issue - 11-14-2003 , 06:20 PM






All:

I have implemented a web-based OLAP reporting solution using SQL Server 2000
(SP3) and AS (SP3). Everything has gone well during development but, when
migrated to test... When my ASP application attempts to execute an MSOLAP
connection string, I get the interesting error below:

"Connection Failed. Property name was not recognized, 'SSPI'"

I'm thinking that the MDAC version on the IIS machine should be upgraded
(currently 2.6 SP2). The AS server carries 2.7.

Thoughts?

TIA

MTI



Reply With Quote
  #2  
Old   
Mosha Pasumansky [MS]
 
Posts: n/a

Default Re: Kerberos/SSPI Parameter Issue - 11-14-2003 , 06:52 PM






You need to check your MSOLAP provider version. Are you using MSOLAP.2 ?

--
==================================================
Mosha Pasumansky - http://www.mosha.com/msolap
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==================================================
"Michael Thompson Isaac" <mti (AT) xbagroup (DOT) com> wrote

Quote:
All:

I have implemented a web-based OLAP reporting solution using SQL Server
2000
(SP3) and AS (SP3). Everything has gone well during development but, when
migrated to test... When my ASP application attempts to execute an MSOLAP
connection string, I get the interesting error below:

"Connection Failed. Property name was not recognized, 'SSPI'"

I'm thinking that the MDAC version on the IIS machine should be upgraded
(currently 2.6 SP2). The AS server carries 2.7.

Thoughts?

TIA

MTI





Reply With Quote
  #3  
Old   
Michael Thompson Isaac
 
Posts: n/a

Default Re: Kerberos/SSPI Parameter Issue - 11-14-2003 , 07:07 PM



Mosha:

Thanks for the prompt reply.

No, I'm using the MSOLAP provider parameter. I'll change to MSOLAP.2 and
retry. I guess those old OLAP Services habits die hard... 8-)

Thanks!

MTI
"Mosha Pasumansky [MS]" <moshap (AT) microsoft (DOT) com> wrote

Quote:
You need to check your MSOLAP provider version. Are you using MSOLAP.2 ?

--
==================================================
Mosha Pasumansky - http://www.mosha.com/msolap
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==================================================
"Michael Thompson Isaac" <mti (AT) xbagroup (DOT) com> wrote in message
news:OxtED5wqDHA.512 (AT) tk2msftngp13 (DOT) phx.gbl...
All:

I have implemented a web-based OLAP reporting solution using SQL Server
2000
(SP3) and AS (SP3). Everything has gone well during development but,
when
migrated to test... When my ASP application attempts to execute an
MSOLAP
connection string, I get the interesting error below:

"Connection Failed. Property name was not recognized, 'SSPI'"

I'm thinking that the MDAC version on the IIS machine should be upgraded
(currently 2.6 SP2). The AS server carries 2.7.

Thoughts?

TIA

MTI







Reply With Quote
  #4  
Old   
Michael Thompson Isaac
 
Posts: n/a

Default Re: Kerberos/SSPI Parameter Issue - 11-15-2003 , 01:00 AM



Mosha:

Actually, I am using MSOLAP.2 for the connection parameter. Any other ideas?

Thanks for the assistance!

MTI




"Mosha Pasumansky [MS]" <moshap (AT) microsoft (DOT) com> wrote

Quote:
You need to check your MSOLAP provider version. Are you using MSOLAP.2 ?

--
==================================================
Mosha Pasumansky - http://www.mosha.com/msolap
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==================================================
"Michael Thompson Isaac" <mti (AT) xbagroup (DOT) com> wrote in message
news:OxtED5wqDHA.512 (AT) tk2msftngp13 (DOT) phx.gbl...
All:

I have implemented a web-based OLAP reporting solution using SQL Server
2000
(SP3) and AS (SP3). Everything has gone well during development but,
when
migrated to test... When my ASP application attempts to execute an
MSOLAP
connection string, I get the interesting error below:

"Connection Failed. Property name was not recognized, 'SSPI'"

I'm thinking that the MDAC version on the IIS machine should be upgraded
(currently 2.6 SP2). The AS server carries 2.7.

Thoughts?

TIA

MTI







Reply With Quote
  #5  
Old   
Mosha Pasumansky [MS]
 
Posts: n/a

Default Re: Kerberos/SSPI Parameter Issue - 11-15-2003 , 01:25 AM



Can you run MDX Sample on that same machine, and put SSPI=kerberos in the
connection string - does that work ?

--
==================================================
Mosha Pasumansky - http://www.mosha.com/msolap
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==================================================
"Michael Thompson Isaac" <mti (AT) xbagroup (DOT) com> wrote

Quote:
Mosha:

Actually, I am using MSOLAP.2 for the connection parameter. Any other
ideas?

Thanks for the assistance!

MTI



Reply With Quote
  #6  
Old   
Bas Kersten [MSFT]
 
Posts: n/a

Default RE: Kerberos/SSPI Parameter Issue - 11-17-2003 , 04:26 AM



Hi,

Make sure you have the updated provider for Analysis Services installed on
the
IIS server. In the older version of the provider the SSPI was not
supported. Use the PTSFULL.EXE of sp3 of Analysis on this server to see if
the problem goes
away.

PTSfull.exe will upgrade pts and will install mdac2.7, PTSlite will only
upgrade PTS.

HTH,
Bas

"This posting is provided "AS IS" with no warranties, and confers no
rights."


Reply With Quote
  #7  
Old   
Michael Thompson Isaac
 
Posts: n/a

Default Re: Kerberos/SSPI Parameter Issue - 11-17-2003 , 09:39 AM



Bas, Mohsa:

The problem was, in fact, MDAC level.

Using Component Checker, we realized that the IIS machine was at 2.6 SP2. We
installed 2.7 SP1 XP, and all was right with the world. Now, in reading Bas'
post, it seems as though PTSFULL is a "safer" way to go. Will PTSFULL on the
IIS machine facilitate connections moreso than just MDAC 2.7 SP1 on the IIS
machine?

Thanks for your help!

MTI

""Bas Kersten [MSFT]"" <bask (AT) online (DOT) microsoft.com> wrote

Quote:
Hi,

Make sure you have the updated provider for Analysis Services installed on
the
IIS server. In the older version of the provider the SSPI was not
supported. Use the PTSFULL.EXE of sp3 of Analysis on this server to see if
the problem goes
away.

PTSfull.exe will upgrade pts and will install mdac2.7, PTSlite will only
upgrade PTS.

HTH,
Bas

"This posting is provided "AS IS" with no warranties, and confers no
rights."




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.