![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
There are no users or roles restriction configured on the OLAP Database. Has anyone come across this kind of problem. |
#3
| |||
| |||
|
|
Hello, Using the following code, I am unable to connect to any OLAP database other than "FoodMart 2000" which comes by default with the Analysis server. I am using a simple .asp page for the same. Interestingly the same code works fine when I am connecting through VB application forms for all the database. There are no users or roles restriction configured on the OLAP Database. Has anyone come across this kind of problem. Please help Code -- % szServer = "10.1.11.111" szDatabase = "Tutorial" ' create and open ADODB Connection set C = Server.CreateObject("ADODB.Connection") C.Provider = "msolap.2" C.Open "provider=msolap.2;data source=" & szServer & ";user id=;password=;Connect timeout=120;Initial catalog=" & szDatabase Response.Write ("Connection done succesfully") % Thank you Shirish |
#4
| |||
| |||
|
|
I think you have a permission problem. you should : 1.)right click to your cube -->manage roles 2.)new 3.)rolename: role_everyone 4.)ADD:everybody(all users) 5.)cubes: check all 6.)thats all if this doesnt work for your cube then there are another problem. best regards Sefer |
![]() |
| Thread Tools | |
| Display Modes | |
| |