Search

Help

Page 1 of 31. Showing 309 results (0.028 seconds)

  1. What is the difference between "end" and "kill immediately"?

    JobScheduler Operations Center (JOC) provides two methods to end a running task. Both are reachable via the context menu of the task. End a task with the "end … for shell jobs. End a task with the "kill immediately" command This command will send the following xml command to the JobScheduler engine: <kill_task
    Product Knowledge BaseOct 16, 2014
  2. Example with execution of a second job chain only if a specific job has ended successfully and first job chain is completed

    ). How it works: A sync job is located at the end of job chain1 and at the beginning of job chain 2. Job12 has a command on exit code=success which will create
    Product Knowledge BaseDec 22, 2020
  3. inventory.sql

    MINVALUE 1 CYCLE; '; END IF; RETURN; END; $$ LANGUAGE plpgsql; SELECT tmp(); COMMIT; CREATE OR REPLACE FUNCTION tmp() RETURNS VOID AS $$ DECLARE c … ") ) '; END IF; RETURN; END; $$ LANGUAGE plpgsql; SELECT tmp(); COMMIT; /* INVENTORY_INSTANCES */ CREATE OR REPLACE FUNCTION tmp() RETURNS VOID AS $$ DECLARE c
  4. diamond test case.xls

    executed at 15:00; I executed after end of D 4 1 1 0 0 B executed at 18:00; D executed after end of B; I executed after end of D 5 0 0 1 0 E executed at 16:00; I executed after end of E 6 1 0 1 0 B executed at 18:00; E executed after end of B; I executed after end of E 7 0 1 1 0 D executed at 15:00; E executed at 16:00; I
  5. reporting.sql

    = current_schema; IF sequence_exist = 0 THEN EXECUTE 'CREATE SEQUENCE REPORTING_SEQ_RT;'; END IF; END; END IF; RETURN; END; $$ LANGUAGE plpgsql; SELECT tmp(); COMMIT; /* Table for REPORTING_EXECUTIONS */ CREATE OR REPLACE FUNCTION tmp() RETURNS VOID AS $$ DECLARE
  6. How long will you support the different versions of JobScheduler and YADE?

    to bug-fixes, ensuring compatibility of the release to its predecessor as closely as possible. End of Maintenance Announcement SOS announces the date of the Last Public Maintenance Release approx. 6 months in advance. Last Public Maintenance Release This date marks the end of Product Maintenance for a release
    Product Knowledge BaseApr 23, 2024
  7. reporting_cleanup_procedure.sql

    REPORTING_SEQ_RED RESTART WITH 1; END IF; IF cleanupRange = 'all' OR cleanupRange = 'dailyplan' THEN TRUNCATE TABLE DAILY_PLAN; ALTER SEQUENCE DAILY_PLAN_ID_SEQ RESTART WITH 1; END IF; IF cleanupRange = 'all' OR cleanupRange = 'yade
  8. report_daily_plan_windows.job.xml

    $JOCCockpitUrl -Credential $JOCCockpitCredential | Out-Null; # start mode mapping $startModes = @{"0"="single start"; "1"="repeat start-start"; "2"="repeat end-start … }}, ` @{name="Expected End Time"; expression={ Get-Date $_.expectedEndTime }}, ` @{name="Expected Duration (sec
  9. report_daily_plan_linux.job.xml

    $JOCCockpitCredential | Out-Null; # start mode mapping $startModes = @{"0"="single start"; "1"="repeat start-start"; "2"="repeat end-start … }}, ` @{name="Expected End Time"; expression={ Get-Date $_.expectedEndTime }}, ` @{name="Expected Duration (sec
  10. reporting_procedure.sql

    " WHEN 0 THEN CAST(ij."IS_RUNTIME_DEFINED" AS INT) WHEN 1 THEN CAST(sub."IS_RUNTIME_DEFINED" AS INT) END … ."JOB_CHAIN", ij."NAME"; END; $$ LANGUAGE plpgsql; COMMIT; CREATE OR REPLACE FUNCTION REPORT_INSTALLED_ORDER_OBJECTS(start_date DATE, end_date DATE