I have started work on JasperServer community edition for my client.

The problem I face is

  1. After creating a new role eg "TEST_ROLE"
  2. Creating a new user "LADY_GAGA" and assigning the user role as "TEST_ROLE"

I am getting an error that states

"You do not have permission to view this page.

Please contact your system administrator or log in as a user with permission."

Please help. I have also assigned the role "TEST_ROLE" its properties such as read, write, delete, access. Am I doing something wrong while assigning or creating a role. You help would be greatly appreciated.

Thank you

link|improve this question

Did you try to see that page wşth admin account?Can you ensure that you log in to the system as administrator? – RoboLover Apr 21 '11 at 11:00
1  
Yes I did log in whilst I was logged in as Superuser. I have logged in as jasperadmin and also as a superuser. But still I get the same problem. I followed the documentation while creating ROLES and assigning its properties. Is there something else that I should do ? – Vinoth Apr 21 '11 at 11:05
feedback

2 Answers

up vote 1 down vote accepted

Figured this one out !

Every user must be assigned a minimal role of "ROLE_USER" and then any other role created and defined by you.

link|improve this answer
I had the same problem and this solved it :-) The thing is my goal was to have a role that granted the user access to only a reduced set of reports. If I assign the user also the role of ROLE_USER then he gets the same access every normal user gets, so it's no use. Any ideas about how can I get this done? – ABCDE Sep 12 '11 at 11:25
feedback

I had the same problem, in http://www.jaspersoft.com/how-set-role-based-jasperserver-home-pages no explain assigned ROLE_USER .

That means that the management of permissions for the TEST_ROL are immune to ROL_USER, which means you can not have a personal ROLE

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.