dbTalk Databases Forums  

AS / PTS

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


Discuss AS / PTS in the microsoft.public.sqlserver.olap forum.



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

Default AS / PTS - 12-23-2004 , 04:59 AM






Hello,

Our project is to do HTTP reporting on an AS cube, using PTS and dynamical
tables.
Our environment is: SQL server 2K on a windows 2k advanced server. We have
no domain, IIS 5. Clients are using win2k pro or Winxp pro + excel 2003. All
clients have latest PTS / MDAC / OWC.
We tried HTML and ASP pages. The problem is that when the clients are trying
to hit AS, we get an error message either stating that we dont have the
rights to access the cube, or that the cube we are trying to access is non
existant (which i know is false).

Im pretty sure the problem is due to authentification. IIS send the
IUSR_<machine name> user to AS. This user is refused. I created a "cube"
group in local users on the server, giving that group all kind of rights and
putting inside the NT AUTHORITY\ANONYMOUS LOGON + IUSR + everybody. Created a
server role in AS with those users. Nothing work.

Any kind of help would be appreciated

Thanks

Reply With Quote
  #2  
Old   
stevefromoz via SQLMonster.com
 
Posts: n/a

Default Re: AS / PTS - 12-23-2004 , 05:08 PM






is IIS and AS on the same machine? Are you using direct conxn or the small asp page supplied with AS? It could be that you can't pass the crednetials over more than 1 hop.

--
Message posted via http://www.sqlmonster.com

Reply With Quote
  #3  
Old   
Nestor
 
Posts: n/a

Default Re: AS / PTS - 12-23-2004 , 10:28 PM



Check that the file "msolap.asp" is present in your virtual directory as set
up in your IIS. Without this file you can't use the HTTP protocol to access
AS's cubes.

Nestor




"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello,

Our project is to do HTTP reporting on an AS cube, using PTS and dynamical
tables.
Our environment is: SQL server 2K on a windows 2k advanced server. We have
no domain, IIS 5. Clients are using win2k pro or Winxp pro + excel 2003.
All
clients have latest PTS / MDAC / OWC.
We tried HTML and ASP pages. The problem is that when the clients are
trying
to hit AS, we get an error message either stating that we dont have the
rights to access the cube, or that the cube we are trying to access is non
existant (which i know is false).

Im pretty sure the problem is due to authentification. IIS send the
IUSR_<machine name> user to AS. This user is refused. I created a "cube"
group in local users on the server, giving that group all kind of rights
and
putting inside the NT AUTHORITY\ANONYMOUS LOGON + IUSR + everybody.
Created a
server role in AS with those users. Nothing work.

Any kind of help would be appreciated

Thanks



Reply With Quote
  #4  
Old   
Gilles B
 
Posts: n/a

Default Re: AS / PTS - 12-24-2004 , 03:43 AM



We are using direct connexion and IIS and AS are on the same server.
The msolap.asp file is present in c:\inetpub\wwwroot;
c:\inetpub\wwwroot\web_site; \programm files\microsoft as\bin;

Next step is to try and change SQL release are we are using the standard
edition atm. Althought i have seen it work with this release its worth trying
the enterprise edition.

Thanks for the answers anyway, feel free to post any further ideas you could
come with

"Nestor" wrote:

Quote:
Check that the file "msolap.asp" is present in your virtual directory as set
up in your IIS. Without this file you can't use the HTTP protocol to access
AS's cubes.

Nestor




"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote in message
news:0FDDA2EF-4930-45DE-BDDC-88EDF8EFF090 (AT) microsoft (DOT) com...
Hello,

Our project is to do HTTP reporting on an AS cube, using PTS and dynamical
tables.
Our environment is: SQL server 2K on a windows 2k advanced server. We have
no domain, IIS 5. Clients are using win2k pro or Winxp pro + excel 2003.
All
clients have latest PTS / MDAC / OWC.
We tried HTML and ASP pages. The problem is that when the clients are
trying
to hit AS, we get an error message either stating that we dont have the
rights to access the cube, or that the cube we are trying to access is non
existant (which i know is false).

