<< Click to Display Table of Contents >>
scheduler_server.properties
Set the OZ Scheduler execution options, such as email notification on error, email information, file path, viewer type, timeout, task holiday, etc.
ErrorNotifyToSender
Set the email notification on task error.
MailFrom
Set the sender email address.
SMTPServer
Set the SMTP server URL.
SMTPServerPort
Set the SMTP server TCP port number.
SMTPUserID
Set the user ID for SMTP authentication. If you set the SMTPUserID_encrypted option, SMTPUserID is ignored.
SMTPUserPassword
Set the password for SMTP authentication. If you set the SMTPUserPassword_encrypted option, SMTPUserPassword is ignored.
SMTPUserID_encrypted
Set the encrypted user ID for SMTP authentication.
SMTPUserPassword_encrypted
Set an encrypted password for SMTP authentication.
SMTPConnectionTimeout
Set the SMTP server connection timeout(sec).
SMTPSendTimeout
Set the SMTP email sending timeout(sec).
EnableSSL
Set whether to use SSL.
MailSendRetryCount
Set the number of retries when email transmission fails. The maximum value is 32767.
MailSendRetryPeriodTime
Set the email retry interval in seconds.
PrefixSubjectMessage
Set the prefix for the subject.
JavaMail
Set specific options for the email server that sends the results of the task execution in the form "Key=Value". To run this option, the javax.mail.jar file in the %SCH_HOME%\UniversalDriver folder must be started.
RepositoryStorageType
Set the repository storage type.
Value |
Description |
---|---|
LOCAL |
Local repository |
GOOGLE_CLOUD_STORAGE |
Google Cloud Storage. Supported in Java version 1.8 or later. Please make sure that the export file name is not duplicated. Also, RepositoryFileRootPath and RepositoryUniqueFileName do not work. |
GoogleCloudStorageBucket
Set the Google Cloud Storage bucket.
GoogleApplicationCredentials
Set the Google application certificate.
RepositoryFileRootPath
Set the repository path.
RepositoryFileDeleteTime
Set time in minutes to delete repository file. The default value is 0.
RepositoryUniqueFileName
Set whether to save the file as a different name when the file name created after executing the task is a duplicate name. When the file name is duplicated, the file is created by adding(1) at the end of the file name set in the task. Does not work properly when the file format is html.
SchedulingInfoFilePath
Set the path where the task file(*.ozs) is saved.
TempRepositoryFilePath
Set the temporary file path for task processing.
TempRepositoryDeleteDay
Set the maximum number of days to store temporary files generated from executing a task. If the value is set to greater than 0, the temporary files created earlier than the maximum number of days to store are automatically deleted. If 0 or an incorrect value is set, files are not deleted.
ExternalProgramFilePath
Set the path of an external program to be integrated with OZ Scheduler.
SchedulingItemInfoFilePath
Set the path to the repository reserved upload information file.
ViewerType
Set the type of viewer to execute a task. Set to one of ActiveX, Applet, and NONE. If you set NONE, OZ Scheduler does not allow the OZU creation task and print task. However, the report creation task can export report to OZD file.
ViewerConcurrentCount
Set the maximum number of viewers, which can run concurrently. For example, if you set ViewerConcurrentCount to 5 and run 8 tasks, first 5 tasks will run concurrently and later 3 tasks. The maximum value is 32767. If you set to n, OZ Scheduler considers the maximum value 32767.
ViewerTimeout
Set the execution timeout in seconds for viewer. If a viewer could not complete the task within timeout period, kill and restart it and continue. Set the adequate timeout value for large data reports.
TaskWaitTimeout
Set the task waiting timeout. The default value is 0. If the ViewerConcurrentCount value is "n" or the schedulingType is "Periodically", this will not work.
TaskWaitLimit
Set the number of tasks to limit execution. The default value is 0. If the ViewerConcurrentCount value is "n" or the schedulingType is "Periodically", this will not work.
TaskRetry
Set whether to retry the task. Set the value greater than 0.
TaskHoliday
Set whether to use the holiday option. OZ Scheduler does not execute the tasks on holidays registered in the TaskHoliday.xml file.
OZ_UDE.AliasName.classname
Set the alias to the class to run UDE.Class name to run UDE should be in the format "packagename.classname".
IdleTime.Classname
Set the name of the class to run at idle timeout.
IdleTime.Overtime
Set the idle timeout time in seconds. If set to 0, this option does not apply. When the idle time exceeds, the class set by IdleTime.Classname is executed. In this case, the task set in the scheduler is converted to Wait state.
LimitedViewerCount_MemoryPercentage
Set the Java heap memory usage that limit the number of appletviewer concurrently running(%). If set to 0, this option does not apply. This option is applied only when "ViewerType" is "Applet" and "ViewerConcurrentCount" is "n".