untitled
|
|
- 소은 사
- 5 years ago
- Views:
Transcription
1 FORCS Co., LTD 1
2 OZ Scheduler User's Guide 2 FORCS Co., LTD
3 .,. Manual Getting Started Getting Started Description FORCS Co., LTD 3
4 OZ Scheduler User's Guide API,,. API, UDS, USL, API API... 4 FORCS Co., LTD
5 FORCS Co., LTD 5
6 OZ Scheduler User's Guide. (, )... ( )... API. "API. API"... (, ), (, ),,,. 6 FORCS Co., LTD
7 . HTML..,. (To:, Cc:, Bcc: ) SMTP.. - Command Line - GUI - API - 3rd party API. FORCS Co., LTD 7
8 OZ Scheduler User's Guide 8 FORCS Co., LTD
9 OS Windows NT 4.0, Windows 2000, Windows XP, Windows 2003 Sun JRE 1.3. bin commander.bat commander.sh ozencrypted.bat OZServerInstallService.bat OZServerUninstallService.bat OZServiceSV.exe scheduler.bat scheduler.sh sccheduler.ico scheduler_stop.bat scheduler_stop.sh user.cif Shell Commander ID NT NT Service ico NONE FORCS Co., LTD 9
10 OZ Scheduler User's Guide conf expand ozscheduler.properties scheduler_server.properties scheduler_server_log.properties TaskHoliday.xml SchedulerCOM.dll OZSchedulerCOM.asp COM ( API ASP ) COM ASP external lib activation.jar log4j.jar mail.jar ozsfw51.jar jcert.jar jnet.jar jsse.jar crimson.jar parser.jar xerces.jar (, ) J2EE (HTTPS/SSL ) JRE 1.3.X xml OZUSLClientSession.jar USL OZUSLServerDES128.jar NTEventLogAppender.dll Windows NT DLL OZServiceBootstrap.jar NT icu4j_2_8.jar, license ozlicense.xml logs OZSchedulerMainLog.log repository ScheduledTask TempRepository ozd, excel, pdf, html viewer ozcreport.dll ozcviewer.exe exe 10 FORCS Co., LTD
11 OZForVista.dll ozxlswriter.dll ozjpdf417.dll ozpdfwriter.dll ozppt.dll unicows.dll OZUSLClientDes128.dll OZUSLClientSession.dll charters.xml ozlang.dll viewer_error_m res sg.xml viewer_server_e rror_msg.xml Windows Vista 2 PDF PPT Microsoft Layer of Unicode USL )charters_ko_kr.xml )ozland_ko_kr.dll )viewer_error_msg_ko_kr.xml )viewer_server_error_msg_ko_kr.x ml FORCS Co., LTD 11
12 OZ Scheduler User's Guide scheduler.bat / scheduler.sh scheduler.bat/scheduler.sh, (OZSCHEDULER_HOME), JRE (JAVA_HOME). - off rem rem OZ Sscheduler Start-up File rem rem This batch file written and tested under Windows 2000 rem check your path indicate <JAVA_HOME>\bin rem rem OZ Scheduler Home set OZSCHEDULER_HOME=..\ rem JDK Path set JAVA_HOME=..\..\jre if not "%OZSCHEDULER_HOME%" == "" goto start echo Unable to determine the value of OZSCHEDULER_HOME. goto eof :start set OZSchLib=%OZSCHEDULER_HOME%\lib\ozsfw51.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\conf 12 FORCS Co., LTD
13 rem Library for HTTPS/SSL set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jcert.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jnet.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jsse.jar rem Library for Logging set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\log4j.jar rem Library for XML Parsing set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\crimson.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\parser.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\xerces.jar rem Library for Mailing set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\mail.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\activation.jar rem USL Jar for USL set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZUSLClientSession.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZUSLServerDES128.jar rem NT Service Class set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZServiceBootstrap.jar rem Library for Holiday Check set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\icu4j_2_8.jar FORCS Co., LTD 13
14 OZ Scheduler User's Guide echo Loading OZScheduler... %JAVA_HOME%\bin\java -cp %OZSchLib% oz.scheduler.main.ozscheduler %1 %2 :eof - scheduler.sh #!/bin/bash # # OZ Sscheduler Start-up File # # This batch file written and tested under Windows 2000 # check your path indicate <JAVA_HOME>/bin # # OZ Scheduler Home OZSCHEDULER_HOME=../ # JDK Path JAVA_HOME=/usr/local/jdk1.3.1_02 if [ "$OZSCHEDULER_HOME"!= "" ]; then OZSchLib=$OZSCHEDULER_HOME/conf OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/ozsfw51.jar # Library for HTTPS/SSL OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/jcert.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/jnet.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/jsse.jar 14 FORCS Co., LTD
15 # Library for Logging OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/log4j.jar # Library for XML Parsing OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/crimson.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/parser.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/xerces.jar # Library for Mailing OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/mail.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/activation.jar # USL Jar for USL OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/OZUSLClientSession.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/OZUSLServerDES128.jar # Library for Holiday Check OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/icu4j_2_8.jar echo Loading OZScheduler... $JAVA_HOME/bin/java -cp $OZSchLib oz.scheduler.main.ozscheduler $1 $2 else echo Unable to determine the value of OZSCHEDULER_HOME. fi commander.bat/commander.sh commander.bat/commander.sh commander FORCS Co., LTD 15
16 OZ Scheduler User's Guide. " Shell Command". - off rem rem OZ Scheduler Commander Start-up File rem rem This batch file written and tested under Windows 2000 rem check your path indicate <JAVA_HOME>\bin rem rem OZ Scheduler Home set OZSCHEDULER_HOME=..\ rem JDK Path set JAVA_HOME=..\..\jre if not "%OZSCHEDULER_HOME%" == "" goto start echo Unable to determine the value of OZSCHEDULER_HOME. goto eof :start set OZSchLib=%OZSCHEDULER_HOME%\conf set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\ozsfw51.jar rem Library for HTTPS/SSL set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jcert.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jnet.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jsse.jar rem Library for Logging 16 FORCS Co., LTD
17 set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\log4j.jar rem Library for XML Parsing set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\crimson.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\parser.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\xerces.jar rem Library for Mailing set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\mail.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\activation.jar rem USL Jar for USL set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZUSLClientSession.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZUSLServerDES128.jar rem Library for Holiday Check set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\icu4j_2_8.jar %JAVA_HOME%\bin\java -classpath %OZSchLib% oz.admin.shell.scheduler.command %1 %2 %3 %4 %5 %6 %7 %8 %9 - commander.sh #!/bin/bash # # OZ Scheduler Commander Start-up File # # This batch file written and tested under Windows 2000 # check your path indicate <JAVA_HOME>/bin # FORCS Co., LTD 17
18 OZ Scheduler User's Guide # OZ Scheduler Home OZSCHEDULER_HOME=../ # JDK Path JAVA_HOME=/usr/local/jdk1.3.1_02 if [ "$OZSCHEDULER_HOME"!= "" ]; then OZSchLib=$OZSCHEDULER_HOME/conf OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/ozsfw51.jar # Library for HTTPS/SSL OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/jcert.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/jnet.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/jsse.jar # Library for Logging OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/log4j.jar # Library for XML Parsing OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/crimson.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/parser.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/xerces.jar # Library for Mailing OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/mail.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/activation.jar # USL Jar for USL 18 FORCS Co., LTD
19 OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/OZUSLClientSession.jar OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/OZUSLServerDES128.jar # Library for Holiday Check OZSchLib=$OZSchLib:$OZSCHEDULER_HOME/lib/icu4j_2_8.jar $JAVAHOME/bin/java -cp $OZSCLib oz.admin.shell.scheduler.command $1 $2 $3 $4 $5 $6 $7 $8 $9 else echo Unable to determine the value of OZSCHEDULER_HOME. fi ozscheduler.properties. path.oz.scheduler.home=.. SchedulerPort=9521 path.scheduler.file=%sch_home%/conf/scheduler_server.properties path.scheduler.license=%sch_home%/license/ozlicense.xml path.scheduler_log.file=%sch_home%/conf/scheduler_server_log.proper ties path.taskholiday.file=%sch_home%/conf/taskholiday.xml path.oz.scheduler.home SchedulerPort path.scheduler.file path.scheduler.license path.scheduler_log.file path.taskholiday.file ( : 9521) FORCS Co., LTD 19
20 OZ Scheduler User's Guide scheduler_server.properties,,,. ### ### ozschedluer_server.properties Infomation ### Last Modified : TUE sep 09 10:04:03 KST 2008 ### ErrorNotifyToSender=false ExternalProgramFilePath=%SCH_HOME%/External MailFrom= RepositoryFileRootPath=%SCH_HOME%/Repository/ EnableSSL=false PrefixSubjectMessage= SMTPServer=mail.forcs.com SMTPServerPort=25 SMTPUserID= SMTPUserPassword= #SMTPUserID_encrypted= #SMTPUserPassword_encrypted= SchedulingInfoFilePath=%SCH_HOME%/ScheduledTask TempRepositoryFilePath=%SCH_HOME%/TempRepository #ViewType=NONE - ozd export only for Unix System ViewType=ActiveX ViewConcurrentCount=n #ViewerTimeout= #MailSendRetryCount=1 #MailSendRetryPeriodTime=30 TaskHoliday=false ### End. ErrorNotifyToSender ExternalProgramFilePath MailFrom ( : false) Export 20 FORCS Co., LTD
21 RepositoryFileRootPath EnableSSL PrefixSubjectMessage SMTPServer SMTPServerPort SMTPUserID SMTPUserPassword SMTPUserID_encrypted SMTPUserPassword_encr ypted SchedulingInfoFilePath TempRepositoryFilePath ViewType SSL ( : false) : jre1.4.2_12. SMTP SMTP SMTP ID : SMTP. SMTP ID : SMTP. SMTP ID : SMTP ID ID ID. SMTP ID : SMTP. (*.ozs) ( : SchedulerHome/ScheduledTask) :. ActiveX ActiveX ( ) NONE : "NONE" OZD. FORCS Co., LTD 21
22 OZ Scheduler User's Guide ViewConcurrentCount ViewerTimeout MailSendRetryCount MailSendRetryPeriodTime TaskHoliday ( : n). n 32, : ViewType "ActiveX" "NONE"... ( : ). 0 0,. :. ( : 0) 0 ~ :,. ( : 30). ( : false) scheduler_server_log.properties. # # configuraion of OZ logging system # # # Set Prioritylog level 22 FORCS Co., LTD
23 # # DEBUG, INFO, ERROR Priority=DEBUG # Viewer Parameter Information file (.param) # value is false : leave.param files %OZScheduler_HOME%/TempRepository REMOVE_PARAM_FILE=false # appender CONSOLE # # CONSOLE.Type=Stdout CONSOLE.Layout=%r [%t] %p %c{1} %x - %m%n CONSOLE.Async=true # # appender ROLLING_FILE # ROLLING_FILE.Type=RollingFile ROLLING_FILE.Layout=%d{ISO8601} [%t] %-5p %c{1} %x - %m%n ROLLING_FILE.File=%SCH_HOME%/logs/OZSchedulerMainLog.log ROLLING_FILE.Append=true ROLLING_FILE.MaxBackupIndex=5 ROLLING_FILE.MaxFileSize=1MB ROLLING_FILE.ImmediateFlush=true # # appender NT Event # #NT_EVENT.Type=NTEvent #NT_EVENT.Layout=%r %p %c{1} - %m%n #NT_EVENT.Threshold=ERROR # # appender syslog # #SYSLOG.Type=Syslog #SYSLOG.Layout=[OZ] %r %p %c{1} - %m #SYSLOG.Threshold=ERROR #SYSLOG.SyslogHost= #SYSLOG.Facility=USER #SYSLOG.FacilityPrinting=false # # appender Scheduler Task result log # ResultLog.MaxBackupIndex=3 FORCS Co., LTD 23
24 OZ Scheduler User's Guide ResultLog.MaxFileSize=500KB MONITOR.Active=false MONITOR.File=%SCH_HOME%/logs/monitor.log MONITOR.Append=true MONITOR.MaxBackupIndex=5 MONITOR.MaxFileSize=1MB MONITOR.ImmediateFlush=true MONITOR.point=REQ,EXE,END,. Remove_Param_File ResultLog.MaxBackupIndex ResultLog.MaxFileSize.param. ( : true) / true.param..param false..param. Backup... TaskHoliday.xml. <?xml version="1.0" encoding="utf-8"?> <TASK-HOLIDAY-ROOT> <TASK-HOLIDAY name="" baseday="yyyy-01-01" type="solar" start="0" end="0" /> <TASK-HOLIDAY name="" baseday="yyyy-01-01" type="lunar" start="1" end="1" /> <TASK-HOLIDAY name="31 " baseday="yyyy-03-01" type="solar" start="0" end="0" /> 24 FORCS Co., LTD
25 <TASK-HOLIDAY name="" baseday="yyyy-05-01" type="solar" start="0" end="0" /> <TASK-HOLIDAY name="" baseday="yyyy-05-05" type="solar" start="0" end="0" /> <TASK-HOLIDAY name="" baseday="yyyy-04-08" type="lunar" start="0" end="0" /> <TASK-HOLIDAY name="" baseday="yyyy-06-06" type="solar" start="0" end="0" /> <TASK-HOLIDAY name="" baseday="yyyy-08-15" type="solar" start="0" end="0" /> <TASK-HOLIDAY name="" baseday="yyyy-08-15" type="lunar" start="1" end="1" /> <TASK-HOLIDAY name="" baseday="yyyy-10-03" type="solar" start="0" end="0" /> <TASK-HOLIDAY name="" baseday="yyyy-12-25" type="solar" start="0" end="0" /> <TASK-HOLIDAYGROUP name="group1"> <ITEM ref="" /> <ITEM ref="" /> <ITEM ref="31 " /> <ITEM ref="" /> <ITEM ref="" /> <ITEM ref="" /> <ITEM ref="" /> <ITEM ref="" /> <ITEM ref="" /> <ITEM ref="" /> <ITEM ref="" /> </TASK-HOLIDAYGROUP> <TASK-HOLIDAYGROUP name="group2"> <ITEM ref="" /> <ITEM ref="" /> </TASK-HOLIDAYGROUP> </TASK-HOLIDAY-ROOT> TASK-HOLIDAY name ";". : TASK-HOLIDAYGROUP name. FORCS Co., LTD 25
26 OZ Scheduler User's Guide baseday : yyyy-mm-dd : yyyy-mm-01 : 1 yyyy : : type solar lunar "baseday" ( : 0) start "baseday" "start" "1" "baseday" ( : 0) end "baseday" "end" "1" TASK-HOLIDAYGROUP ";". name : TASK-HOLIDAY name. Task-HOLIDAYGROUP TASK-HOLIDAYGROUP _ITEM ref :. 26 FORCS Co., LTD
27 . ozlicense.xml License., IP,. IP. bin scheduler.bat, scheduler_stop.bat. UNIX bin scheduler.sh, scheduler_stop.sh.. : 64. FORCS Co., LTD 27
28 OZ Scheduler User's Guide - JAVA Classpath. NT { }\bin\ozschedulerinstallservice.bat { }\bin\ozscheduleruninstallservice.bat. off rem OZScheduler Service Install Register Batch File rem JRE Path rem rem rem ex) set JRE_PATH=C:\Program Files\Forcs\OZ Xstudio 5.1\jre\bin\hotspot\jvm.dll set JRE_PATH= rem OZ Scheduler Home rem rem ex) set OZSCHEDULER_HOME_BIN=C:\Program Files\Forcs\OZ Xstudio 5.1\OZ Scheduler 5.1\bin set OZSCHEDULER_HOME=..\ set OZSCHEDULER_HOME_BIN= set MAX_MEMORY=256 set MIN_MEMORY=128 rem JAVA option delemter is ; set JAVA_OPTION= if not "%OZSCHEDULER_HOME%" == "" goto start 28 FORCS Co., LTD
29 echo Unable to determine the value of OZSCHEDULER_HOME. goto eof if not "%OZSCHEDULER_HOME_BIN%" == "" goto start echo Unable to determine the absolute path value of OZSCHEDULER_HOME_BIN. goto eof if not "%JRE_PATH%" == "" goto start echo Unable to determine the absolute path value of JRE_PATH goto eof :start set OZSchLib=%OZSCHEDULER_HOME%\lib\ozsfw51.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\conf rem OZ Service BootStrap set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZServiceBootstrap.j ar rem Library for HTTPS/SSL set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jnet.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\jsse.jar rem Library for Logging set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\log4j.jar rem Library for XML Parsing set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\crimson.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\parser.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\xerces.jar FORCS Co., LTD 29
30 OZ Scheduler User's Guide rem Library for Mailing set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\mail.jar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\activation.jar rem USL Jar for USL set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZUSLClientSession.j ar set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\OZUSLServerDES128.ja r rem Library for Holiday Check set OZSchLib=%OZSchLib%;%OZSCHEDULER_HOME%\lib\icu4j_2_8.jar OZServiceSC.exe //IS//OZScheduler --DisplayName="OZScheduler" - -Description="OZScheduler" --StartPath="%OZSCHEDULER_HOME_BIN%" --StopPath="%OZSCHEDULER_HOME_BIN%" --Classpath="%OZSchLib%" -- Jvm="%JRE_PATH%" --JvmOptions="-Xmixed" -- JavaOptions="%JAVA_OPTION%" --JvmMs="%MIN_MEMORY%" -- JvmMx="%MAX_MEMORY%" --StartMode=jvm --StopMode=jvm -- StartClass=oz.server.OZServiceBootstrap -- StartParams=OZSchedulerStart -- StopClass=oz.server.OZServiceBootstrap -- StopParams=OZSchedulerStop --LogPath="%OZSCHEDULER_HOME_BIN%" - -LogLevel=DEBUG :eof --Description ( 1024.) --DisplayName ( : OZScheduler) :. 30 FORCS Co., LTD
31 --Startup Manual. ( ) Auto. --Jvm "jvm.dll" :. ) --Jvm="C:\j2sdk1.4.2_12\jre\bin\ client\jvm.dll" --JvmOptions Jvm ( : -Xrs) --Classpath --JvmMs Initial Memory ( : MB) --JvmMx ( : MB) --JvmSs ( : KB) --StartPath :. ) --StartPath="C:/OZScheduler 4.0/bin" -StartClass oz.server.ozservice Bootstrap -StartParams OZScheduler Start ) StartParams =OZSchedulerStart --StartMode jvm Jvm --StopPath :. ) --StopPath="C:/OZScheduler 4.0/ bin" -StopClass oz.server.ozser vicebootstrap -StopParams FORCS Co., LTD 31
32 OZ Scheduler User's Guide OZScheduler Stop ) -- StopParams= OZSchedulerStop --LogPath --LogPrefix :. ) --LogPath="C:/OZScheduler 4.0 /bin" ( : OZService) ) "OZ" "OZ_yyyyMMdd.log". log level, ERROR log "ERROR" level log --LogLevel WARN log. "ERROR" level log INFO log ( ) "ERROR", "INFO" level DEBUG log log --StdOutput --StdError )--StdOutput="stdout.log" )--StdOutput="stderr.log" OZSchedulerUninstallService.bat OZServiceSC.exe //DS//OZScheduler - { }\conf\ozscheduler.properties path.oz.scheduler.home 32 FORCS Co., LTD
33 . { }\bin\ozschedulerinstallservice.bat. ' '. OZScheduler ( ). OZSchedule 'OZScheduler ' ' ' " ". FORCS Co., LTD 33
34 OZ Scheduler User's Guide OZScheduler ( ). { }\bin\ozscheduleruninstallservice.bat. : scheduler.bat, scheduler_stop.bat. scheduler.bat scheduler_stop.bat OZServiceSC.exe. 34 FORCS Co., LTD
35 FORCS Co., LTD 35
36 OZ Scheduler User's Guide Windows Command Line. GUI Windows commander.bat commander [required-option] [selective-options].. -editconfig -external -load... -remove -list., Pause, Resume. -result -stop.. 36 FORCS Co., LTD
37 -published -restart -version Published file... -log.. -IP:<IP> IP ( : ) -Port:<Port> Port ( : 9521) -SIP:<IP> IP (: ) -SPort:<Port> Port (: 8003) -SURL:<URL> URL -SID:<ID> ID -SPWD:<PWD> -file:<filename>.... Port:9521 sip: SPort:8003 SID:admin SPWD:admin /q Shell Commander. command. FORCS Co., LTD 37
38 OZ Scheduler User's Guide Commands Command -editconfig.. -load ozs.. -remove ID. -list. Launch Type (W), (R), (P). (W) : Waiting (R) : Running (P) : Scheduling Pausing.... Action. Action [D] : Download [E] : Eliminate [P] : Pause [R] : Resume Text. -load... Pause. Pause. Pause Resume (=Waiting ). Resume. 38 FORCS Co., LTD
39 [L] : reload. -result (First Date, End Date, Task ID). -stop. :. -published Published File. 'RepositoryFileRootPath'. [M] : Mkdir [R] : Rmdir [C] : Chdir [G] : Get.., Published File....,. Action. Action [D] : Delete [L] : reload... -external. 'ExternalProgramFilePath'. FORCS Co., LTD 39
40 OZ Scheduler User's Guide [M] : Mkdir [R] : Rmdir [C] : Chdir [G] : Get [P] : Put [D] : Delete [L] : reload.., Published File...., version. -log. Thread Dump threaddump Thread Dump. Jre 1.5. Load Commander. 1:1. '_check' 'check'. ('true'.), 'mail_text_message=' 40 FORCS Co., LTD
41 "\n". "\n" "\\n". ( '\'.) ##** Note that if you want to check a '..._check' field, you should write in 'check' as a value (excluding quotation mark). ## Basic Information report_name=parameter_test.ozr category_name=/ ## ID & Password of target OZ Server server_id=admin server_pwd=admin ## Information for Sending an ## If you want to specify two or more person recipients, you should give comma separated sequence of addresses to recipient fields. ## If you want to insert a line separator in mail message, you should write '\\n'. mail_check=check mail_recipient_to=user1@forcs.com, user2@forcs.com mail_recipient_cc=user3@forcs.com mail_recipient_bcc=user4@forcs.com mail_subject= mail_text_message= ## Parameters parameter_count=4 parameter_name_1=[form].formparam parameter_value_1=form1 parameter_name_2=[form].odiparam parameter_value_2=form2 parameter_name_3=parameter_test.odiparam parameter_value_3=odi1 parameter_name_4=parameter_test.odiparam2 parameter_value_4=odi2 ## External Program external_program_check=check external_program_command=notepad.bat ## Schedule Time ## launch_type = immediately / once / periodically FORCS Co., LTD 41
42 OZ Scheduler User's Guide launch_type=periodically ## Once Execution #execution_year= #execution_month= #execution_day= #execution_hour= #execution_min= ## Periodicaly Execution #### Periodically Execution - Start Date Configuration start_year=2005 start_month=1 start_day=3 #### Periodically Execution - Days Configuration ## periodically_execution_day_type = daily / weekly / monthly periodically_execution_day_type=daily #### Periodically Execution - Days Configuration - Daily ## daily_type = specific_day[daily_every_days] / weekday daily_type=specific_day daily_every_days=1 ## Periodically Execution - Time Configuration periodically_execution_time_type=user_defined ## Periodically Execution - Time Configuration - User_Defined ## user_defined_time = ex) 01:10, 04:50, 17:25... (in ascending powers) user_defined_time=11:40 ## Data Module Server Store dm_server_check=check dm_server_name=parameter_test.sdm odi_name_list=parameter_test.odi odi_name_list_category=/ odi_name=parameter_test.odi odi_category_name=/ odi_parameter_count=2 odi_parameter_name_1=odiparam odi_parameter_value_1=sdm odi 1 odi_parameter_name_2=odiparam2 odi_parameter_value_2=sdm odi 2 42 FORCS Co., LTD
43 file_export_list=pdf/ozd/html/jpg/xls/doc/svg/txt/ppt/tif/csv ## Excel Local Store exparg.excel.filename=test.xls ## PDF File Store exparg.pdf.filename=test.pdf exparg.ozd.filename=test.ozd exparg.html.filename=test.html exparg.jpg.filename=test.jpg exparg.word.filename=test.doc exparg.svg.filename=test.svg exparg.text.filename=test.txt exparg.ppt.filename=test.ppt exparg.tiff.filename=test.tif exparg.csv.filename=test.csv FORCS Co., LTD 43
untitled
Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.
More informationuntitled
FORCS Co., LTD 1 OZ Enterprise Server Administrator's Guide (for Java) 2 FORCS Co., LTD FORCS Co., LTD 3 OZ Enterprise Server Administrator's Guide (for Java)..,,... 4 FORCS Co., LTD Shell Command Shell
More informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Enterprise Server Administrator's Guide (for Java) 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Enterprise
More informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer
More informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Designer Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Designer
More informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting Started 'OZ
More informationORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O
Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration
More informationRemote UI Guide
Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................
More informationchapter1,2.doc
JavaServer Pages Version 08-alpha copyright2001 B l u e N o t e all rights reserved http://jspboolpaecom vesion08-alpha, UML (?) part1part2 Part1 part2 part1 JSP Chapter2 ( ) Part 1 chapter 1 JavaServer
More informationuntitled
FORCS Co., LTD 1 2 FORCS Co., LTD . Publishing Wizard Publishing Wizard Publishing Wizard Publishing Wizard FORCS Co., LTD 3 Publishing Wizard Publidhing Wizard HTML, ASP, JSP. Publishing Wizard [] []
More informationAnalytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Cras
Analytics > Log & Crash Search > Unity ios SDK [Deprecated] Log & Crash Unity ios SDK. TOAST SDK. Log & Crash Unity SDK Log & Crash Search. Log & Crash Unity SDK... Log & Crash Search. - Unity3D v4.0 ios
More informationSolaris Express Developer Edition
Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC
More informationuntitled
A Leader of Enterprise e-business Solution FORCS Co., LTD 1 OZ Application Getting Started (ver 5.1) 2 FORCS Co., LTD A Leader of Enterprise e-business Solution FORCS Co., LTD 3 OZ Application Getting
More informationuntitled
FORCS Co., LTD 1 2 FORCS Co., LTD FORCS Co., LTD 3 4 FORCS Co., LTD FORCS Co., LTD 5 ..,,..... 6 FORCS Co., LTD ,. Shell Command, Shell Command.,. Getting Started....,.. FORCS Co., LTD 7 WAS API, OZC,
More information<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>
i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,
More informationPCServerMgmt7
Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network
More informationPRO1_04E [읽기 전용]
Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC
More informationCopyright 2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A..,,. Sun. Sun. Berkeley BSD. UNIX X/Open Company, Ltd.. Sun, Su
Java Desktop System 2 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7757 10 2004 9 Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A..,,.
More informationDialog Box 실행파일을 Web에 포함시키는 방법
DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New
More informationSmart Power Scope Release Informations.pages
v2.3.7 (2017.09.07) 1. Galaxy S8 2. SS100, SS200 v2.7.6 (2017.09.07) 1. SS100, SS200 v1.0.7 (2017.09.07) [SHM-SS200 Firmware] 1. UART Command v1.3.9 (2017.09.07) [SHM-SS100 Firmware] 1. UART Command SH모바일
More informationuFOCS
1 기 : 기 UF_D_V250_002 기 기 기 품 ufocs 기 v2.5.0 히기기기기기기기기기 기 Manual 기 version 기 3.2 기품 2011.7.29 히기 345-13 1 Tel : 02-857-3051 Fax : 02-3142-0319 : http://www.satu.co.kr 2010 SAT information Co., Ltd. All
More informationApache2 + Tomcat 5 + JK2 를 사용한 로드밸런싱과 세션 복제 클러스터링 사이트 구축
Apache2 + Tomcat 5 + JK2 : 2004-11-04 Release Ver. 1.0.0.1 Email : ykkim@cabsoftware.com Apache JK2 ( )., JK2 Apache2 JK2. 3 - JK2, Tomcat -.. 3, Stress ( ),., localhost ip., 2. 2,. Windows XP., Window
More informationUser's Guide Manual
1. 롯데 통합구매 시스템 사용자 매뉴얼 (공급사용) 2006.01-1 - 문서 이력(Revision History) Date Version Description Author(s) 2006/01 V1.0 사용자 매뉴얼 - 공급사용 롯데CFD 주) 이 사용자 안내서의 내용과 롯데 통합구매 시스템은 저작권법과 컴퓨터 프로그램 보호법으로 보호 받고 있으며, 롯데CFD의
More informationInterstage4 설치가이드
Interstage Application Server V501 Operation Guide Internet 1 1 1 FJApache FJApache (WWW (WWW server) server) - - file file - - 2 2 InfoProviderPro InfoProviderPro (WWW (WWW server) server) - - file file
More informationAPOGEE Insight_KR_Base_3P11
Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows
More informationMAX+plus II Getting Started - 무작정따라하기
무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,
More informationo o o 8.2.1. Host Error 8.2.2. Message Error 8.2.3. Recipient Error 8.2.4. Error 8.2.5. Host 8.5.1. Rule 8.5.2. Error 8.5.3. Retry Rule 8.11.1. Intermittently
More information목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate
ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition
More informationSRC PLUS 제어기 MANUAL
,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO
More information02 C h a p t e r Java
02 C h a p t e r Java Bioinformatics in J a va,, 2 1,,,, C++, Python, (Java),,, (http://wwwbiojavaorg),, 13, 3D GUI,,, (Java programming language) (Sun Microsystems) 1995 1990 (green project) TV 22 CHAPTER
More information10X56_NWG_KOR.indd
디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때
More informationchapter4
Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก
More information01Àå
CHAPTER 01 1 Fedora Fedora Linux Toolbox 2003 Fedora Core( ) http://fedoraproject.org www.redhat.com 2 CHAPTER Fedora RHEL GNU public license www.centos.org www.yellowdoglinux.com www. lineox.net www.
More informationMicrosoft PowerPoint - Smart CRM v4.0_TM 소개_20160320.pptx
(보험TM) 소개서 2015.12 대표전화 : 070 ) 7405 1700 팩스 : 02 ) 6012 1784 홈 페이지 : http://www.itfact.co.kr 목 차 01. Framework 02. Application 03. 회사 소개 01. Framework 1) Architecture Server Framework Client Framework
More information6강.hwp
----------------6강 정보통신과 인터넷(1)------------- **주요 키워드 ** (1) 인터넷 서비스 (2) 도메인네임, IP 주소 (3) 인터넷 익스플로러 (4) 정보검색 (5) 인터넷 용어 (1) 인터넷 서비스******************************* [08/4][08/2] 1. 다음 중 인터넷 서비스에 대한 설명으로
More information초보자를 위한 ADO 21일 완성
ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,
More informationConnection 8 22 UniSQLConnection / / 9 3 UniSQL OID SET
135-080 679-4 13 02-3430-1200 1 2 11 2 12 2 2 8 21 Connection 8 22 UniSQLConnection 8 23 8 24 / / 9 3 UniSQL 11 31 OID 11 311 11 312 14 313 16 314 17 32 SET 19 321 20 322 23 323 24 33 GLO 26 331 GLO 26
More informationInterstage5 SOAP서비스 설정 가이드
Interstage 5 Application Server ( Solaris ) SOAP Service Internet Sample Test SOAP Server Application SOAP Client Application CORBA/SOAP Server Gateway CORBA/SOAP Gateway Client INTERSTAGE SOAP Service
More informationApache Ivy
JBoss User Group The Agile Dependency Manager 김병곤 fharenheit@gmail.com 20100911 v1.0 소개 JBoss User Group 대표 통신사에서분산컴퓨팅기반개인화시스템구축 Process Designer ETL, Input/Output, Mining Algorithm, 통계 Apache Hadoop/Pig/HBase/Cassandra
More informationuntitled
A Leader of Enterprise e-business Solution API... 3 Class Cache... 5 Class ConnectionPool... 9 Class DataBind... 16 Class Log... 19 Class Mail... 22 Class Module... 29 Class Monitor... 40 API... 43 Class
More informationBackup Exec
(sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.
More information소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수
사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를
More informationETL_project_best_practice1.ppt
ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication
More information초보자를 위한 ASP.NET 2.0
(World Wide Web), HTML., (ebay) (Amazon.com) HTML,., Microsoft ASP.NET. ASP.NET ASP.NET., ASP.NET HTML,,. ASP.NET HTML.. ASP.NET, Microsoft Visual Basic. Visual Basic. 5 Visual Basic, Visual Basic. ASP.NET
More informationEclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일
Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae
More informationMicrosoft Word - Automap3
사 용 설 명 서 본 설명서는 뮤직메트로에서 제공합니다. 순 서 소개 -------------------------------------------------------------------------------------------------------------------------------------------- 3 제품 등록 --------------------------------------------------------------------------------------------------------------------------------------
More informationDocsPin_Korean.pages
Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google
More information슬라이드 1
NeoDeveloper 설치가이드 차례 1. 환경 3 2. 설치 3 2.1 웹서버설치 3 Tomcat 7 3 JDK 1.6 3 2.2 NeoDeveloper 설치 3 Neo Developer 서버구성 3 Demo용 User Application 구성 4 Neo Developer 서버 Data File 4 Client 개발 Tool 설치 4 3. 설정 5 3.1
More information휠세미나3 ver0.4
andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$
More informationuntitled
1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...
More informationOPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block
More informationFileMaker 15 WebDirect 설명서
FileMaker 15 WebDirect 2013-2016 FileMaker, Inc.. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc.. FileMaker WebDirect FileMaker, Inc... FileMaker.
More informationSun Java System Messaging Server 63 64
Sun Java System Messaging Server 6.3 64 Sun Java TM System Communications Suite Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 820 2868 2007 7 Copyright 2007 Sun Microsystems,
More informationCopyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper
Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,
More informationOrcad Capture 9.x
OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd
More information목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER
< Tool s Guide > 목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER 실행파일... 7 4. DEVICE-PROGRAMMER 사용하기...
More information강의10
Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced
More informations SINUMERIK 840C Service and User Manual DATA SAVING & LOADING & & /
SINUMERIK 840C Service and Uer Manual DATA SAVING & LOADING & & / / NC, RS232C /. NC NC / Computer link () Device ( )/PC / / Print erial Data input RS232C () Data output Data management FLOPPY DRIVE, FLOPPY
More informationSMB_ICMP_UDP(huichang).PDF
SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request
More information1
04단원 컴퓨터 소프트웨어 1. 프로그래밍 언어 2. 시스템 소프트웨어 1/10 1. 프로그래밍 언어 1) 프로그래밍 언어 구분 각종 프로그래밍 언어에 대해 알아보는 시간을 갖도록 하겠습니다. 우리가 흔히 접하는 소프트웨어 들은 프로그래밍 언어로 만들어지는데, 프로그래밍 언어는 크게 2가지로 나눌 수 있습니다. 1 저급어 : 0과 1로 구성되어 있어, 컴퓨터가
More informationCopyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat
Sun Server X3-2( Sun Fire X4170 M3) Oracle Solaris : E35482 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including
More informationSena Technologies, Inc. HelloDevice Super 1.1.0
HelloDevice Super 110 Copyright 1998-2005, All rights reserved HelloDevice 210 ()137-130 Tel: (02) 573-5422 Fax: (02) 573-7710 E-Mail: support@senacom Website: http://wwwsenacom Revision history Revision
More informationK7VT2_QIG_v3
1......... 2 3..\ 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 " RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K
More information1. efolder 시스템구성 A. DB B. apache - mod-perl - PHP C. SphinxSearch ( 검색서비스 ) D. File Storage 2. efolder 설치순서 A. DB (MySQL) B. efolder Service - efolder
Embian efolder 설치가이드 efolder 시스템구성 efolder 설치순서 Installation commands 1. efolder 시스템구성 A. DB B. apache - mod-perl - PHP C. SphinxSearch ( 검색서비스 ) D. File Storage 2. efolder 설치순서 A. DB (MySQL) B. efolder
More informationPRO1_09E [읽기 전용]
Siemens AG 1999 All rights reserved File: PRO1_09E1 Information and - ( ) 2 3 4 5 Monitor/Modify Variables" 6 7 8 9 10 11 CPU 12 Stop 13 (Forcing) 14 (1) 15 (2) 16 : 17 : Stop 18 : 19 : (Forcing) 20 :
More informationSena Device Server Serial/IP TM Version
Sena Device Server Serial/IP TM Version 1.0.0 2005. 3. 7. Release Note Revision Date Name Description V1.0.0 2005-03-7 HJ Jeon Serial/IP 4.3.2 ( ) 210 137-130, : (02) 573-5422 : (02) 573-7710 email: support@sena.com
More information05Àå
CHAPTER 05 NT,, XP,. NT NTFS, XP. D,,. XP x NT,,, ( x, x ). NT/ /XP,.. PC NT NT. + Guide to Software: Understanding and Installing Windows 2000 and Windows NT + SOFTWARE Guide to Software 3/e SOFTWARE
More informationPowerPoint 프레젠테이션
@ Lesson 1,..... @ 1 Green Project 1991 Oak Java 1995. 5 December '90 by Patrick Naughton, Mike Sheridan and James Gosling Embedded in various consumer electronic device 1992. 9. 3 Star 7 1993 www portability
More informationPowerPoint 프레젠테이션
(Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet
More informationPowerPoint 프레젠테이션
Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING
More information블로그_별책부록
Mac Windows http //java sun com/javase/downloads Java SE Development Kit JDK 1 Windows cmd C:\>java -version java version "1.6.0_XX" Java(TM) SE Runtime Environment (build 1.6.0_XX-b03) Java HotSpot(TM)
More information28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5]
The Asian Journal of TEX, Volume 3, No. 1, June 2009 Article revision 2009/5/7 KTS THE KOREAN TEX SOCIETY SINCE 2007 2008 ko.tex Installing TEX Live 2008 and ko.tex under Ubuntu Linux Kihwang Lee * kihwang.lee@ktug.or.kr
More informationuntitled
CAN BUS RS232 Line Ethernet CAN H/W FIFO RS232 FIFO IP ARP CAN S/W FIFO TERMINAL Emulator COMMAND Interpreter ICMP TCP UDP PROTOCOL Converter TELNET DHCP C2E SW1 CAN RS232 RJ45 Power
More informationPowerPoint 프레젠테이션
Synergy EDMS www.comtrue.com opyright 2001 ComTrue Technologies. All right reserved. - 1 opyright 2001 ComTrue Technologies. All right reserved. - 2 opyright 2001 ComTrue Technologies. All right reserved.
More informationESET Mail Security for Microsoft Exchange Server
ESET MAIL SECURITY Microsoft Exchange Server용 설치 설명서 및 사용자 설명서 Microsoft Windows Server 2003 / 2008 / 2008 R2 / 2012 / 2012 R2 이 문서의 최신 버전을 다운로드하려면 여기를 클릭 ESET MAIL SECURITY Copyright 2016 by ESET, spol
More informationDE1-SoC Board
실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically
More informationSecure Programming Lecture1 : Introduction
Malware and Vulnerability Analysis Lecture3-2 Malware Analysis #3-2 Agenda 안드로이드악성코드분석 악성코드분석 안드로이드악성코드정적분석 APK 추출 #1 adb 명령 안드로이드에설치된패키지리스트추출 adb shell pm list packages v0nui-macbook-pro-2:lecture3 v0n$
More information본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게 해 주는 프로그램입니다. 다양한 기능을 하는 플러그인과 디자인
스마일서브 CLOUD_Virtual 워드프레스 설치 (WORDPRESS INSTALL) 스마일서브 가상화사업본부 Update. 2012. 09. 04. 본문서는 초급자들을 대상으로 최대한 쉽게 작성하였습니다. 본문서에서는 설치방법만 기술했으며 자세한 설정방법은 검색을 통하시기 바랍니다. 1. 설치개요 워드프레스는 블로그 형태의 홈페이지를 빠르게 만들수 있게
More information본 기기에 대하여 언제, 어디서나 자유롭게 LG 넷하드를 구입해주셔서 감사합니다. LG 넷하드는 인터넷이 연결된 곳이라면 언제 어디서나 자유롭게 파일을 저장하고 공유할 수 있는 장치입니다. 2
이 설명서의 저작권은 (주)LG전자에 있습니다. (주)LG전자의 사전 허가 없이 설명서 내용의 일부 또는 전부를 무단 사용하거나 복제하는 것은 금지되어 있습니다. 본 기기에 대하여 언제, 어디서나 자유롭게 LG 넷하드를 구입해주셔서 감사합니다. LG 넷하드는 인터넷이 연결된 곳이라면 언제 어디서나 자유롭게 파일을 저장하고 공유할 수 있는 장치입니다. 2 본
More information11111111111111111111111111111111111111111111111111111111111111111111111111111
서울시 금천구 가산동 448 대륭테크노타운 3차 301호 전화 : (02)838-0760 팩스 : (02)838-0782 메일 : support@gyrosoft.co.kr www.gyrosoft.co.kr www.gyro3d.com 매뉴얼 버전 : 1.00 (발행 2008.6.1) 이 설명서의 어느 부분도 자이로소프트(주)의 승인 없이 일부 또는 전부를 복제하여
More informationCLX8380_KR.book
이 사용설명서와 제품은 저작권법에 의해 보호되어 있습니다. 삼성전자 ( 주 ) 의 사전 서면 동의 없이 사용설명서 및 제품의 일부 또는 전체를 복사, 복제, 번역 또는 전자매체나 기계가 읽을 수 있는 형태로 바꿀 수 없습니다. 이 사용설명서와 제품은 표기상의 잘못이나 기술적인 잘못이 있을 수 있으며 사전 통보 없이 이러한 내용들이 변경될 수 있습니다. CLX-8380ND,
More informationthesis-shk
DPNM Lab, GSIT, POSTECH Email: shk@postech.ac.kr 1 2 (1) Internet World-Wide Web Web traffic Peak periods off-peak periods peak periods off-peak periods 3 (2) off-peak peak Web caching network traffic
More informationthesis
( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype
More information2 x10 목 차 1. 일반 정보 1. 점검 사항 2. 주의 및 관리 3. 방수 4. 배터리 충전하기 2. 순토 X10 사용 방법 1. 화면과 버튼 (1) 모드 표시 (2) 배터리 용량 표시 (3) 알람 심볼 (4) GPS 수신 표시 2. 메뉴 (1) 기본 메뉴 구조
SUUNTO X10 한글 사용 설명서 x 이 사용 설명서는 순토 X10 패키지에 들어있는 영문설명서 부분을 한 글화 한 것입니다. x 영문을 한글로 번역하는 과정에서 기술적인 전문성의 결여로 인해 발생 할 수 있는 오역의 가능성이 있음을 알려드리며, 사용 시 이 점을 감안하 여 주실 것을 당부 드립니다. x 보다 자세한 기술적인 설명에 대한 지원이 필요하신
More informationBH의 아이폰 추천 어플
BH의 아이폰 추천 어플 정병훈 소개글 목차 1 [BH의 아이폰 필수 앱] Pulse - 뉴스/웹사이트/RSS 모아주는 앱 4 2 [BH의 아이폰 필수 앱] Dropbox - n스크린 파일 공유 앱 (문서, 사진, 동영상 등) 12 3 [BH의 아이폰 필수 앱] 파노라마 사진찍기 Photosynth 17 4 [BH의 아이폰 필수 앱] 연락처 동기화 네이버 주소록
More informationPortal_9iAS.ppt [읽기 전용]
Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C
More information1217 WebTrafMon II
(1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network
More informationP2WW-2642-01HNZ0
P2WW-2642-01HNZ0 CardMinder 유저 가이드 시작하기 전에 CardMinder 는 이미지 스캐너를 사용하여 명함을 스캔하거나 주소 데이터 베이스로 변환시키 는 애플리케이션입니다. 이 매뉴얼에는 CardMinder 의 기능 및 창에 대한 자세한 설명 및 개요를 설명합니다. 본 매뉴얼을 표시하거나 인쇄하려면, Adobe Acrobat (7.0
More information제목을 입력하세요.
1. 4 1.1. SQLGate for Oracle? 4 1.2. 4 1.3. 5 1.4. 7 2. SQLGate for Oracle 9 2.1. 9 2.2. 10 2.3. 10 2.4. 13 3. SQLGate for Oracle 15 3.1. Connection 15 Connect 15 Multi Connect 17 Disconnect 18 3.2. Query
More informationhd1300_k_v1r2_Final_.PDF
Starter's Kit for HelloDevice 1300 Version 11 1 2 1 2 3 31 32 33 34 35 36 4 41 42 43 5 51 52 6 61 62 Appendix A (cross-over) IP 3 Starter's Kit for HelloDevice 1300 1 HelloDevice 1300 Starter's Kit HelloDevice
More information목 차 Ⅰ. 일반사항 1 Ⅱ. 특기사항 3 Ⅲ. 물품내역 및 세부규격 8 Ⅳ. 주의사항 11-2 -
대전마케팅공사 경영정보포털 구축 사업 패키지 소프트웨어 2식 구매 설치 시방서 (소프트웨어 2식) 2016. 06. 대전마케팅공사 경 영 지 원 파 트 목 차 Ⅰ. 일반사항 1 Ⅱ. 특기사항 3 Ⅲ. 물품내역 및 세부규격 8 Ⅳ. 주의사항 11-2 - Ⅰ. 일반사항 1. 목적 본 시방서는 대전마케팅공사가 추진하고 있는 경영정보포털 사업의 패키지 소프트웨어 도입을
More informationBEef 사용법.pages
1.... 3 2.... 3 (1)... 3 (2)... 5 3. BeEF... 7 (1) BeEF... 7 (2)... 8 (3) (Google Phishing)... 10 4. ( )... 13 (1)... 14 (2) Social Engineering... 17 (3)... 19 (4)... 21 5.... 22 (1)... 22 (2)... 27 (3)
More information1
7차시. 이즐리와 택시도를 활용한 인포그래픽 제작 1. 이즐리 사이트에 대해 알아보고 사용자 메뉴 익히기 01. 이즐리(www.easel.ly) 사이트 접속하기 인포그래픽 제작을 위한 이즐리 사이트는 무료로 제공되는 템플릿을 이용하여 간편하게 인포그래 픽을 만들 수 있는 사이트입니 이즐리는 유료, 무료 구분이 없는 장점이 있으며 다른 인포그래픽 제작 사이트보다
More informationUNIST_교원 홈페이지 관리자_Manual_V1.0
Manual created by metapresso V 1.0 3Fl, Dongin Bldg, 246-3 Nonhyun-dong, Kangnam-gu, Seoul, Korea, 135-889 Tel: (02)518-7770 / Fax: (02)547-7739 / Mail: contact@metabrain.com / http://www.metabrain.com
More informationODS-FM1
OPTICAL DISC ARCHIVE FILE MANAGER ODS-FM1 INSTALLATION GUIDE [Korean] 1st Edition (Revised 4) 상표 Microsoft, Windows 및 Internet Explorer는 미국 및 / 또는 다른 국가에서 Microsoft Corporation 의 등록 상표입 Intel 및 Intel Core
More informationAnalyst Briefing
. Improve your Outlook on Email and File Management iseminar.. 1544(or 6677)-3355 800x600. iseminar Chat... Improve your Outlook on Email and File Management :, 2003 1 29.. Collaboration Suite - Key Messages
More informationESET NOD32 Antivirus
ESET NOD32 ANTIVIRUS 6 사용자 설명서 (제품 버전 6.0 이상) Microsoft Windows 8 / 7 / Vista / XP / Home Server 이 문서의 최신 버전을 다운로드하려면 여기를 클릭 ESET NOD32 ANTIVIRUS Copy r ight 2013 by ESET, s pol. s r. o. ESET NOD32 Antivirus는
More informationMac OS X 이란.hwp
Mac OS X 이란 운영체제(OS:Operation System)는 컴퓨터를 제어하고 해야 할 일을 명령하는 소프트웨어입 니다. 애플의 매킨토시(Macintosh) 컴퓨터를 실행하는 운영 체제는 Mac OS라고 불립니다. 이미 윈도우즈에 적응되어버린 사용자들이 다시 새로운 OS를 배운다는 건 쉽지 않겠지만, Mac OS는 세상의 어떤 OS보다도 사용하기 쉽다고
More information