MSAMM
Back to course

Administering Cloud EPM: The Platform Beneath the Business Processes · Module 11 · Automation

Scheduling and service accounts

Lesson 129 of 201 · 12 min

Schedule the script on the server. Configure it to run under a SERVICE ACCOUNT, not a personal one. Show the service account's role assignment and where it sits in Module 6's group model, show scheduling around the daily maintenance window, show monitoring the schedule, and show what happens when maintenance overlaps a scheduled run. SERVICE ACCOUNTS, NOT PERSONAL ACCOUNTS. This is the Module 6 offboarding problem, prevented. A leaver's account running the nightly load is a failure waiting for a resignation. The service account needs governing like any other identity: owned by a named person, credentials rotated, included in access reviews, excluded from the SSO federation if that is how authentication works. Schedule around the maintenance window, which you set in Module 13. Overlapping produces a failure that looks alarming and is not.

The full lesson is part of the course

The video, the complete written lesson and the module quiz are included in Administering Cloud EPM: The Platform Beneath the Business Processes, with a certificate on completion and a fourteen-day refund window.

Get the free lessons by email

We will email you a link to every free lesson in this course. No account needed, and one message only.

In this module: Module 11 · Automation

  1. 1Three tools, one questionFree preview
  2. 2Job Scheduler
  3. 3Installing and configuring the automation utility
  4. 4Authentication and credential handling
  5. 5The command surface
  6. 6Scripting patterns: backup and export
  7. 7Scripting patterns: data load and refresh
  8. 8Error handling and logging
  9. 9Scheduling and service accounts
  10. 10REST APIs and when to reach for them
  11. 11The integration agent
  12. 12What breaks
  13. 13Lab: automate it, and write the runbook