Cannot connect to OLAP cube when viewing data at lowest dimension via ASP
- From: "rly4444" <rly4444@xxxxxxxxx>
- Date: 25 Aug 2006 11:43:52 -0700
Hi,
I'm getting error message when running MDX query pulling data via ASP
web page from lowest dimension (emp dimension). This same MDX
querystring runs OK via the MDX Sample Application, but errors out when
run via ASP web page. Strange thing is that the MDX querystring will
work from the ASP web page if looking at higher dimension (supervisor
dimension).
WORKER LEVEL MDX QUERY THAT DOESN'T WORK VIA WEB PAGE:
------------------------------------------------------------------------------------------------------------
SELECT {[Measures].[Qualified Units], [Measures].[Qualified Profit],
[Measures].[Qualified Unit Profit]} ON COLUMNS, non empty {[Product
Category Description].Members} ON ROWS FROM MAIN_REPORTING WHERE
([Sales], [Fri 08/18/06], [organization].[supervisor_name],
[emp].[worker_name])
SUPERVISOR LEVEL MDX QUERY THAT WORKS VIA WEB PAGE:
------------------------------------------------------------------------------------------------------
SELECT {[Measures].[Qualified Units], [Measures].[Qualified Profit],
[Measures].[Qualified Unit Profit]} ON COLUMNS, non empty {[Product
Category Description].Members} ON ROWS FROM MAIN_REPORTING WHERE
([Sales], [Fri 08/18/06], [supervisor_name])
I've verified the permissions to the cube MAIN_REPORTING and "Everyone"
and "NT Authority/Anonymous Logon" has unrestricted permissions to all
the dimensions and measures in the cube. Again, the worker level MDX
query works on the MDX Sample App, but not via the web page while the
supervisor level MDX query works on the web page.
Have tried searching through newsgroups but haven't found anything that
will work. Appreciate any help/insight anyone can give me.
Thanks,
Randy Ly
rly4444@xxxxxxxxx
.
- Follow-Ups:
- Prev by Date: Re: VS.NET Web Control for B.I., XML/A problem
- Next by Date: Re: Cannot connect to OLAP cube when viewing data at lowest dimension via ASP
- Previous by thread: strange measures order in excel table
- Next by thread: Re: Cannot connect to OLAP cube when viewing data at lowest dimension via ASP
- Index(es):
Relevant Pages
|