![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've installed CellSetGrid project on my PC (with NET framework 2.0), then i've added CellSetGrid.dll as a toolbox item in a web site project. I've dropped CellSetGrid control in a blank default.aspx page I ' ve added following connectionstring and cube name in the connection section of control properties, to connect Analysis Service 2005: ConnectTo=9.0; Provider=MSOLAP.3;username= "NERVIANOMS\gogligi0" and pwd= "XXXXXXX";Integrated Security=SSPI; Persist Security Info=True;Data Source=NERAPPS17;Initial Catalog=NtsCube_24Aug2006 I receive from IE 6.0 an error message simply saying "error" and control remains empty. Can enyone help me ? Thanks in advance GG |
#3
| |||
| |||
|
|
you can't use a login/password in a connectionstring until you use the HTTP XML/A access. only windows authentication can be used for a direct access to the server. so the username & pwd are not required. if your web application use the impersonation (in the <identity> tag of the web.config file) then the logged user account will be used to access the cube if the impersonation is disabled, then the identity of the IIS application pool will be used (or the login name / pwd specified in the <identity> tag) if you use 2 servers (1 for IIS 1 for SSAS) and you want to use the windows NT account to authenticate the user, then you have to use an active directory and the kerberos delegation. else you can use the basic authentication instead of the NTLM authentication. searcj on the MS web site for "Kerberos IIS" and you'll have some procedures and details. "gogliogi" <gianluigi.goglio (AT) nervianoms (DOT) com> wrote in message news:1158658887.101104.229970 (AT) m73g2000cwd (DOT) googlegroups.com... I've installed CellSetGrid project on my PC (with NET framework 2.0), then i've added CellSetGrid.dll as a toolbox item in a web site project. I've dropped CellSetGrid control in a blank default.aspx page I ' ve added following connectionstring and cube name in the connection section of control properties, to connect Analysis Service 2005: ConnectTo=9.0; Provider=MSOLAP.3;username= "NERVIANOMS\gogligi0" and pwd= "XXXXXXX";Integrated Security=SSPI; Persist Security Info=True;Data Source=NERAPPS17;Initial Catalog=NtsCube_24Aug2006 I receive from IE 6.0 an error message simply saying "error" and control remains empty. Can enyone help me ? Thanks in advance GG Thanks Jéjé, |
#4
| |||
| |||
|
|
you can't use a login/password in a connectionstring until you use the HTTP XML/A access. only windows authentication can be used for a direct access to the server. so the username & pwd are not required. if your web application use the impersonation (in the <identity> tag of the web.config file) then the logged user account will be used to access the cube if the impersonation is disabled, then the identity of the IIS application pool will be used (or the login name / pwd specified in the <identity tag) if you use 2 servers (1 for IIS 1 for SSAS) and you want to use the windows NT account to authenticate the user, then you have to use an active directory and the kerberos delegation. else you can use the basic authentication instead of the NTLM authentication. searcj on the MS web site for "Kerberos IIS" and you'll have some procedures and details. "gogliogi" <gianluigi.goglio (AT) nervianoms (DOT) com> wrote in message news:1158658887.101104.229970 (AT) m73g2000cwd (DOT) googlegroups.com... I've installed CellSetGrid project on my PC (with NET framework 2.0), then i've added CellSetGrid.dll as a toolbox item in a web site project. I've dropped CellSetGrid control in a blank default.aspx page I ' ve added following connectionstring and cube name in the connection section of control properties, to connect Analysis Service 2005: ConnectTo=9.0; Provider=MSOLAP.3;username= "NERVIANOMS\gogligi0" and pwd= "XXXXXXX";Integrated Security=SSPI; Persist Security Info=True;Data Source=NERAPPS17;Initial Catalog=NtsCube_24Aug2006 I receive from IE 6.0 an error message simply saying "error" and control remains empty. Can enyone help me ? Thanks in advance GG Thanks Jéjé, |
#5
| |||
| |||
|
|
have you defiend a role in the dtabase and associated some users in the membership? (and also give access to the GFS cube through this role) "gogliogi" <gianluigi.goglio (AT) nervianoms (DOT) com> wrote in message news:1158673677.672357.19050 (AT) m7g2000cwm (DOT) googlegroups.com... Jéjé ha scritto: you can't use a login/password in a connectionstring until you use the HTTP XML/A access. only windows authentication can be used for a direct access to the server. so the username & pwd are not required. if your web application use the impersonation (in the <identity> tag of the web.config file) then the logged user account will be used to access the cube if the impersonation is disabled, then the identity of the IIS application pool will be used (or the login name / pwd specified in the <identity tag) if you use 2 servers (1 for IIS 1 for SSAS) and you want to use the windows NT account to authenticate the user, then you have to use an active directory and the kerberos delegation. else you can use the basic authentication instead of the NTLM authentication. searcj on the MS web site for "Kerberos IIS" and you'll have some procedures and details. "gogliogi" <gianluigi.goglio (AT) nervianoms (DOT) com> wrote in message news:1158658887.101104.229970 (AT) m73g2000cwd (DOT) googlegroups.com... I've installed CellSetGrid project on my PC (with NET framework 2.0), then i've added CellSetGrid.dll as a toolbox item in a web site project. I've dropped CellSetGrid control in a blank default.aspx page I ' ve added following connectionstring and cube name in the connection section of control properties, to connect Analysis Service 2005: ConnectTo=9.0; Provider=MSOLAP.3;username= "NERVIANOMS\gogligi0" and pwd= "XXXXXXX";Integrated Security=SSPI; Persist Security Info=True;Data Source=NERAPPS17;Initial Catalog=NtsCube_24Aug2006 I receive from IE 6.0 an error message simply saying "error" and control remains empty. Can enyone help me ? Thanks in advance GG Thanks Jéjé, I used string Provider=MSOLAP.3;Integrated Security=SSPI;Persist Security Info=False;Data Source=NERAPPS17 without username/password and it seems to work (by the way, I use 1 server for IIS and SSAS), but now it appears message which says "Cube 'Gfs' does not exist" Gfs is My cube name I wrote "Gfs" as cube name in the connection section of the control properties. What's wrong ? I use same domain user to access cube within SSAS. Thanks GG |
#6
| |||
| |||
|
|
have you defiend a role in the dtabase and associated some users in the membership? (and also give access to the GFS cube through this role) "gogliogi" <gianluigi.goglio (AT) nervianoms (DOT) com> wrote in message news:1158673677.672357.19050 (AT) m7g2000cwm (DOT) googlegroups.com... Jéjé ha scritto: you can't use a login/password in a connectionstring until you use the HTTP XML/A access. only windows authentication can be used for a direct access to the server. so the username & pwd are not required. if your web application use the impersonation (in the <identity> tag of the web.config file) then the logged user account will be used to access the cube if the impersonation is disabled, then the identity of the IIS application pool will be used (or the login name / pwd specified in the <identity tag) if you use 2 servers (1 for IIS 1 for SSAS) and you want to use the windows NT account to authenticate the user, then you have to use an active directory and the kerberos delegation. else you can use the basic authentication instead of the NTLM authentication. searcj on the MS web site for "Kerberos IIS" and you'll have some procedures and details. "gogliogi" <gianluigi.goglio (AT) nervianoms (DOT) com> wrote in message news:1158658887.101104.229970 (AT) m73g2000cwd (DOT) googlegroups.com... I've installed CellSetGrid project on my PC (with NET framework 2.0), then i've added CellSetGrid.dll as a toolbox item in a web site project. I've dropped CellSetGrid control in a blank default.aspx page I ' ve added following connectionstring and cube name in the connection section of control properties, to connect Analysis Service 2005: ConnectTo=9.0; Provider=MSOLAP.3;username= "NERVIANOMS\gogligi0" and pwd= "XXXXXXX";Integrated Security=SSPI; Persist Security Info=True;Data Source=NERAPPS17;Initial Catalog=NtsCube_24Aug2006 I receive from IE 6.0 an error message simply saying "error" and control remains empty. Can enyone help me ? Thanks in advance GG Thanks Jéjé, I used string Provider=MSOLAP.3;Integrated Security=SSPI;Persist Security Info=False;Data Source=NERAPPS17 without username/password and it seems to work (by the way, I use 1 server for IIS and SSAS), but now it appears message which says "Cube 'Gfs' does not exist" Gfs is My cube name I wrote "Gfs" as cube name in the connection section of the control properties. What's wrong ? I use same domain user to access cube within SSAS. Thanks GG |
![]() |
| Thread Tools | |
| Display Modes | |
| |