Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.13.3
Description
Current Situation
- When running Job Streams with SQL Server, then the job stream does not start.
Desired Behavior
- Job Streams should work with supported SQL Server versions.
Workaround
- Open the file $scheduler_data/config/reporting.hibernate.cfg.xml
- Modify
<property name="hibernate.c3p0.maxPoolSize">1</property>
to
<property name="hibernate.c3p0.maxPoolSize">3</property>