Introduction

In order to automate the process of extracting and loading data from Hyperion Enterprise there are a couple of steps that need to be accomplished:

This article describes these tasks individually.

Extract data from Hyperion Enterprise using Hyperion Autopilot

Hyperion Autopilot is a software tool that comes with Hyperion Enterprise and helps you to automate administrative tasks. For every category two tasks are required:

  1. Change Category task
  2. Extract Enterprise Data task

The Extract Enterprise Data task needs to be configured with the following settings:

Process the Hyperion Enterprise data with a batch-procedure

To start the extraction of data from Hyperion Enterprise through a scheduled task, you first have to create a batch file with the appropriate command line. Give the batch file a logical name like HE_dataload.bat. You can put it on any location on the CXO-Cockpit application server, but note that the Active Directory user used for the scheduled task has write and execute rights on that folder.

This command-line has the following structure:

"C:\Program Files\CXO Solutions\CXO-Cockpit\Design Studio\CXO.Cockpit.Administration.exe" @app:hetest @cat:ACTUAL @cat:BUDGET @cat:ACT_BUD @trans:1 @process:1

The location of the executable CXO.Cockpit.Administration.exe usually is as in the two examples above, but is can also be on another drive (D:).

The arguments:

Scheduling the extraction task

In the Control Panel you can create a task that invokes the batch at a certain moment or with a certain interval. Read more about scheduling task in the Schedule Windows Tasks article.