EPM Integration Agent Context Functions

EPM Integration Agent API, context functions are available that provide important contextual information for script writers.

The contextual functions are as follows:

Function Description

agentContext["JOBTYPE"]

Provides the job type being executed by the agent. At this time, the JOBTYPE processes are "EXTRACT" and "DRILL".

agentContext["EPM_APP_DATA_HOME"]

Provides the data home specified in the INI file used when starting the EPM Integration Agent.

agentContext["DELIMITER"]

Provides the file delimiter specified as part of the data source entry from the Oracle Enterprise Performance Management Cloud.

agentContext["DATAFILENAME"]

Provides the path and name of the file that is uploaded to the EPM Cloud. Use this function instead of building file names manually.

agentContext["JOBID"]

Provides the job ID from the integration submitted in the EPM Cloud.

agentContext["INTEGRATION"]

Provides the name of the INTEGRATION being executed.

agentContext["WRITEBACK_DATA_FILE"]

Provides the path and name of the write-back data export file that is that is downloaded from the EPM Cloud. Use this function instead of building file names manually.

agentContext["LOCATION"]

Provides the location from the integration submitted in the EPM Cloud.

agentContext["SOURCE_APPLICATION"]

Provides the source application from the integration submitted in the EPM Cloud.

agentContext["TARGET_APPLICATION"]

Provides the target application from the integration submitted in the EPM Cloud.