Workshops

Tutorial 6: Exit State Translations and workarounds

That tutorial explains, how to handle in BICsuite and schedulix a small weak point in the result of the last video. Because the second job was skipped, the whole batch appeared with the Exit State SKIPPED. Here’s how to finalize the batch with SUCCESS. BASIC users create a dummy-job as a workaround, users of the PROFESSIONAL and ENTERPRISE edition learn how to use the Exit…

Tutorial 5: Conditional execution of a job within a batch

In this tutorial you create a batch consisting of the jobs ‘LOAD_NEW_DATA’ and ‘PROCESS_DATA’. The job ‘PROCESS_DATA’ should only run if the job ‘LOAD_NEW_DATA’ has actually loaded new data. Codeline for the field Run Program: SDMSpopup.sh $JOBNAME -c 0=SUCCESS:1=NO_DATA:2=FAILURE” Tutorial 6: Exit State Translations and workarounds Tutorial 7: Setting user defaults Tutorial 8: Time scheduling with different time zones

Tutorial 4: Exit-State-Definitions, -Mappings and Profiles

This video starts a workshop in several parts about the conditional execution of jobs. One job within a batch should only run, if another job has actually loaded new data. In this video you learn to handle Exit-State-Definitions, -Mappings and -Profiles in BICsuite and you build up the conditions for the communication between the two jobs. Tutorial 5: Conditional execution of a job within a…

Tutorial 3: Interventions in processing batches

In the third part of our tutorial series we demonstrate, how to monitor running batches and intervent in case of failures. You learn for example, how to rerun single jobs, cancel them or how to temporarily ignore dependencies. Tutorial 4: Exit-State-Definitions, -Mappings and Profiles Tutorial 5: Conditional execution of a job within a batch Tutorial 6: Exit State Translations and workarounds

Tutorial 2: Create a simple batch process

In this Video you learn how to create and run a simple batch process with dependencies in BICsuite Tutorial 3: Interventions in processing batches Tutorial 4: Exit-State-Definitions, -Mappings and Profiles Tutorial 5: Conditional execution of a job within a batch

Tutorial 1: Create and run a simple job

In this part of our tutorial series we demonstrate how to easily create and run a simple job in BICsuite Tutorial 2: Create a simple batch process Tutorial 3: Interventions in processing batches Tutorial 4: Exit-State-Definitions, -Mappings and Profiles