You are not logged in.
Pages: 1
Dear Team,
many times schedular execute report before time... where schedular was suppose to execute at 23:02 PM but report email executed at 9.08 pm.. please check as this happens many times ....
Regards,
Hardik Pandya
Last edited by hardik.pandya (2019-04-19 06:28:48)
Offline
Dear Team,
Please help on this Issue as we are facing multiple times execution of scheduler at same time.
Version EE, 3.0.7
Regards,
Hardik Pandya
Offline
Hi Hardik,
Could you please send some screenshots of your scheduling configuration of the reports where this is happening, i.e. the time definition ?
And some screenshots of the time where the scheduling is being executed.
Regards,
Eduardo
Offline
Hi Eduardo,
How do i attached screen shot in the Reply.
Regards,
Hardik Pandya
Offline
Hi Hardik,
you can post images by uploading them to http://imgbb.com and writing the following code here:
[img]https://url/test.png[/img]
Regards,
Eduardo
Offline
Hi Eduardo
Attached Screen shot after Scheduler execution.
Another Screen shot of scheduler configuration.
Regards,
Hardik
Last edited by hardik.pandya (2019-06-14 12:04:34)
Offline
Hi Hardik,
you have to pick up the direct url to the png file from your IMGBB link and link the direct link to the png/jpg. You should see the image in the forum when you did this correctly.
Regards,
Eduardo
Offline
Hi Hardik,
this seems strange. I have not seen this behavior before.
Comparing with your system time, the report executes 13 minutes before time. Is this always the case ? (13 minutes)? or is it always different?
What is the output of this script (again, comparing it with your system time):
import java.text.SimpleDateFormat
Date d = new Date()
SimpleDateFormat df = new SimpleDateFormat("MM/dd/YYYY HH:mm a")
String formattedDate = df.format(d)
tout.println formattedDate
please share a screenshot of the output together with your system time.
Regards,
Eduardo
Offline
Pages: 1