T O P I C R E V I E W |
sefer |
Posted - 11/03/2005 : 15:44:39 Hi, i want to disable menus for some user. For example the menu "Design--> Crystal Report" should be disabled.
I tried to create a user -->Admin--> users--> New user (user_mark) and selected only OLAP Report in to the box "selected report types"
-->Writer enabled -->finally ADD -->Logout
if i login with the user_mark, he is allways able to see all other menus in design.

thx Sefer |
21 L A T E S T R E P L I E S (Newest First) |
sefer |
Posted - 07/11/2006 : 05:40:11 Hi Igor,
your last hint doesnt work. The user(Admin and Writer unchecked) was able to open the site "manage.aspx", but he couldnt create a folder.
But i solved the problem. I changed in the database "ReportPortal" the column "IsEnabled" in the table "ReportType" to "False" . Now it works, i hope forever. User permission: Only Writer checked!
thank you for help Sefer
|
admin |
Posted - 07/10/2006 : 10:40:27 <div class="MenuItem" onmouseover="this.style.background='white'" onmouseout="this.style.background='buttonface'" onclick="parent.location='../design/manage.aspx'"> <span style="margin-right:4px"><img SRC="../images/folder_open.gif" ALIGN="absmiddle" WIDTH="17" HEIGHT="17"></span> <%=L(127)%> </div> <div class="MenuItem" onmouseover="this.style.background='white'" onmouseout="this.style.background='buttonface'" onclick="parent.location='../design/security.aspx'"> <span style="margin-right:3px"><img SRC="../images/ext/sec.gif" ALIGN="absmiddle" WIDTH="18" HEIGHT="16"></span> <%=L(205)%> </div>
|
sefer |
Posted - 07/08/2006 : 00:13:22 Hi Igor, ich changed menu_design.aspx like yout hint (option 3): [code]
<%@ Page Language="vb" validateRequest="false" AutoEventWireup="false" CodeBehind="Menu_Design.aspx.vb" Inherits="ReportPortal.Menu_Design" %>
<div class="MenuItem" onmouseover="this.style.background='white'" onmouseout="this.style.background='buttonface'" onclick="parent.SelectDesignMenu(9)"> <span style="margin-right:4px"><img SRC="../images/folder_open.gif" ALIGN="absmiddle" WIDTH="17" HEIGHT="17"></span> <%=L(127)%> </div> <div class="MenuItem" onmouseover="this.style.background='white'" onmouseout="this.style.background='buttonface'" onclick="parent.SelectDesignMenu(11)"> <span style="margin-right:3px"><img SRC="../images/ext/sec.gif" ALIGN="absmiddle" WIDTH="18" HEIGHT="16"></span> <%=L(205)%> </div>
[/code]
If i click the security/folder items i get an error and nothing happens!
Any more hints? Sefer |
admin |
Posted - 07/07/2006 : 10:37:24 You are correct "Security" and "Manage Folders" are available only admin and writer. Please try option 3:
Add "Security" and "Manage Folders menu items at the bottom of new Menu_Design.aspx. |
sefer |
Posted - 07/05/2006 : 07:14:00 Hi Igor,
quote:
1) Use your old Menu_Design.aspx.
that doesnt work! The menus are disabled, but if i try to open the site,for example "OWC OLAP REPORT" i get an error something like "the object is not supported".
quote:
2) Stop using Writer checked and specify the report types your "Demo" user should see in the user admin page.
that works, but the menus "Security" and "Manage Folders" are not available. I need them!
Sefer
|
admin |
Posted - 07/03/2006 : 10:09:57 Sefer,
You have two options:
1) Use your old Menu_Design.aspx. 2) Stop using Writer checked and specify the report types your "Demo" user should see in the user admin page.
|
sefer |
Posted - 07/03/2006 : 03:38:09 Hi Igor,
quote: 2.)AND SECOND: If i create a new user "Demo": Writer:unchecked Admin:unchecked Selected Report-type: only OLAP
After login with user "Demo", he is able to see all menus!
this is now fixed in Build 118!!!
But my problem is to disable menus for a Writer, because he should able to manage reports. Before you changed "ReportPortal\Menu_Design.aspx" i were able to delete the menus in this file. Now i dont no how?
If i create a user "Demo", Admin: unchecked Writer:Checked Selected Report-type: only OLAP
"Demo" is allways able to see all reports! Any Idea?
thx Sefer (Build 118)
|
admin |
Posted - 07/03/2006 : 02:47:13 The bug is fixed in the current build 118. |
sefer |
Posted - 07/02/2006 : 05:50:48 Hi Igor,
1.)AT FIRST: you changed this file C:\Inetpub\wwwroot\ReportPortal\Menu_Design.aspx
and therefor i am not able to disable menus!
2.)AND SECOND: If i create a new user "Demo": Writer:unchecked Admin:unchecked Selected Report-type: only OLAP
After login with user "Demo", he is able to see all menus!
thx Sefer (RP 2.1 Build 117) |
sefer |
Posted - 11/29/2005 : 06:09:40 quote: Originally posted by admin
You can try to modify these files:
C:\Inetpub\wwwroot\ReportPortal\Menu_Design.aspx
Hi,
it works!
I deleted for example BAR-Chart-Tree:
If bAdminWriter or Session("UserReportType12") = 1 Then%> <div class="MenuItem" onmouseover="this.style.background='white'" onmouseout="this.style.background='buttonface'" onclick="parent.SelectDesignMenu(22)"> <span style="margin-right:3px"><img SRC="../images/ext/bar.gif" ALIGN="absmiddle" WIDTH="18" HEIGHT="16"></span> Bar Chart Tree </div> <%End If
Nobody is now able to see the Link for Bar-Chart!
I do that only in the beginning. If the user is a litllebit fit with ReportPortal, i will make possible the other Reports like sql or reporting services!
thx for answers Sefer |
admin |
Posted - 11/27/2005 : 22:48:46 You can try to modify these files:
C:\Inetpub\wwwroot\ReportPortal\Menu_Design.aspx C:\Inetpub\wwwroot\ReportPortal\Menu_Admin.aspx |
sefer |
Posted - 11/24/2005 : 00:15:17 If i understand you,
there is no possibilty for a writer to disable some menus!
My problem ist, that RP has a lot of features(reporttypes like SQL or Crystal Reports), but in this moment i need only a few of this menus.
Therefore i wanted to make it a littlebit clearly and disable this menus.
If this is not possible, it will be a god feature for future! thx Sefer |
admin |
Posted - 11/23/2005 : 20:08:08 Only writer or administrator can create new folders. However, there is a new planned feature: "Private views folder for each user”
http://www.reportportal.com/nextFeatures.asp
|
sefer |
Posted - 11/23/2005 : 07:31:54 Thank you for answer, the user is now able to save reports.
In this case i created (as admin) one folder for the user.
but the user is only able to save the created reports in that one folder! Is their a possibility that the user creates own folders?
Sefer |
admin |
Posted - 11/22/2005 : 21:12:08 To save reports you will need to give your user publisher permission to your folder(s).
Please go to Design > Security. |
sefer |
Posted - 11/22/2005 : 07:46:43 hi,
i unchecked now WRITER and ADMIN. The user has now only acces to the selected reports.
But the user is not able to save created reports.
what can i do to save?
Sefer |
admin |
Posted - 11/21/2005 : 19:08:04 Please make sure that admin and writer checkboxes are unchecked for the user. |
sefer |
Posted - 11/21/2005 : 07:27:27 Hi,
thats strange! RP_92 succesfully installed on WS 2003.
But i am not able again, to disable the menus for a user, who has only rights to write in OLAP-Reports!
But i know it was possible in 89. whats my failure?
My target is, a user(designer) should only design OLAP and OWC reports. Sefer
My Software: ************************ DESKTOP ************* Windows XP Prof. SP2 (German) Visual Studio.Net 2003 (MS.NET Framework 1.1) (German) IIS 5.1 ************************ SERVER ************** Windows Server 2003 SP1 (English) IIS 6.0 ************************ DESKTOP/SERVER ****** MS SQL Server 2000 Standard Edition and SP4 (English) Analysis Server 2000 and SP4 (English) |
admin |
Posted - 11/14/2005 : 19:07:32 Please keep in mind that writer checkbox allows users to see all reports type regardless of report types selected.
http://www.reportportal.com/help/admin_users.htm |
sefer |
Posted - 11/04/2005 : 03:25:46 Build 89 works fine,
i used before Build 83!

thx |
marco |
Posted - 11/04/2005 : 02:13:46 Sefer,
It is the way to let the user have access to one of the existing report types. Maybe toiy should make a role with only OLAP Reports and have a new user and choice the role. It should be working. Did you download the latest build 89 of 3 Nov ?
Regards, Marco |