jordan.lamarche Posted February 20, 2014 Share Posted February 20, 2014 Hello everyone, Lately, I've been trying to set a scheduled report without any parameter. Unfortunately, I've been facing an error : After right clicking,and planifying my report, when I hit the button "Save", I enter the scheduled report name and then nothing happens. I mean, really nothing. I'm not out of the window or anything, there is no schedule set at all on the JasperReports menu ... I haven't found anything on the logs neither. The strange thing is that the JasperReports Server is working just fine. Every reports works great if you forget about the scheduler problem, including the one I'm trying to schedule ! http://community.jaspersoft.com/sites/all/libraries/ckeditor/plugins/smiley/images/sad_smile.gif Here is my configuration :Windosw 2008 R2JasperReports Server 5.5 (final release)Microsoft SQL Server 2012 Any hero ? Best regards, Jordan Lamarche Link to comment Share on other sites More sharing options...
elizam Posted February 20, 2014 Share Posted February 20, 2014 Have you set the Quartz properties as described in the Install Guide? Find the js.quartz.properties file (in my install it's in the WEB-INF directory). For SQL server set the value of the Quart driver delegate class as followsquartz.delegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate Link to comment Share on other sites More sharing options...
jordan.lamarche Posted February 21, 2014 Author Share Posted February 21, 2014 Hello elizam, To be honest, I did set the quartz properties, except for the quartz.delegateClass property ! Don't know with I forgot it, actually. Thank you for pointing this out. Unfortunately, it didn't solve my issue. I changed the quartz properties as described in the Install Guide and rebooted my server. Still no response from the menu in the web interface ... I'm still investigating, but I didn't find anything yet. Best regards, Jordan Lamarche Link to comment Share on other sites More sharing options...
Solution NiOs Posted August 8, 2014 Solution Share Posted August 8, 2014 Hi Jordan,i had the same problem. There ist something wrong with the DatePicker.When you have a Date like:dd.MM.yyyy HH.mmreplace it with a Date like:yyyy/MM/dd HH:mm(write it i.e. in editor and copy/past it into the field - Jasper won´t let you fill in "/" or "-")For me it works.I found it here: http://stackoverflow.com/questions/19709622/jasperreports-server-5-5-create-schedule-not-workingBest regardsNils Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now