trying to get report action to run in cube.
- From: drolaw <drlaw@xxxxxxx>
- Date: Thu, 15 May 2008 13:53:49 -0700 (PDT)
Hello,
This is the first time I have tried to use a report action and I
cannot get the report to show in the browser. My setup is windows xp
professional sp2 using SQL Server 2005 SP2.
I have an SSAS cube set up and running perfectly. What I would
like to do is have users click on the product category and have a
report displayed to them indicating the pricing history for that
category. The report is running through SSRS on the same machine. I
have configured the reporting action to pass in a single parameter
called 'Category', with the parameter value defined as follows.
[DIM PRODUCT].[Category].CurrentMember.Name
the URL it kicks out when the user clicks on the report appears to be
correct.
http://localhost/ReportServer/CategoryActionTest?Category=APPLES&rs:Command=Render&rs:Renderer=HTML5
However, I keep getting this error
Reporting Services Error
--------------------------------------------------------------------------------
An internal error occurred on the report server. See the error log for
more details. (rsInternalError) Get Online Help
The source of the report definition has not been specified
--------------------------------------------------------------------------------
SQL Server Reporting Services
So, looking at the log I get this message
05/15/08 11:57:30, ERROR , SQLDUMPER_UNKNOWN_APP.EXE,
AdjustTokenPrivileges () failed (00000514)
Which isn't exactly descriptive.
Anyway, I have googled extensively to no avail. Running profiler
indicates that the report appears to be running under the ASPNET
account when I'm running it from the designer, so I gave that account
browser permission in SSRS, but that doesn't appear to make any
difference.
It would appear that this is some sort of permissions issue, but I'm
stumped as to where it is. Is it the report, IIS, SSRS? I have
attempted to configure security for all of them, but nothing seems to
make any difference.
Alternatively, it may be that the URL is incorrect, but that doesn't
appear to be the case.
Anyway, if anyone has any ideas I'm happy to hear them.
Thanks,
Dave
.
- Prev by Date: Re: Unable to use UDF
- Next by Date: Re: how to filter rows in MDX ?
- Previous by thread: how to filter rows in MDX ?
- Next by thread: Excel and AS 2005 Drillthrough strange results
- Index(es):
Relevant Pages
|