OZ e-Form Developer
  • OZ e-Form Concepts
  • 🌈e-Form DEVELOPER
    • Day 1: Welcome On Board
      • About Course
      • Preparations
      • OZ e-Form Overview
    • Day 2: e-Form Design
      • Designer Environments
      • e-Form Layout Structure
      • e-Form Components
      • e-Form From Documents
      • Preview / Export / Save
      • Hands-on Practice
    • Day 3: Dynamic e-Form
      • e-Form Scripting Guide
      • Hands-on Practice
      • Advanced Features
    • Day 4: e-Form Application
      • Server Deployment
      • Viewer In HTML
      • Viewer APIs
      • Prefilling e-Form
      • Submitting e-Form
      • Sending MemoryStream
    • Get Your Certificate
    • Design Guide
      • Dialogue Flow
        • Overview
        • Creating Dialogue Flow
        • Uploading e-Form to Server
        • Running Dialogue Flow
        • Group and Statement
        • Custom Styling
      • Multilingual e-Form
      • Miscellaneous
      • Videosign
        • Videosign User Guide
      • OZ Verifier
        • OZ Verifier Introduction
        • Implementation and Use
        • Requirements
      • HTML5 Editor
        • HTML5 Editor Introduction
        • HTML Editor
        • Requirements and Sample
    • Day 5. Server & Reporting
  • 🌈Server Developer
    • OZ Server Console
    • OZ Scheduler
      • Features
      • Installing OZ Scheduler
      • Scheduler Task
    • Binding & Exporting
      • Overview
      • Export API Example
        • Extract Input Data
        • Export with OZ Server
        • Export with Scheduler
        • Export with Scheduler Task
    • Repository Server
    • Sync Server
      • Overview
      • Installing Sync-Server
        • SSL configration
      • Sample Application
      • Implementation
    • QR Link Mobile Sign
  • 🌈Report Developer
    • Overview
      • About Course
      • Preparation
      • Report Designer Overview
    • Query Design
      • Database Connection
      • Designer Environment
      • Dataset Design
    • Report Design
      • Designer Environment
      • Components
      • Table
      • Master-Detail
      • ODI Parameter
      • CrossTab
      • Chart
  • 🌈MOBILE DEVELOPER
    • Android Native
    • iOS Native
    • TOTO Framework
      • TOTO Overview
      • Sample App Overview
      • Server Application
      • Android Project
  • ⬇️Product Downloads
  • 📚 Product Documentation
  • 📕Technical Guide
  • ⚛️ ReactJS Integration
Powered by GitBook
On this page
  • Installation
  • Scheduler Port
  • Start/Stop Scheduler
  • Start
  • Stop
  • Windows service
  • Register
  • Deregister
  • Register Scheduler to OZ Server

Was this helpful?

  1. Server Developer
  2. OZ Scheduler

Installing OZ Scheduler

PreviousFeaturesNextScheduler Task

Last updated 2 years ago

Was this helpful?

Installation

  1. Download version_number.Scheduler_Server.zip from 👉 .

  2. Extract the zip file and run the .exe file.

  3. Change the installation location to the location you want. (ex: C:\ )

  4. The folder OZ Scheduler 8.0 will be created under the installation location.

  5. Put the OZ Scheduler license file in the license folder under OZ Scheduler 8.0 (Your instructor will provide you with the license file).

Scheduler Port

Windows Defender Firewall > Advanced settings > Inbound Rules > New Rule...

  1. Rule Type: Port

  2. Protocol and Ports: TCP

  3. Specific local ports: 9521

  4. Action: Allow the connection

  5. Profile: Tick according to your network configuration

  6. Name: Rule name and description (ex: "OZ Scheduler 9521")

The port number is defined in the conf\ozscheduler.properties.

ozscheduler.properties
path.oz.scheduler.home=../
SchedulerPort=9521

Start/Stop Scheduler

Start

Go to C:\OZ Scheduler 8.0\bin.

Set the parameter JAVA_HOME to JRE path in the scheduler.bat or scheduler.sh as below.

set JAVA_HOME="C:\Program Files\Java\jre1.8.0_341"
JAVA_HOME=/usr/lib64/jvm/jre-1.8.0-openjdk

Run the scheduler.bat or scheduler.sh to start.

Stop

Set the parameter JAVA_HOME to JRE path in the scheduler_stop.bat or scheduler_stop.sh as below.

set JAVA_HOME="C:\Program Files\Java\jre1.8.0_341"
JAVA_HOME=/usr/lib64/jvm/jre-1.8.0-openjdk

Run the scheduler_stop.bat or scheduler_stop.sh to stop.

Windows service

Register

Go to C:\OZ Scheduler 8.0\bin.

Open the OZSchedulerInstallService.bat and set your JRE_PATH and OZSCHEDULER_HOME_BIN as below. Do not change any other lines for now.

OZSchedulerInstallService.bat
@echo off

set JRE_PATH="C:\Program Files\Java\jre1.8.0_341\bin\server\jvm.dll"
set OZSCHEDULER_HOME=C:\OZ Scheduler 8.0
set OZSCHEDULER_HOME_BIN=%OZSCHEDULER_HOME%\bin

Next, run the OZSchedulerInstallService.bat file (as administrator, just in case).

Open Windows Service Manager by typing "services.msc" in the Run box.

Find OZScheduler and start it.

Deregister

Just run the OZSchedulerUninstallService.bat .

Register Scheduler to OZ Server

  1. Log in to the OZ Console as the administrator.

  2. From the sidebar, go to Scheduler Management > Scheduler List.

  3. Add an item for our Scheduler server by clicking the button New in blue.

4. To connect to the Scheduler, select the Scheduler item added and click the Connect button.

Now you can see the Scheduler server information.

🌈
Product Downloads