Identify the Error
Model connection errors typically appear when opening a powersheet document. The sheet displays a loading error or the connection status shows Failed in the administration interface. Common symptoms include:- Sheet shows a blank area or error dialog on load
- Connection status in Administration > Nextedy Powersheet shows “Failed” instead of “Active”
- Configuration loads but no data appears in the sheet
Verify the Model Path in Sheet Configuration
The
sources.model property in your sheet configuration must match the name of your data model file. Open your sheet configuration YAML and check the sources section:Check the Model Path Resolution
Powersheet resolves model paths using these rules:
Verify that your model file exists at the resolved path by navigating to Administration > Nextedy Powersheet > Data Models.
| Model Value | Resolved Path |
|---|---|
my-model | {projectId}/my-model (current project) |
otherProject/my-model | otherProject/my-model (cross-project) |
/my-model | _global/my-model (global scope) |
Verify Connection Status
Connections go through three lifecycle states:
- Active: Connection is operational and serving data
- Disabled: Connection intentionally turned off by an administrator
- Failed: Connection encountered an error during startup or restart
Validate the Data Model YAML
Common data model errors that cause connection failures:
- Invalid YAML syntax — Check for indentation errors, missing colons, or stray characters
- Missing
domainModelTypes— The rootdomainModelTypeskey must exist - Duplicate property names — Entity types cannot have duplicate property names within the same type
- Invalid
polarionTypereferences — EachpolarionTypemust match an existing Polarion work item type
Verification
After applying your fix:- Save the data model and sheet configuration
- Navigate to Administration > Nextedy Powersheet and confirm the connection status shows Active
- Open the powersheet document
- You should now see data loading in the sheet without errors
See Also
- Validate Your Data Model — comprehensive model validation steps
- Configure Sources — set up source queries and expansion paths
- Creating Your First Data Model — step-by-step model creation
- Fix Type Name Errors — related entity type naming issues