Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.9.7, 1.10.1
-
None
Description
Current situation
The execution from some jitl jobs ends with this error if the com.mysql.jdbc.Driver is used or this driver is in classpath.
See sos/notification/CheckHistory failing
This error is related to ResultSet fetch size and not to the database data and occurs before the data is read.
Affected Jitl jobs are:
- com.sos.jitl.extract.job.ResultSet2CSVJob
- Reporting jobs (com.sos.jitl.reporting.*)
- Monitoring Interface jobs (com.sos.scheduler.notification.*)
Desired Behavior
- com.mysql.jdbc.Driver usage is enabled for all jitl jobs
- new job option large_result_fetch_size to set a fetch size or using of the default jdbc|hibernate settings