essbase_deploy_workbook

This Essbase MCP Server tool enables you to import an Excel workbook from the catalog to create or update cube metadata.

  • Use load_data=false for metadata-only import.
  • Use essbase_load_data to import separate data file.
  • Use recreate_application=true only for intentional replacement.

Parameters

  • catalog_excel_path (string) — required — Essbase catalog path. For example, /shared/MyFolder/file.txt.
  • application (string) — required — Essbase application name.
  • db (string) — required — Essbase database/cube name.
  • load_data (boolean) — Whether workbook import should also load workbook-defined data.
  • create_files (boolean) — Whether import should create cube artifact files.
  • execute_script (boolean) — Whether import should execute workbook scripts.
  • recreate_application (boolean) — Whether to replace an existing application during workbook import.
  • build_option (string) — Workbook build option passed to the import job, for example NONE.
  • auto_load_companion_data (boolean) — Whether to auto-run a sibling companion data file when workbook load_data is unsupported.

Minimum Profile

analyst