Jump to content
We've recently updated our Privacy Statement, available here ×

mundrameenaxi

Members
  • Posts

    33
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by mundrameenaxi

  1. Try editing actionModel-navigation.xml. You can define here which roles should be able to see what menus. <context name="main_manage_mutton" test="checkAuthenticationRoles" testArgs="ROLE_ADMINISTRATOR> you can add your test condition if a perticular role should not see the users and roles menu. <option labelKey="menu.users" action="primaryNavModule.navigationOption" actionArgs="user"/> <condition test="!banUserRole"> <option labelKey="menu.roles" action="primaryNavModule.navigationOption" actionArgs="role"/> </condition> and then on applicationContext-security.xml you can add your role to whichever flow you want <bean id="flowVoter" class="com.jaspersoft.jasperserver.api.security.FlowRoleAccessVoter"> <property name="flowAccessAttribute" value="FLOW_ACCESS"/> <property name="flowDefinitionSource"> <value> repoAdminFlow=ROLE_ADMINISTRATOR userListFlow=ROLE_ADMINISTRATOR roleListFlow=ROLE_ADMINISTRATOR editFolderFlow=ROLE_ADMINISTRATOR fileResourceFlow=ROLE_USER,ROLE_ADMINISTRATOR listOfValuesFlow=ROLE_USER,ROLE_ADMINISTRATOR reportDataSourceFlow=ROLE_USER,ROLE_ADMINISTRATOR inputControlsFlow=ROLE_USER,ROLE_ADMINISTRATOR tenantFlow=ROLE_ADMINISTRATOR addDataSourceFlow=ROLE_ADMINISTRATOR,ROLE_NEWROLE userEditFlow=ROLE_ADMINISTRATOR roleEditFlow=ROLE_ADMINISTRATOR queryReferenceFlow=ROLE_ADMINISTRATOR searchFlow=ROLE_USER,ROLE_ADMINISTRATOR docSampleFlow=ROLE_ADMINISTRATOR *=ROLE_USER,ROLE_ADMINISTRATOR </value> </property> </bean>
  2. Along with actionModel-navigation.xml , tou also need to edit applicationContext-security.xml file where you need to add the role to the flow userListFlow,roleListFlow
  3. Hi, I am able to create a user/role which can create users and role evne if they are non admin user. But now I want to restrict this user to assign ROLE_ADMINISTRATOR to any user and unable to edit any user who has role ROLE_ADMINISTRATOR
  4. We recently faced OutOfMemoryError-java heap space issue and had to restart the server. When looking at log we found the attached error I assume the error was due to report couldn't be printed on preview section as it didnot find enough memory on system Need expert advise. please help. We checked the hprof file and could lead to the issue as below One instance of "org.apache.jasper.runtime.BodyContentImpl" loaded by "java.net.URLClassLoader @ 0x734cd9588" occupies 570,425,408 (33.03%) bytes. The memory is accumulated in one instance of "char[]" loaded by "<system class loader>".
  5. I need to disable the timezone conversion on input controls on 7.2. Is there a way to do so?
  6. HI I have a report,input control and a query in repository. How do I pass the input control to repository query?
  7. mlopez - this was working fine in 6.4 , but with 7.2 this isn't working. we have 100's of existing reports where java.sql.timestamp is the field type. changing each report is not feasible.
  8. On jasperserver 7.2 when the field of a report is of type jasva.sql.timestamp, its rendering is not correct in UI. DB- 2/5/12 05:42 PM UI - 12-42-05 17:42:24 This was working fine in 6.4. Even w/o specifying date format on field in jasper report. Actually minutes are showing in place of months. Report SQL give me correct data, but when same is not seen on jasperserver
  9. Did u try using "print repeated values" properties in jasperreports?
  10. Hi, I have installed Jasperserver 7.2 community version . While changing the pemission for particular role/user, I see the Read + Write+ Delete permission is visible twice. Please see the screenshot attached .
  11. @Jeremy I am trying to increase the thread count in my application as well. Can you help me if you faced any hardware limitaion to increase the thread count to 100?
  12. Is there any specific hardware limitation for increasing org.quartz.threadPool.threadCount property to run multiple schedules at one time
  13. Requirement: I need to find the difference between from date and to date entered by user. If the difference is greater than 15 days, an alert should be displayed to user. if it is less report should run. This needs to be done on server level so that all the exisitng reports can be validated and not at individual report level. TIA
  14. Is there any setting which will help us to get back the details of the error message on error window?
  15. There is one hour difference in actual run time selected during scheduling the report AND date and time when viewed in schedules in jaspers server 6.4 1. Schedule a report for date 29 Jun 2018,03:00 hours 2. The schedules page next run time shows, 29 Jun 2018, 2.00 hours The selected timezone is america/Chicago.
  16. Stop the jasperserver tomcat services. Navigate to folder jasperreports-server-cp-6.4.0apache-tomcatwebappsjasperserverscriptsbower_componentsjquery-uiuii18n Open the date picker file for specific local for which week start has to be changed. Change the firstDay: 0 as per below screenshot(0 is Sunday, 1 is Monday and so on) jasperreports-server-cp-6.4.0apache-tomcatwebappsjasperserveroptimized-scriptsbower_componentsjquery-uiuii18n Open the respective datepicker file and change the firstDay: 0 Start the jasperserver tomcat services The week start is now changed from Monday to Sunday
  17. I did the same thing as Adam, but its not working for me. Any suggestions?
×
×
  • Create New...