This folder contains all necessary files and documentation for installing Bedrock 5, a comprehensive library of TurboIntegrator (TI) processes for IBM Planning Analytics / TM1.
- Backup First: Always backup your existing processes before installation
- Customizations: If you've modified existing Bedrock processes, use the upgrade procedure to preserve changes
- Permissions: Ensure you have appropriate administrative access to your TM1 instance
- API Key: For PAW installation, you'll need to generate an API key
| Method | Best For | Complexity | Customization |
|---|---|---|---|
| Arc Installation | Cubewise Arc users | Easy | None |
| Script Installation | Python or Windows users wanting automated setup with compare capabilities | Easy | Full |
| PAW Installation | Users needing full control or customizations | Medium | Full |
Prerequisites: Cubewise Arc installed and connected to your TM1 instance
Quick Steps:
- Connect to your V12 instance using Arc
- Navigate to Tools → Install Bedrock
- Select the Bedrock version from the toolbox
- Click the Install icon
Prerequisites: Windows machine with network access to your TM1 server
Quick Steps:
- Download the latest release package from releases
- Extract the package
- Double-click
bedrock_installer.exe - Follow the on-screen prompts to configure your TM1 connection and installation
Prerequisites:
- Python 3.9 or higher
- pip (Python package manager)
- Network access to your TM1 server
Installation Steps:
- Extract the release package
- Open a command prompt in the extracted folder
- Install dependencies:
pip install --force-reinstall --upgrade -r requirements.txt
- Run the installer:
python bedrock_installer.py
Configuration:
- First run creates a
config.inifile from the sample - Edit
config.iniwith your TM1 server details - Run the installer again to deploy Bedrock
Features:
- Automatic configuration file generation
- Built-in comparison tool for upgrades
- Support for multiple TM1 authentication methods
Prerequisites: Access to IBM Planning Analytics Workspace (PAW), API key for authentication
Follow the detailed step-by-step guide: Manual Installation Guide
Overview:
- Download
installation_files/assets/bedrock.jsonfile - Upload to TM1 Database File Manager
- Create and run the installation TurboIntegrator process
- Configure with your API key and connection details
If you have modified Bedrock processes, use: Manual Upgrade Guide
Overview:
- Use
bedrock-v11.jsonfor comparison - Identify modified processes
- Selectively update processes
- Preserve customizations
- Documentation: Bedrock Wiki
- Issues: GitHub Issues
- Community: Cubewise Community Forum
Bedrock is open-source and provided under the MIT License. For commercial support options, contact Cubewise.
Last updated: September 2025
