You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Copy Application Backup Snapshot to SFTP

Copy Application Backup Snapshot to EPM Inbox/Data Exchange Inbox-Outbox

I'm trying to find a native Oracle EPM Cloud approach to copy an Application Backup Snapshot from the Snapshot repository to either:

  • EPM Inbox (epminbox)
  • Data Exchange Inbox
  • Data Exchange Outbox

The end goal is to use the new Pipeline "Copy to SFTP" feature to upload the daily backup snapshot to an external SFTP location.

I explored several options:

REST APIs

  • interop/rest/v2/files/copyfrominstance
  • interop/rest/v1/services/copyfile

EPM Automate from Groovy

EpmAutomateStatus loginStatus = automate.execute('login', userName, password1, instanceUrl)def copyStatus = automate.execute(    'copyFileFromInstance',    'Backup.zip',    userName,    encodedPassword,    instanceUrl,    'Backup_for_DM.zip')println("Copy status: ${copyStatus.getStatus()} - ${copyStatus.getOutput()}")

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!