Im pretty sure the problem is due to authentification. IIS send the
IUSR_<machine name> user to AS. This user is refused. I created a "cube"
group in local users on the server, giving that group all kind of rights
and
putting inside the NT AUTHORITY\ANONYMOUS LOGON + IUSR + everybody.
Created a
server role in AS with those users. Nothing work.

Any kind of help would be appreciated

Thanks




Reply With Quote
  #5  
Old   
Nestor
 
Posts: n/a

Default Re: AS / PTS - 12-27-2004 , 10:02 PM



I don't remember SQL2k Standard edition allows HTTP access. Only the
enterprise edition of SQL2k (and developer edition) allows access of AS
cubes through HTTP. I'm quite confident that if you've switched to
Enterprise edition you'll not encounter these problems.

Let me know again if you got it working in Standard edition.


"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote

Quote:
We are using direct connexion and IIS and AS are on the same server.
The msolap.asp file is present in c:\inetpub\wwwroot;
c:\inetpub\wwwroot\web_site; \programm files\microsoft as\bin;

Next step is to try and change SQL release are we are using the standard
edition atm. Althought i have seen it work with this release its worth
trying
the enterprise edition.

Thanks for the answers anyway, feel free to post any further ideas you
could
come with

"Nestor" wrote:

Check that the file "msolap.asp" is present in your virtual directory as
set
up in your IIS. Without this file you can't use the HTTP protocol to
access
AS's cubes.

Nestor




"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote in message
news:0FDDA2EF-4930-45DE-BDDC-88EDF8EFF090 (AT) microsoft (DOT) com...
Hello,

Our project is to do HTTP reporting on an AS cube, using PTS and
dynamical
tables.
Our environment is: SQL server 2K on a windows 2k advanced server. We
have
no domain, IIS 5. Clients are using win2k pro or Winxp pro + excel
2003.
All
clients have latest PTS / MDAC / OWC.
We tried HTML and ASP pages. The problem is that when the clients are
trying
to hit AS, we get an error message either stating that we dont have the
rights to access the cube, or that the cube we are trying to access is
non
existant (which i know is false).

Im pretty sure the problem is due to authentification. IIS send the
IUSR_<machine name> user to AS. This user is refused. I created a
"cube"
group in local users on the server, giving that group all kind of
rights
and
putting inside the NT AUTHORITY\ANONYMOUS LOGON + IUSR + everybody.
Created a
server role in AS with those users. Nothing work.

Any kind of help would be appreciated

Thanks






Reply With Quote
  #6  
Old   
Gilles B
 
Posts: n/a

Default Re: AS / PTS - 12-28-2004 , 04:21 AM



I know for a fact this can work with the standard edition as the guys doing
the sql part for us made it work at their office.
However, they have a more conventional network as they use microsoft's
domain approbations.

At the moment, im still waiting on my enterprise CD, will keep you informed
if it fixes it.

Anyway, thanks for answering

"Nestor" wrote:

Quote:
I don't remember SQL2k Standard edition allows HTTP access. Only the
enterprise edition of SQL2k (and developer edition) allows access of AS
cubes through HTTP. I'm quite confident that if you've switched to
Enterprise edition you'll not encounter these problems.

Let me know again if you got it working in Standard edition.


"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote in message
news:C7724A80-D55E-4202-8646-EC8B37933A6C (AT) microsoft (DOT) com...
We are using direct connexion and IIS and AS are on the same server.
The msolap.asp file is present in c:\inetpub\wwwroot;
c:\inetpub\wwwroot\web_site; \programm files\microsoft as\bin;

Next step is to try and change SQL release are we are using the standard
edition atm. Althought i have seen it work with this release its worth
trying
the enterprise edition.

Thanks for the answers anyway, feel free to post any further ideas you
could
come with

