<< Click to Display Table of Contents >>
How to run OZ Scheduler?
1. Set the OZ Scheduler home path and port number
%SCH_HOME%\conf 폴더에 있는 ozscheduler.properties 파일을 편집 프로그램으로 열어 오즈 스케줄러 홈 경로와 포트 번호를 설정합니다.
path.oz.scheduler.home=../ SchedulerPort=9521 ... |
2. Set the type of viewer that runs the task
%SCH_HOME%\conf 폴더에 있는 scheduler_server.properties 파일을 편집 프로그램으로 열어 ViewerType을 ActiveX, Applet, NONE 중 하나의 값으로 설정합니다.
뷰어 타입을 NONE으로 설정할 경우 OZU 생성 태스크와 프린트 생성 태스크는 지원하지 않으며, 보고서 생성 태스크 실행 시 OZD 파일로만 익스포트할 수 있습니다.
... ViewerType=ActiveX ... |
3. Set Java home path
%SCH_HOME%\bin 폴더에 있는 scheduler.bat(유닉스 계열인 경우 scheduler.sh) 파일을 편집 프로그램으로 열어 JAVA_HOME 옵션에 오즈 스케줄러와 연동할 자바 홈 경로를 설정합니다.
... set JAVA_HOME=..\..\jre ... |
4. Setup OZ Scheduler license file
발급받은 라이선스 파일을 %SCH_HOME%\license 폴더에 ozlicense.xml 파일로 복사합니다.
라이선스 파일의 설치 경로와 파일 이름을 변경하려면 %SCH_HOME%\conf 폴더에 있는 ozscheduler.properties 파일의 path.scheduler.license 옵션을 이용하시기 바랍니다.
... path.scheduler.license=%SCH_HOME%/license/ozlicense.xml ... |
5. Run the OZ Scheduler executable file
%SCH_HOME%\bin 폴더에 있는 scheduler.bat(유닉스 계열인 경우 scheduler.sh) 파일을 실행합니다.