Showing posts with label click. Show all posts
Showing posts with label click. Show all posts

Wednesday, March 28, 2012

Need Help !- [Apply] & [OK] buttons wont work in Report Manager

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.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 question

hi all,
i need to add a BACK button to some reports.

I have a report that has a hyperlink to another report. When I click it, I go to that other report, but because I cannot open it into a new page, I got to be able to return somehow to the initial page. In this second report I added a row, I have embedded the picture of a button that reads GOBACK, but for the Navigation property I do not know how to specify navigation to the previous page.

Anybody, any ideas?
thanks,
kowalskyTry javascript:history.go(-1) for a url-based parameter|||Thanks for the tip.

Could you be a littel more specific, though? I don't understand what you mean: what is the synthax for the javascript code? where do i create the url-based parameter?
Right now my second report is already based on a parameter (but this doen't help).
The place where I should try to insert the javascript is probably the Hyperlink action section in the Navigation tab in the button's properties.
Am I close?

Thanks,
kowalsky|||Hi kowalsky,
I haven't tested this, but you should be able to create a new textbox, and under advanced properties add the javascript in the URL navigation section. It should be something like javascript:history.go(-1) to go back a page.
Another solution may be to create a bookmark link with a reference to the page number property.

Navigation of reports

Is it possible to use tree view to display all available reports.
Is it possible to navigate to another report on click event of tree node.Hi,
It is not available, but you can make it using some technique. i.e you can
simulate the tree view using the catalog table where table names are stored
and give an "Action" for jumping to other reports.
Amarnath
"Venkatesh srikanth" wrote:
> Is it possible to use tree view to display all available reports.
> Is it possible to navigate to another report on click event of tree node.|||How to attach Action to tree view.
I tried many option to navigate, Iam not finding any option to navigate to
another Report, Please suggest me
"Amarnath" wrote:
> Hi,
> It is not available, but you can make it using some technique. i.e you can
> simulate the tree view using the catalog table where table names are stored
> and give an "Action" for jumping to other reports.
> Amarnath
> "Venkatesh srikanth" wrote:
> > Is it possible to use tree view to display all available reports.
> > Is it possible to navigate to another report on click event of tree node.|||You can have a dataset using the catalog table which displayes all the report
names.
then on the report layout you can use "action" from the properties of the
table cell.
give "Jump to report". Ofcourse lot of formatting should be done for tree
view.
Amarnath
"Venkatesh srikanth" wrote:
> How to attach Action to tree view.
> I tried many option to navigate, Iam not finding any option to navigate to
> another Report, Please suggest me
> "Amarnath" wrote:
> > Hi,
> > It is not available, but you can make it using some technique. i.e you can
> > simulate the tree view using the catalog table where table names are stored
> > and give an "Action" for jumping to other reports.
> >
> > Amarnath
> >
> > "Venkatesh srikanth" wrote:
> >
> > > Is it possible to use tree view to display all available reports.
> > > Is it possible to navigate to another report on click event of tree node.