Step 1: Set up Quartz on MS SQL Server
Event information, such as scheduled reports, is stored in the Quartz JobStore. During the installation process, you must indicate where the JobStore is located by modifying the quartz.properties file.
Open the
pentaho/server/pentaho-server/pentaho-solutions/system/quartz/quartz.propertiesfile in any text editor.Locate the #_replace_jobstore_properties section and set the org.quartz.jobStore.driverDelegateClass as shown:
org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.MSSQLDelegateLocate the # Configure Datasources section and set the org.quartz.dataSource.myDS.jndiURL equal to Quartz, as shown:
org.quartz.dataSource.myDS.jndiURL = QuartzSave the file and close the text editor.
PreviousConfigure MS SQL Server Pentaho RepositoryDatabaseNextStep 2: Set Hibernate settings for MS SQL Server
Last updated
Was this helpful?

