Complete command reference with Vision Corporation examples. Copy-paste ready. Updated for EPM 25.06+.
JAVA_HOME to your Java 17 JRE. Old Java 8/11 installs cause TLS cipher failures from 25.09 onwards. Download: Settings & Actions → Downloads → EPM Automateepmautomate encrypt MyPassword myEncryptKey ./passwords/vision.epw — then reference vision.epw in all scripts..epw encrypted password file. Generated with encrypt command. Preferred over plain-text passwords./epmcloud suffix. Found in: Settings & Actions → About.logout at script end.logout in a finally-equivalent block. Orphaned sessions count against concurrent session limits. In bash: use trap "epmautomate logout" EXIT to guarantee logout even if the script fails mid-run..epw files in a secure location with restricted read permissions. Never commit to version control. The encryption key is not stored — keep it separately. Regenerate if the key is compromised.REPLACE clears existing data before loading. MERGE adds to existing. Always use REPLACE for actuals to prevent doubling.COMMIT writes to Essbase. NOCOMMIT validates mapping only — use to check for errors before a live load.runDataRule instead.downloadFile to retrieve it. For large exports, consider splitting by entity or period to avoid query threshold limits.inbox for files that Data Integration will read. Files exported by the system land in outbox — use downloadFile to retrieve them.Scenario=Budget works if the RTP is named "Scenario". scenario=Budget will not pass the value. This matches the Groovy executeRule() behaviour.Replace replaces all members. Merge adds/updates without removing. Default is Replace.Copy this as your starting template. Adapt environment URL, credentials path, and rule names. Designed to run via cron at 11pm on weeknights.
0 23 * * 1-5 /opt/scripts/vision-nightly.sh — runs at 11pm Monday through Friday. Add error email notification to catch failures before Finance arrives at 8am.setIPAllowList and getIPAllowList commands will be removed. Migrate to Network Perimeter in OCI Identity before February 2026.