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

mishomor

Members
  • Posts

    20
  • Joined

  • Last visited

mishomor's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. I scheduled job for 6:30am. Job works fine, its just not visible from Jasper UI interface.
  2. Job run fine although not listed in Jasper UI. I can see job clearly in postgres jasperserver.jireportjob table and all related jasperserver.jireport* tables. DDoes anyone have idea why I am not seeing those schedules in Jasper UI?
  3. I should probably mention that I did edit js.quartz.properties and set accrodingly.
  4. Looks like I have broken report scheduller on Jasper Server 5.5. I tried to setup first schedule for report, I got through all steps (Schedule, Output, Notofication) and clicked on "Save" at the end. Nothing happened, I stayed on the same page. I clicked on "Save" couple of times but still nothing. I went back to Library and to my surprise report shows "clock" next to it as if schedule is there. Yet when I tried to edit, there was nothing to edit, shedeller page was empty. Any ideas? Jasper Server 5.5 Centos 6.5 x64
  5. Where is Jasper server scheduller log? Maybe there is something overthere ...
  6. Ok, 404 error part solved ... wrong permissions. Post Edited by mishomor at 01/24/2011 18:49
  7. uups it's getting worse now. When browsing to http://localhost:8080/jasperserver/ I am getting HTTP STATUS 404 - /jasperserver/ Requested resource is not available ... but app is there. /opt/jasperserver/apache-tomcat/webapps/jasperserver
  8. Unfortunatelly I can't say yes or no since as I saw "successful" at the end I assumed everything went fine. Inital installation was done by binary installer so I am guessing jasperadmin might be the case, but now I don't know how to fix it. Post Edited by mishomor at 01/20/2011 19:57
  9. Followed Jasper Server 3.7.1 isntallation manual and upgaded from 3.5 according to docs. Whole process went smoothly but once login I found few issues. Most important one is that my shedules do not work anymore, nor they work if re-created. Any idea? Linux x86 Post Edited by mishomor at 01/20/2011 19:26
  10. I have stored procedure with 3 OUT parameters. How to store value of those paramaters into iReport parameter $P{A},$P{B},$P{C} or Variables $V{A} ... and so on? MySQL 5 Post Edited by mishomor at 01/14/2010 23:00
  11. When defining timestamp pattern is there a way to derive that out of some function or ... similar. Each morning I am doing sales report (as of yesterday) and want to automate delivery to users so that report they receive as attachmnet will have YESTERDAY's date in the name of the file. Currently if I put MMM_dd_yyyy it will always show current system date. Post Edited by mishomor at 01/19/2010 17:33
  12. sjongenelen Wrote: read the forums :) set the data source timezone to blank It works .... thanks sjongenelen!!
  13. Hi, I have date input control in my report. So if I pick a let's say 01-04-2010 it will show in my report as Sun Jan 03 16:00:00 PST 2010 and of course sql will return wrong data based on Jan-03-2010. It doens't matter what time I choose date it will always cast as one day before at 16:00:00.I checked date, time and timezone on myserver and they are correct (Mon Jan 11 10:39:19 PST 2010). Also timezone of my Data Source is also correct America/Vancouver - Pacific Standard Time. Any idea why my date input control date is wrong? thanks! Post Edited by mishomor at 01/11/2010 18:29
×
×
  • Create New...