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=falsefor metadata-only import. - Use
essbase_load_datato import separate data file. - Use
recreate_application=trueonly 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
Parent topic: Tools for Analysts