Administering Cloud EPM: The Platform Beneath the Business Processes · Module 11 · Automation
Three tools, one question
Lesson 121 of 201 · 2 min · Free preview
AUTOMATION IS NOT ABOUT SAVING TIME. It is about reliability, auditability and scalability. A task that runs correctly whether or not the person who normally does it is available. Three tools. Job Scheduler — time-based automation configured INSIDE the environment. No code. Recurrence and tracking built in. EPM Automate — a command-line utility run from OUTSIDE the environment. Chainable, scriptable, and able to move files to and from the environment. REST APIs — programmatic access, for integration into other systems and for anything the other two cannot express. The decision rule. Inside the environment, on a schedule, no files moving → Job Scheduler. Files moving in or out, or a sequence of steps, or coordination with something outside → EPM Automate. Integration into another system, or invoked by something else → REST. Job Scheduler for the routine in-environment work. A handful of EPM Automate scripts for backups and data movement.…
This lesson is free
Watch the full lesson, with its written notes, without an account. It is one of the free lessons this course opens with.
Watch the full lessonIn this module: Module 11 · Automation
- 1Three tools, one questionFree preview
- 2Job Scheduler
- 3Installing and configuring the automation utility
- 4Authentication and credential handling
- 5The command surface
- 6Scripting patterns: backup and export
- 7Scripting patterns: data load and refresh
- 8Error handling and logging
- 9Scheduling and service accounts
- 10REST APIs and when to reach for them
- 11The integration agent
- 12What breaks
- 13Lab: automate it, and write the runbook