"Nestor" wrote:

Check that the file "msolap.asp" is present in your virtual directory as
set
up in your IIS. Without this file you can't use the HTTP protocol to
access
AS's cubes.

Nestor




"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote in message
news:0FDDA2EF-4930-45DE-BDDC-88EDF8EFF090 (AT) microsoft (DOT) com...
Hello,

Our project is to do HTTP reporting on an AS cube, using PTS and
dynamical
tables.
Our environment is: SQL server 2K on a windows 2k advanced server. We
have
no domain, IIS 5. Clients are using win2k pro or Winxp pro + excel
2003.
All
clients have latest PTS / MDAC / OWC.
We tried HTML and ASP pages. The problem is that when the clients are
trying
to hit AS, we get an error message either stating that we dont have the
rights to access the cube, or that the cube we are trying to access is
non
existant (which i know is false).

Im pretty sure the problem is due to authentification. IIS send the
IUSR_<machine name> user to AS. This user is refused. I created a
"cube"
group in local users on the server, giving that group all kind of
rights
and
putting inside the NT AUTHORITY\ANONYMOUS LOGON + IUSR + everybody.
Created a
server role in AS with those users. Nothing work.

Any kind of help would be appreciated

Thanks







Reply With Quote
  #7  
Old   
 
Posts: n/a

Default Re: AS / PTS - 12-28-2004 , 01:45 PM



I was pretty sure that only enterprise edition would allow this.

-aaron


"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote

Quote:
I know for a fact this can work with the standard edition as the guys
doing
the sql part for us made it work at their office.
However, they have a more conventional network as they use microsoft's
domain approbations.

At the moment, im still waiting on my enterprise CD, will keep you
informed
if it fixes it.

Anyway, thanks for answering

"Nestor" wrote:

I don't remember SQL2k Standard edition allows HTTP access. Only the
enterprise edition of SQL2k (and developer edition) allows access of AS
cubes through HTTP. I'm quite confident that if you've switched to
Enterprise edition you'll not encounter these problems.

Let me know again if you got it working in Standard edition.


"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote in message
news:C7724A80-D55E-4202-8646-EC8B37933A6C (AT) microsoft (DOT) com...
We are using direct connexion and IIS and AS are on the same server.
The msolap.asp file is present in c:\inetpub\wwwroot;
c:\inetpub\wwwroot\web_site; \programm files\microsoft as\bin;

Next step is to try and change SQL release are we are using the
standard
edition atm. Althought i have seen it work with this release its worth
trying
the enterprise edition.

Thanks for the answers anyway, feel free to post any further ideas you
could
come with

"Nestor" wrote:

Check that the file "msolap.asp" is present in your virtual directory
as
set
up in your IIS. Without this file you can't use the HTTP protocol to
access
AS's cubes.

Nestor




"Gilles B" <GillesB (AT) discussions (DOT) microsoft.com> wrote in message
news:0FDDA2EF-4930-45DE-BDDC-88EDF8EFF090 (AT) microsoft (DOT) com...
Hello,

Our project is to do HTTP reporting on an AS cube, using PTS and
dynamical
tables.
Our environment is: SQL server 2K on a windows 2k advanced server.
We
have
no domain, IIS 5. Clients are using win2k pro or Winxp pro + excel
2003.
All
clients have latest PTS / MDAC / OWC.
We tried HTML and ASP pages. The problem is that when the clients
are
trying
to hit AS, we get an error message either stating that we dont have
the
rights to access the cube, or that the cube we are trying to access
is
non
existant (which i know is false).

Im pretty sure the problem is due to authentification. IIS send the
IUSR_<machine name> user to AS. This user is refused. I created a
"cube"
group in local users on the server, giving that group all kind of
rights
and
putting inside the NT AUTHORITY\ANONYMOUS LOGON + IUSR + everybody.
Created a
server role in AS with those users. Nothing work.

Any kind of help would be appreciated

Thanks









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.