Wednesday, March 28, 2012
Need Help !- [Apply] & [OK] buttons wont work in Report Manager
security or config changes.
When i click on them nothing at all happens.Do you have anonymous access enabled for the website. Report Manager does
not allow any administrative type functionality as anonymous.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"David J. Cartwright" <davidcartwright@.hotmail.com> wrote in message
news:eaBXkQ84FHA.1864@.TK2MSFTNGP12.phx.gbl...
> After installing RS, none of the [OK] or {apply] buttons work to make any
> security or config changes.
> When i click on them nothing at all happens.
>
>|||No Anonymous allowed.
As a last troubleshooting step i did a default install of IIS, enabled
ASP.Net, Installed RS. Installed RS SP
I am running RS 2000, on Windows 2003
I need to make this work, anu other ideas ?
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:uUDCIr84FHA.3416@.TK2MSFTNGP15.phx.gbl...
> Do you have anonymous access enabled for the website. Report Manager does
> not allow any administrative type functionality as anonymous.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "David J. Cartwright" <davidcartwright@.hotmail.com> wrote in message
> news:eaBXkQ84FHA.1864@.TK2MSFTNGP12.phx.gbl...
>> After installing RS, none of the [OK] or {apply] buttons work to make any
>> security or config changes.
>> When i click on them nothing at all happens.
>>
>|||By default the only user that has these rights have to be part of the
administors group on the server (the local group). You can have other
local/domain groups with a role to do this but you need to do it. Have you
tried from the server logged in as administrator (or as someone in the
administrators group?)
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"David J. Cartwright" <davidcartwright@.hotmail.com> wrote in message
news:OA4GFv84FHA.2616@.TK2MSFTNGP12.phx.gbl...
> No Anonymous allowed.
> As a last troubleshooting step i did a default install of IIS, enabled
> ASP.Net, Installed RS. Installed RS SP
> I am running RS 2000, on Windows 2003
> I need to make this work, anu other ideas ?
> "Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
> news:uUDCIr84FHA.3416@.TK2MSFTNGP15.phx.gbl...
>> Do you have anonymous access enabled for the website. Report Manager does
>> not allow any administrative type functionality as anonymous.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>> "David J. Cartwright" <davidcartwright@.hotmail.com> wrote in message
>> news:eaBXkQ84FHA.1864@.TK2MSFTNGP12.phx.gbl...
>> After installing RS, none of the [OK] or {apply] buttons work to make
>> any security or config changes.
>> When i click on them nothing at all happens.
>>
>>
>|||I had the same problem and here's what I did to fix it. Apparently, my
IIS was configured so that the ASP_NET's webuivalidation.js wasn't able
to load. This somehow prevented any of the buttons on the ReportServer
to work.
And I fixed it based on the same advice given to you by Bruce here. I
think what he means you should TURN ON Anonymous access.
Give this a try...see if you can point your browser to:
http://your-root/aspnet_client/system_web/1_1_4322/WebUIValidation.js
and see if you can see it. (assuming you're using the same version
ASP.NET I am).
I fixed it by going into my IIS settings -> Directory Security -> and
checking the box "Anonymous Access."
David J. Cartwright wrote:
> No Anonymous allowed.
> As a last troubleshooting step i did a default install of IIS, enabled
> ASP.Net, Installed RS. Installed RS SP
> I am running RS 2000, on Windows 2003
> I need to make this work, anu other ideas ?
> "Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
> news:uUDCIr84FHA.3416@.TK2MSFTNGP15.phx.gbl...
>>Do you have anonymous access enabled for the website. Report Manager does
>>not allow any administrative type functionality as anonymous.
>>
>>--
>>Bruce Loehle-Conger
>>MVP SQL Server Reporting Services
>>"David J. Cartwright" <davidcartwright@.hotmail.com> wrote in message
>>news:eaBXkQ84FHA.1864@.TK2MSFTNGP12.phx.gbl...
>>After installing RS, none of the [OK] or {apply] buttons work to make any
>>security or config changes.
>>When i click on them nothing at all happens.
>>
>>
>
Monday, February 20, 2012
Navigation buttons Dimmed
Anyone know why my navigation buttons on my reports is always dimmed so that I can only see the very first page of every report? I even spent some time with a Microsoft SQL Server engineer trying to figure this one out and he wasn't able to figure out why?
I tried to attach a picture but I guess pictures aren't allowed. The first page, previous page, next page and last page buttons displayed as arrows on the top left of the reports are always dimmed on every report even though they have multiple pages.
Has this happened to anyone and how did you get it fixed?
Thanks
Anybody?|||Hello,
Between the navigation buttons, does it show "1 of 1", or does it show the actual page count for the second number? Can you manually type in another page number and navigate that way?
Jarret
|||It's completely dimmed. In other words, I can't even type in a page number. It says "of 0". To make it even more interesting, if I go to the report from http://machineName/reportserver instead of http://machineName/reports; it works fine. There are 44 pages.
This has got me completely baffled.
|||Bump. I guess I'm going to have to use another of my MSDN phone incidences? I guess no one else has run into this problem?Navigation buttons
Is there a way to add the navigation bar with next page, previous page etc buttons at the bottom of the report. If the report is long the users dont want to scoll up to click on next page.
There is no easy way to accomplish this. It can not be done in Report Manager. If you are writing your own web app you could do this by writing your own tool bar, but it would require quite a bit of code.|||Thank you Daniel.