![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've defined a few permission groups to a cube. Now I'm trying to view the cube via ASP, which connects and displays data when on viewing the webpage from the server *OR* on any PC which has a user logged in with Administrator rights. If i go to another, non-Administrator-rights box, the page errors, stating the Cube not available. I can not give IUSER administrator rights and currently am using windows integrated authentication for IIS validation. I have tried passing a standard userid/password to the connection string, no success. Heard anything as to why OLAP would not accept passed userid/password in this type of security setup? Any other thoughts? |
#3
| |||
| |||
|
|
-----Original Message----- When using http connectivity with NTLM, you only have a few options. 1) You can run IIS and AS on the same machine, in which case, your Windows NT credentials can be used directly. 2) You can run IIS and AS on different machines but in the same domain (which is a requirement), but then you need to either run basic authentication between your client machine and IIS (and pass on the connect string a domain username and pwd to impersonate on the IIS machine) or look at using Windows Kerberos delegation. Basic authentication by far is the more common technique. More on this subject can be find in the following white paper: http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnsql2k/html/sql_datapump.asp Hope that helps. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Mark G" <immy619_97 (AT) yahoo (DOT) com> wrote in message news:71f4c7c2.0407210655.1d5d5c85 (AT) posting (DOT) google.com... I've defined a few permission groups to a cube. Now I'm trying to view the cube via ASP, which connects and displays data when on viewing the webpage from the server *OR* on any PC which has a user logged in with Administrator rights. If i go to another, non-Administrator-rights box, the page errors, stating the Cube not available. I can not give IUSER administrator rights and currently am using windows integrated authentication for IIS validation. I have tried passing a standard userid/password to the connection string, no success. Heard anything as to why OLAP would not accept passed userid/password in this type of security setup? Any other thoughts? . |
#4
| |||
| |||
|
|
Dave - can you elaborate on item 2A - passing username a connect string? Namely, how? I have already been pouring over the article you mention all week - but still have the same problem as the original post. -Chip -----Original Message----- When using http connectivity with NTLM, you only have a few options. 1) You can run IIS and AS on the same machine, in which case, your Windows NT credentials can be used directly. 2) You can run IIS and AS on different machines but in the same domain (which is a requirement), but then you need to either run basic authentication between your client machine and IIS (and pass on the connect string a domain username and pwd to impersonate on the IIS machine) or look at using Windows Kerberos delegation. Basic authentication by far is the more common technique. More on this subject can be find in the following white paper: http://msdn.microsoft.com/library/default.asp? url=/library/en-us/dnsql2k/html/sql_datapump.asp Hope that helps. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Mark G" <immy619_97 (AT) yahoo (DOT) com> wrote in message news:71f4c7c2.0407210655.1d5d5c85 (AT) posting (DOT) google.com... I've defined a few permission groups to a cube. Now I'm trying to view the cube via ASP, which connects and displays data when on viewing the webpage from the server *OR* on any PC which has a user logged in with Administrator rights. If i go to another, non-Administrator-rights box, the page errors, stating the Cube not available. I can not give IUSER administrator rights and currently am using windows integrated authentication for IIS validation. I have tried passing a standard userid/password to the connection string, no success. Heard anything as to why OLAP would not accept passed userid/password in this type of security setup? Any other thoughts? . |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |