![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
do you use 2 servers and the NTLM authentication? if yes, search to setup the kerberos delegation (search "iis kerberos" on the MS web site) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152565582.238143.170130 (AT) m73g2000cwd (DOT) googlegroups.com... I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000", pointing to a cube in the catalog. What´s wrong? |
#4
| |||
| |||
|
|
do you use 2 servers and the NTLM authentication? if yes, search to setup the kerberos delegation (search "iis kerberos" on the MS web site) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152565582.238143.170130 (AT) m73g2000cwd (DOT) googlegroups.com... I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000", pointing to a cube in the catalog. What´s wrong? |
#5
| |||
| |||
|
|
Cellsetgrid use the ADOMD.Net API to access the cubes. if you can't connect it to your cube server is more a security and/or authentication issue. can you explain your environement? have you 2 separated servers? (1web, 1olap) do you use AS2000 or AS2005? do you use NTLM or basic authentication? have you activated the impersonation in the web.config file of your web application? Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152615875.045059.193050 (AT) 35g2000cwc (DOT) googlegroups.com... Jeje wrote: do you use 2 servers and the NTLM authentication? if yes, search to setup the kerberos delegation (search "iis kerberos" on the MS web site) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152565582.238143.170130 (AT) m73g2000cwd (DOT) googlegroups.com... I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000", pointing to a cube in the catalog. What´s wrong? I´m running it in the Visual Studio Server. I´ve found it two days ago on the web and liked it too much. I´m trying to understanding how it works for using it later. |
#6
| |||
| |||
|
|
Cellsetgrid use the ADOMD.Net API to access the cubes. if you can't connect it to your cube server is more a security and/or authentication issue. can you explain your environement? have you 2 separated servers? (1web, 1olap) do you use AS2000 or AS2005? do you use NTLM or basic authentication? have you activated the impersonation in the web.config file of your web application? Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152615875.045059.193050 (AT) 35g2000cwc (DOT) googlegroups.com... Jeje wrote: do you use 2 servers and the NTLM authentication? if yes, search to setup the kerberos delegation (search "iis kerberos" on the MS web site) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152565582.238143.170130 (AT) m73g2000cwd (DOT) googlegroups.com... I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000", pointing to a cube in the catalog. What´s wrong? I´m running it in the Visual Studio Server. I´ve found it two days ago on the web and liked it too much. I´m trying to understanding how it works for using it later. |
#7
| |||
| |||
|
|
try to add this option in the connection string: connectto=8.0 this option force the API to access the server using a direct connection,if not specified, the system try to access the server using the HTTP connection. Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152644943.711576.314460 (AT) 35g2000cwc (DOT) googlegroups.com... Yes - I have 2 servers. I use AS2000 and basic authentication. Yes, for the last question. identity impersonate="true"/ Is there any problem if I am using .net framework 2.0? Jéjé wrote: Cellsetgrid use the ADOMD.Net API to access the cubes. if you can't connect it to your cube server is more a security and/or authentication issue. can you explain your environement? have you 2 separated servers? (1web, 1olap) do you use AS2000 or AS2005? do you use NTLM or basic authentication? have you activated the impersonation in the web.config file of your web application? Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152615875.045059.193050 (AT) 35g2000cwc (DOT) googlegroups.com... Jeje wrote: do you use 2 servers and the NTLM authentication? if yes, search to setup the kerberos delegation (search "iis kerberos" on the MS web site) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152565582.238143.170130 (AT) m73g2000cwd (DOT) googlegroups.com... I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000", pointing to a cube in the catalog. What´s wrong? I´m running it in the Visual Studio Server. I´ve found it two days ago on the web and liked it too much. I´m trying to understanding how it works for using it later. |
#8
| |||
| |||
|
|
I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000", pointing to a cube in the catalog. What´s wrong? |
#9
| |||
| |||
|
|
try to add this option in the connection string: connectto=8.0 this option force the API to access the server using a direct connection, if not specified, the system try to access the server using the HTTP connection. Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152644943.711576.314460 (AT) 35g2000cwc (DOT) googlegroups.com... Yes - I have 2 servers. I use AS2000 and basic authentication. Yes, for the last question. identity impersonate="true"/ Is there any problem if I am using .net framework 2.0? Jéjé wrote: Cellsetgrid use the ADOMD.Net API to access the cubes. if you can't connect it to your cube server is more a security and/or authentication issue. can you explain your environement? have you 2 separated servers? (1web, 1olap) do you use AS2000 or AS2005? do you use NTLM or basic authentication? have you activated the impersonation in the web.config file of your web application? Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152615875.045059.193050 (AT) 35g2000cwc (DOT) googlegroups.com... Jeje wrote: do you use 2 servers and the NTLM authentication? if yes, search to setup the kerberos delegation (search "iis kerberos" on the MS web site) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152565582.238143.170130 (AT) m73g2000cwd (DOT) googlegroups.com... I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000", pointing to a cube in the catalog. What´s wrong? I´m running it in the Visual Studio Server. I´ve found it two days ago on the web and liked it too much. I´m trying to understanding how it works for using it later. |
#10
| |||
| |||
|
|
mmm... its difficult to say something. I know that cellsetgrid has problems with IE7 can you, at least, display the metadata? (dimension list and level list) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152650532.931200.114250 (AT) h48g2000cwc (DOT) googlegroups.com... Well! It works! One more question, the connection is ok, but it was unable to open my cube. Why? My cube is too large? Is there any limit to open a cube? Jéjé wrote: try to add this option in the connection string: connectto=8.0 this option force the API to access the server using a direct connection, if not specified, the system try to access the server using the HTTP connection. Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152644943.711576.314460 (AT) 35g2000cwc (DOT) googlegroups.com... Yes - I have 2 servers. I use AS2000 and basic authentication. Yes, for the last question. identity impersonate="true"/ Is there any problem if I am using .net framework 2.0? Jéjé wrote: Cellsetgrid use the ADOMD.Net API to access the cubes. if you can't connect it to your cube server is more a security and/or authentication issue. can you explain your environement? have you 2 separated servers? (1web, 1olap) do you use AS2000 or AS2005? do you use NTLM or basic authentication? have you activated the impersonation in the web.config file of your web application? Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152615875.045059.193050 (AT) 35g2000cwc (DOT) googlegroups.com... Jeje wrote: do you use 2 servers and the NTLM authentication? if yes, search to setup the kerberos delegation (search "iis kerberos" on the MS web site) Betydossantos (AT) yahoo (DOT) com.br> wrote in message news:1152565582.238143.170130 (AT) m73g2000cwd (DOT) googlegroups.com... I am using VISUAL STUDIO 2005 and I have followed all steps on the readme file. I dropped a CellSetGrid control on a web page and used this connstring = "Provider=MSOLAP.2;Integrated Security=SSPI;Persist Security Info=False;Data Source=R-FEORVWUG7AJFA;Initial Catalog=CMV_BI;Client Cache Size=25;Auto Synch Period=10000",pointing to a cube in the catalog. What´s wrong? I´m running it in the Visual Studio Server. I´ve found it two days ago on the web and liked it too much. I´m trying to understanding how it works for using it later. |
![]() |
| Thread Tools | |
| Display Modes | |
| |