dbTalk Databases Forums  

connecting to Cube

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


Discuss connecting to Cube in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Anatoli
 
Posts: n/a

Default connecting to Cube - 05-23-2006 , 06:51 PM






I've run into a problem with connecting directly via excel 2003 to my cubes
for some users external to my domain.

We're using AS2000 std edition, so http is not an option.

Internal to our domain, there are no issues with connecting to the cubes,
however external to our domain, it's hit and miss.

We've created domain accounts for external users to connect to AS2000. From
home, I have no problems at all connecting to the cubes. As does a few other
customers of ours, however our head office, on a seperate domain, cannot
connect at all.

When some external users attempt to connect to the cubes, they open the data
connection wizard and input the ip address of the correct server, then select
'Use the following username and password' and provide the correct
credentials, however the security logs shows that their host domain
credentials are being passed and not what they inputted.

Can anyone tell me where I need to look to resolve this issue?

Regards,

Anatoli

Reply With Quote
  #2  
Old   
=?Utf-8?B?QW5hdG9saQ==?=
 
Posts: n/a

Default RE: connecting to Cube - 05-30-2006 , 12:43 AM






I've managed to connect to our AS2000 server from our Head office, however I
logged onto the pc using the local SAM and not onto the domain, established
my VPN and all was well and was able to connect.

"Anatoli" wrote:

Quote:
I've run into a problem with connecting directly via excel 2003 to my cubes
for some users external to my domain.

We're using AS2000 std edition, so http is not an option.

Internal to our domain, there are no issues with connecting to the cubes,
however external to our domain, it's hit and miss.

We've created domain accounts for external users to connect to AS2000. From
home, I have no problems at all connecting to the cubes. As does a few other
customers of ours, however our head office, on a seperate domain, cannot
connect at all.

When some external users attempt to connect to the cubes, they open the data
connection wizard and input the ip address of the correct server, then select
'Use the following username and password' and provide the correct
credentials, however the security logs shows that their host domain
credentials are being passed and not what they inputted.

Can anyone tell me where I need to look to resolve this issue?

Regards,

Anatoli

Reply With Quote
  #3  
Old   
Edward Melomed [MSFT]
 
Posts: n/a

Default Re: connecting to Cube - 05-30-2006 , 05:21 AM



Answering your other question

Analysis Services only support windows authentication when connecting using
TCP/IP.
Specifying username and password as part of the connection string will only
work when connecting using HTTP. IIS will authenticate user using
credentials you pass as a connection string.
You have several options. One is to upgrade to Ent edition of AS2000. The
second option is to upgrade to AS2005. In AS 2005 Std edition supports HTTP
connectivity.

Hope that helps.

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





"Anatoli" <Anatoli (AT) discussions (DOT) microsoft.com> wrote

Quote:
I've run into a problem with connecting directly via excel 2003 to my
cubes
for some users external to my domain.

We're using AS2000 std edition, so http is not an option.

Internal to our domain, there are no issues with connecting to the cubes,
however external to our domain, it's hit and miss.

We've created domain accounts for external users to connect to AS2000.
From
home, I have no problems at all connecting to the cubes. As does a few
other
customers of ours, however our head office, on a seperate domain, cannot
connect at all.

When some external users attempt to connect to the cubes, they open the
data
connection wizard and input the ip address of the correct server, then
select
'Use the following username and password' and provide the correct
credentials, however the security logs shows that their host domain
credentials are being passed and not what they inputted.

Can anyone tell me where I need to look to resolve this issue?

Regards,

Anatoli



Reply With Quote
  #4  
Old   
=?Utf-8?B?QW5hdG9saQ==?=
 
Posts: n/a

Default Re: connecting to Cube - 05-30-2006 , 02:37 PM



Edward,

Can you tell me how I'm able to connect to AS2000 std ed without using http?
I am able to connect from my home domain just fine to all cubes not using
http. We currently only use TCP/IP. Is that indicative of a bug that
shouldn't be happening?

regards,

Anatoli

"Edward Melomed [MSFT]" wrote:

Quote:
Answering your other question

Analysis Services only support windows authentication when connecting using
TCP/IP.
Specifying username and password as part of the connection string will only
work when connecting using HTTP. IIS will authenticate user using
credentials you pass as a connection string.
You have several options. One is to upgrade to Ent edition of AS2000. The
second option is to upgrade to AS2005. In AS 2005 Std edition supports HTTP
connectivity.

Hope that helps.

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





"Anatoli" <Anatoli (AT) discussions (DOT) microsoft.com> wrote in message
news:16C441BB-9B6C-4911-8039-DA3C8740D76A (AT) microsoft (DOT) com...
I've run into a problem with connecting directly via excel 2003 to my
cubes
for some users external to my domain.

We're using AS2000 std edition, so http is not an option.

Internal to our domain, there are no issues with connecting to the cubes,
however external to our domain, it's hit and miss.

We've created domain accounts for external users to connect to AS2000.
From
home, I have no problems at all connecting to the cubes. As does a few
other
customers of ours, however our head office, on a seperate domain, cannot
connect at all.

When some external users attempt to connect to the cubes, they open the
data
connection wizard and input the ip address of the correct server, then
select
'Use the following username and password' and provide the correct
credentials, however the security logs shows that their host domain
credentials are being passed and not what they inputted.

Can anyone tell me where I need to look to resolve this issue?

Regards,

Anatoli




Reply With Quote
  #5  
