essbase_load_data

This Essbase MCP Server tool enables you to load a catalog data file into an existing cube optionally with a catalog rule file. Use after essbase_deploy_workbook or essbase_clear_data tool when you are loading/reloading data without recreating the application.

Parameters

  • application (string) — required — Essbase application name.
  • db (string) — required — Essbase database/cube name.
  • data_file (string) — required — Essbase catalog path. For example, /shared/MyFolder/file.txt.
  • rule_file (string) — Essbase catalog path. For example, /shared/MyFolder/file.txt.
  • abort_on_error (boolean) — Whether a data-load job should abort on first error.
  • wait_for_completion (boolean) — Whether to wait for the submitted job to finish before returning.

Minimum Profile

analyst