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

tommy.curnyn

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by tommy.curnyn

  1. Hi, I'm running an API request to bulk update some of my schedules (jobs) and I'm referencing the following job IDs: /jasperserver/rest_v2/jobs?id=1655&id=1656 I'm passing the following JSON in my request: { "alert": { "toAddresses": { "address": ["UpdateMe@mail.com"] } } } And that works fine - it updates the To address on the 'Send job status notifications' section of my 2 schedules. What I want to do is update the To address on the 'Send report when scheduler runs' section of my schedules (i.e. the recipient of the report). So I'm using this: { "mailNotification": { "toAddresses": { "address": ["UpdateMe@mail.com"] } } } I'm getting a 200 OK but the email address isn't being updated when I look at the schedules on the UI. Any suggestions would be much appreciated! Thanks, Tommy
  2. Hi, I have an invoice report that has > 300 schedules - one per customer. Each schedule is timed to generate at various times from 13:35 to 13:50. I now need to change the timing of these so that they run at various times after 14:00. I don't want to have to go into each schedule individually via the UI and update the time so just wondering what's the best option to do this. I was thinking I could do an export, modify the XML schedules (doing a bulk update in Notepad ++ for example) and then import but not sure if this is the best approach. Any suggestion would be much appreciated. Thanks, Tommy
  3. Hi all, Working in iReports 5.6.0. My report displays some variables returned from my subreports and performs some calculations on page 1 (in Detail 1) and it works fine. I've got quite a few bands and subreports (7 bands and 11 subreports). My issue: when I go to add a new subreport in Detail 7, the calculations and my variables on page 1 display null. Any idea what's wrong here? The only thing that's changed is the total band height. My report is an A4 portrait so I believe my total band height should be okay (http://community.jaspersoft.com/wiki/report-structure-jaspersoft-studio). As mentioned in the link above, the sum of all band heights (except for the background) has to always be less than or equal to the page height minus the top and bottom margins. In my case the sum of all band heights (including the Title and Column bands = 588 so I believe I'm well within this constraint. Any help on this would be REALLY appreciated. This is driving me nuts! Thanks, Tommy
×
×
  • Create New...