Old   
Edward Melomed [MSFT]
 
Posts: n/a

Default Re: connecting to Cube - 05-30-2006 , 06:10 PM



There is no magic trick.
AS2000 ( as well as AS2005 ) will allow you to use Windows authentication
only when connecting via TCP/IP.

If you are able to connect to Analysis Server from your machine ( doesn't
matter if you are at home or on the other side of the planet ) that means
Analysis Server was able to verify your identity. That can happen if you are
running some kind of VPN or established some kind trust relationships
between domains.
Cannot claim to be an expert in the way windows authentication works,
Analysis Sever behaving in the same way any other application using Windows
authentication does. There is nothing specific in this case regarding
Analysis Services.

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


"Anatoli" <Anatoli (AT) discussions (DOT) microsoft.com> wrote

Quote:
Edward,

Can you tell me how I'm able to connect to AS2000 std ed without using
http?
I am able to connect from my home domain just fine to all cubes not using
http. We currently only use TCP/IP. Is that indicative of a bug that
shouldn't be happening?

regards,

Anatoli

"Edward Melomed [MSFT]" wrote:

Answering your other question

Analysis Services only support windows authentication when connecting
using
TCP/IP.
Specifying username and password as part of the connection string will
only
work when connecting using HTTP. IIS will authenticate user using
credentials you pass as a connection string.
You have several options. One is to upgrade to Ent edition of AS2000. The
second option is to upgrade to AS2005. In AS 2005 Std edition supports
HTTP
connectivity.

Hope that helps.

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





"Anatoli" <Anatoli (AT) discussions (DOT) microsoft.com> wrote in message
news:16C441BB-9B6C-4911-8039-DA3C8740D76A (AT) microsoft (DOT) com...
I've run into a problem with connecting directly via excel 2003 to my
cubes
for some users external to my domain.

We're using AS2000 std edition, so http is not an option.

Internal to our domain, there are no issues with connecting to the
cubes,
however external to our domain, it's hit and miss.

We've created domain accounts for external users to connect to AS2000.
From
home, I have no problems at all connecting to the cubes. As does a few
other
customers of ours, however our head office, on a seperate domain,
cannot
connect at all.

When some external users attempt to connect to the cubes, they open the
data
connection wizard and input the ip address of the correct server, then
select
'Use the following username and password' and provide the correct
credentials, however the security logs shows that their host domain
credentials are being passed and not what they inputted.

Can anyone tell me where I need to look to resolve this issue?

Regards,

Anatoli






Reply With Quote
  #6  
Old   
=?Utf-8?B?QW5hdG9saQ==?=
 
Posts: n/a

Default Re: connecting to Cube - 05-30-2006 , 06:53 PM



Edward,

Is there someone you can ask about this? I've been chasing my tail to try to
determine which settings are allowing me to connect from home and what might
be preventing the folks at our head office from connecting. We are all using
TCP/IP.

regards,

Anatoli

"Edward Melomed [MSFT]" wrote:

Quote:
There is no magic trick.
AS2000 ( as well as AS2005 ) will allow you to use Windows authentication
only when connecting via TCP/IP.

If you are able to connect to Analysis Server from your machine ( doesn't
matter if you are at home or on the other side of the planet ) that means
Analysis Server was able to verify your identity. That can happen if you are
running some kind of VPN or established some kind trust relationships
between domains.
Cannot claim to be an expert in the way windows authentication works,
Analysis Sever behaving in the same way any other application using Windows
authentication does. There is nothing specific in this case regarding
Analysis Services.

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


"Anatoli" <Anatoli (AT) discussions (DOT) microsoft.com> wrote in message
news:789AC3BB-A2C0-4356-89A0-01CD938AB52F (AT) microsoft (DOT) com...
Edward,

Can you tell me how I'm able to connect to AS2000 std ed without using
http?
I am able to connect from my home domain just fine to all cubes not using
http. We currently only use TCP/IP. Is that indicative of a bug that
shouldn't be happening?

regards,

Anatoli

"Edward Melomed [MSFT]" wrote:

Answering your other question

Analysis Services only support windows authentication when connecting
using
TCP/IP.
Specifying username and password as part of the connection string will
only
work when connecting using HTTP. IIS will authenticate user using
credentials you pass as a connection string.
You have several options. One is to upgrade to Ent edition of AS2000. The
second option is to upgrade to AS2005. In AS 2005 Std edition supports
HTTP
connectivity.

Hope that helps.

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





"Anatoli" <Anatoli (AT) discussions (DOT) microsoft.com> wrote in message
news:16C441BB-9B6C-4911-8039-DA3C8740D76A (AT) microsoft (DOT) com...
I've run into a problem with connecting directly via excel 2003 to my
cubes
for some users external to my domain.

We're using AS2000 std edition, so http is not an option.

Internal to our domain, there are no issues with connecting to the
cubes,
however external to our domain, it's hit and miss.

We've created domain accounts for external users to connect to AS2000.
From
home, I have no problems at all connecting to the cubes. As does a few
other
customers of ours, however our head office, on a seperate domain,
cannot
connect at all.

When some external users attempt to connect to the cubes, they open the
data
connection wizard and input the ip address of the correct server, then
select
'Use the following username and password' and provide the correct
credentials, however the security logs shows that their host domain
credentials are being passed and not what they inputted.

Can anyone tell me where I need to look to resolve this issue?

Regards,

Anatoli







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.