Overview
Cube-IQ stores its database in different locations depending on the installation configuration and parameters used during setup. The database location can be found in several standard directories or in custom locations specified during installation. This guide walks through the process of locating the Cube-IQ database file on your system.
Understanding where your Cube-IQ database is stored is essential for backup operations, troubleshooting, database migrations, and configuration management.
Requirements
- Access to the Windows system where Cube-IQ is installed.
- Administrator or user-level permissions to view file directories.
- Cube-IQ application installed on the system.
- File Explorer access to navigate directories.
Procedure
Database Location Detection
Cube-IQ stores database location information in configuration files. Follow the steps below to locate your database.
Option 1: Check for Shortcut Parameters
First, check if parameters were specified on the Cube-IQ shortcut during installation:
- Locate the Cube-IQ application shortcut (typically on Desktop or Start Menu).
- Right-click the shortcut and select Properties.
- Check the Target field for any parameters after the executable path.
- If parameters are present, the database location is displayed with the following parameters:
-cfg "M:\Cube-IQ\cfg\CubeIQ5Config.EDBCfg"-data "M:\Cube-IQ\data"
If parameters are found, the database location is specified in the -data parameter. Proceed to the end of this guide.
Option 2: Check Executable Folder for alias.ini
If no parameters are on the shortcut, check for the alias.ini file in the Cube-IQ executable folder:
- Navigate to the Cube-IQ installation directory.
- Default location:
C:\Program Files (x86)\Cube-IQ5\. - Look for a file named
alias.iniin this directory. - If
alias.iniexists, open it with Notepad to view database location listings.
If alias.ini is found and contains database locations, note the path specified. Proceed to the end of this guide.
Option 3: Check User's AppData\Roaming Folder
If no alias.ini file is found in the executable folder, check the user's AppData directory:
- Open File Explorer and navigate to:
C:\Users\username\AppData\Roaming\Cube-IQ5\data - Replace
usernamewith the actual Windows username. - Check if the Cube-IQ data folder exists in this location.
Tip: To quickly navigate to AppData\Roaming, press Win + R, type %appdata%, and press Enter.
If the database is found here, note the location. Proceed to the end of this guide.
Option 4: Check User's AppData Cube-IQ cfg Folder
If the database is not in the Roaming\Cube-IQ5\data folder, check for the configuration file in the user's AppData:
- Navigate to:
C:\Users\username\AppData\Roaming\Cube-IQ5\cfg\ - Look for a file named
config5path.iniin this directory. - If found, open
config5path.iniwith Notepad. - This file contains the location of the database.
If the configuration file is found and contains the database path, note the location. Proceed to the end of this guide.
Option 5: Check ProgramData Folder
If not found in the user's AppData, check the system-wide ProgramData directory:
- Navigate to:
C:\ProgramData\Cube-IQ5\data - Check if the Cube-IQ data folder exists in this location.
Note: The ProgramData folder is hidden by default. To view it:
- Open File Explorer → Click View tab → Check Hidden items
- Or press
Win + R, type%programdata%, and press Enter
If the database is found here, note the location. Proceed to the end of this guide.
Option 6: Check ProgramData cfg Folder
If the database is not in ProgramData\Cube-IQ5\data, check for the configuration file:
- Navigate to:
C:\ProgramData\Cube-IQ5\cfg\ - Look for
config5path.iniin this directory. - If found, open the file with Notepad to view the database location.
If the configuration file is found and contains the database path, note the location. Proceed to the end of this guide.
Option 7: Check General AppData Folder
As a final check for configuration files in the general AppData folder:
- Navigate to the general AppData folder (not Roaming):
C:\Users\username\AppData\ - Look for any Cube-IQ related folders.
- Check for
config5path.inifiles that may indicate database location.
If still not found, proceed to Step 8.
Option 8: Manual Browse for Database Location
If the database location cannot be found through the above steps:
- Launch Cube-IQ application.
- A dialog box will appear asking you to browse to the .cfg file.
- Browse to the configuration file location.
- Once selected, the data folder location will be established.
- Note this location for future reference.
Database Location Summary
Once you've located your database, it will be in one of these standard locations:
-
Custom location specified in shortcut parameters:
Specified in -data parameter (e.g., M:\Cube-IQ\data)
-
User's AppData Roaming folder:
C:\Users\username\AppData\Roaming\Cube-IQ5\data
-
System ProgramData folder:
C:\ProgramData\Cube-IQ5\data
-
Location specified in config5path.ini files:
- User AppData:
C:\Users\username\AppData\Roaming\Cube-IQ5\cfg\config5path.ini - System ProgramData:
C:\ProgramData\Cube-IQ5\cfg\config5path.ini
- User AppData:
Key troubleshooting checks
-
Cannot find AppData folder:
- AppData is a hidden folder. Enable viewing hidden files and folders in File Explorer.
- Use
%appdata%or%programdata%shortcuts in Run dialog (Win + R).
-
Multiple database locations found:
- The active database is determined by the order of precedence: shortcut parameters → alias.ini → user AppData → ProgramData.
- Check which configuration is actually being used by CubeIQ at startup.
-
config5path.ini is empty or corrupted:
- The file may need to be recreated by running CubeIQ and manually selecting the database location.
- Contact support if the configuration cannot be restored.
-
Database files appear to be missing:
- Check antivirus or security software quarantine.
- Verify backup locations if database was recently moved.
- Contact support for database recovery options.
-
Permission denied when accessing database folder:
- Run File Explorer as administrator.
- Verify user account has appropriate read permissions for the directory.
Assistance
If any further assistance is needed, please contact our Support team.