Verify your Quartz properties
Event information, such as scheduled reports, is stored in the Quartz JobStore. Quartz must be set up with JNDI for password encryption to work.
Perform the following steps to verify the quartz.properties
file has the correct JNDI information:
Stop the Pentaho Server.
For instructions on starting the server, see Stop and start the Pentaho Server and repository.
Navigate to the
server/pentaho-server/pentaho-solutions/scheduler-plugin/quartz
directory and open thequartz.properties
file with any file editor.Verify the following line of code appears in the file:
org.quartz.dataSource.myDS.jndiURL = Quartz
If the line of code associated with JNDI does not appear in the
quartz.properties
file, perform the following action depending on whether you have any previous customizations to thequartz.properties
file:If you have not customized the
quartz.properties
file, add the line of code to the file.If you have customized the
quartz.properties
file before upgrading and you have not already applied these customizations to the 10.2 version of the file, merge your customizations into thequartz.properties
file. See Apply customizations for instructions.
Close the
quartz.properties
file.Restart the server and confirm no errors occurred.
Depending on the error, you may need to contact your customer support representative for help.
Quartz is now set up with JNDI for password encryption to work.
Last updated
Was this helpful?