M
Markus Stehle
Hi all!
I hit some problems that I can't exactly explain and for which I can't find
a suitable solution. I have two asp.net web applications. The first
application is accessed via the local Intranet and uses asp.net dynamic
impersonation together with Intergreted Windows Authentication (IIS). Within
that application I have some pages, that contain pivot tables and
chartspaces that access an OLAP cube. These are fully interactive pages, the
code is written in JavaScript and is executed on client side. The pages are
accessed by different users - some users are members of the local
administrator group on my webserver, the others are just normal users. If a
standard user tries to access the page, the pivottable returns the error
"Database MyDB cannot be found" - if I add the respective user to the
administrator group, there are no problems.
The second web application is accessed via the internet, it uses static
impersonation and the IIS virtual directory allows anonymous access. Within
server side code, I create an instance of a OWC pivottable in order to
access an OLAP cube. When I try to connect, I get an error message "Database
MyDB cannot be found". To solve the problem in this scenario, I found out
that adding the ASPNET account to the local administrator group can solve
the problem.
Can anybody explain me this behavior? Adding the respective users or/and the
ASPNET account is not a suitable solution for me, so I would greatly
appreciate any suggestions. I already gave the ASPNET account full access
rights to the directory containing the OLAP cubes, but with no success.
Thanks
Markus
I hit some problems that I can't exactly explain and for which I can't find
a suitable solution. I have two asp.net web applications. The first
application is accessed via the local Intranet and uses asp.net dynamic
impersonation together with Intergreted Windows Authentication (IIS). Within
that application I have some pages, that contain pivot tables and
chartspaces that access an OLAP cube. These are fully interactive pages, the
code is written in JavaScript and is executed on client side. The pages are
accessed by different users - some users are members of the local
administrator group on my webserver, the others are just normal users. If a
standard user tries to access the page, the pivottable returns the error
"Database MyDB cannot be found" - if I add the respective user to the
administrator group, there are no problems.
The second web application is accessed via the internet, it uses static
impersonation and the IIS virtual directory allows anonymous access. Within
server side code, I create an instance of a OWC pivottable in order to
access an OLAP cube. When I try to connect, I get an error message "Database
MyDB cannot be found". To solve the problem in this scenario, I found out
that adding the ASPNET account to the local administrator group can solve
the problem.
Can anybody explain me this behavior? Adding the respective users or/and the
ASPNET account is not a suitable solution for me, so I would greatly
appreciate any suggestions. I already gave the ASPNET account full access
rights to the directory containing the OLAP cubes, but with no success.
Thanks
Markus