Search

Help

Page 5 of 31. Showing 309 results (0.036 seconds)

  1. JobScheduler Monitoring Interface - Configuration and Use Cases

    / SystemNotifier run, an order is in a job chain state(step) that has ended with an error will not be sent: when after the last run of the sos … (JobScheduler versions from 1.12) ends with an error will not be sent: when a notification maximum has been reached see SystemMonitorNotification / Notification
    Product Knowledge BaseMay 08, 2022
  2. PowerShell CLI 1.2 - Use Cases - Task History Report

    Time"; expression={ Get-Date $_.startTime }}, ` @{name="End Time"; expression={ Get-Date $_.endTime }}, ` @{name="Duration (sec.)"; expression={ (New-Timespan -Start "$($_.startTime)" -End "$($_.endTime)").Seconds
    Product Knowledge BaseAug 09, 2020
  3. PowerShell CLI 1.2 - Use Cases - Order History Report

    }}, ` @{name="End Time"; expression={ Get-Date $_.endTime }}, ` @{name="Duration (sec.)"; expression={ (New-Timespan -Start "$($_.startTime)" -End "$($_.endTime)").Seconds }}, ` @{name="Node"; expression={$_.node
    Product Knowledge BaseAug 09, 2020
  4. PowerShell CLI 1.2 - Use Cases - Job Stream History Report

    }}, ` @{name="Start Time"; expression={ Get-Date $_.startTime }}, ` @{name="End Time … )" -End "$($_.endTime)").Seconds }} ` | Export-Excel -Path /tmp/jobscheduler_reporting.xlsx -WorksheetName "JobStream-History" -ClearSheet; Write
    Product Knowledge BaseAug 12, 2020
  5. How can I let a job run finish after a new instance should have started?

    " in the Periods window to activate the "Start Time" fields. Then select either "Interval end/start" or "Interval start/start" with the drop-down button. "Interval end/start" corresponds with the XML setting: <run_time> <period repeat="00:30:00" begin="00:00" end="24:00" /> </run_time> "Interval start/start
    Product Knowledge BaseNov 24, 2015
  6. sos-company-profile.pdf

    processing of individual documents and mass processing documents and to make documents available to end users. ▪ CSI Piemonte, Public Authority, Italy CA Unicenter
    Product Knowledge Base / … / Company ProfileApr 26, 2023
  7. Job JobSchedulerPLSQLJob

    (' +++ +++'); END; "/>   <!-- dbms_output to JobScheduler Order parameter parser regex --> <param name="variable_parser_reg_expr … ('SET order_date IS '|| v_order_date); DBMS_OUTPUT.PUT_LINE(' +++ +++'); END; "/> db_url JITL needs a standard JDBC database
    Product Knowledge BaseMar 12, 2018
  8. How To - SSH Session Management

    The SSH Session Management adds the possibility to end orphaned remote processes started by SSH jobs or orphaned JobScheduler tasks from SSH jobs. Use Case … tries to end the process on the remote host if a remote process is no longer available but the JobScheduler task is still running: the cleanup job ends the task
    Product Knowledge BaseDec 08, 2015
  9. How to handle errors

    - see our Monitoring page for more information. Basic Error Handling A Job ends in error when the script or program it calls returns an exit code other … can be configured to rerun after the Job has ended in error. Configuring the Scheduled Repetition of a Standalone Job Ending in Error Select the Run Options
    Product Knowledge BaseMar 23, 2016
  10. How to define a trigger in Oracle which starts a job in Job Scheduler

    ."NORMALIZED_NAME" || '"/><param name="directory" value="download_einzeldrucker"/></params>'); END IF; EXCEPTION WHEN NO_DATA_FOUND THEN BEGIN /* Default: raise an error */ RAISE_APPLICATION_ERROR( -20001,'TRIGGER:LF_QUEUES_SIGNAL: job could not be started: myJobname' ); END; WHEN OTHERS
    Product Knowledge BaseOct 21, 2014