Save Jedox Database
jedox_save_databaseSave structural changes to a Jedox database by persisting it to disk, ensuring modifications survive server restarts.
Instructions
Persist a Jedox database to disk.
IMPORTANT: Call this after making structural changes (creating/deleting dimensions or cubes) to ensure changes survive a server restart. Cell value writes do NOT require a save call.
Args:
database_id: Numeric ID of the database to save
Returns: { success: true }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Numeric ID of the database to persist to disk. |