Common Causes
Document creation failures typically occur due to:- Missing folder or invalid folder path
- Insufficient user permissions
- Template access restrictions
- Duplicate document names
- Configuration errors in templates
Verify Folder Exists
Nextedy RISKSHEET requires a valid folder path to create documents:- Navigate to your Polarion project
- Go to Documents > Browse Documents
- Verify the target folder exists in the document tree
- Note the exact folder path (case-sensitive)
Check User Permissions
You need specific Polarion permissions to create documents:- Verify you have Create Document permission in the target project
- Check that your role allows document creation in the target folder
- Confirm you are not restricted to read-only access
| Role | Document Creation Rights |
|---|---|
| Project Admin | Full document creation rights |
| Author Role | Can create in assigned folders |
| Contributor | May be restricted to specific folders |
Verify Template Access
Template visibility depends on project-level permissions:- Open Polarion Administration
- Navigate to the project where Risksheet templates are stored
- Check Permissions > User Roles
- Verify your user or role has access to the template project
Check for Duplicate Names
Polarion prevents creating documents with duplicate names in the same folder:- Browse to the target folder in Polarion
- Search for existing documents with your intended name
- Choose a unique document name or delete the conflicting document
- Retry document creation with the unique name
Validate Template Configuration
Corrupted or misconfigured templates can prevent document creation:- Navigate to Administration > Risksheet Templates
- Open the template you’re trying to use
- Check that the template’s
risksheet.jsonhas valid JSON syntax - Verify required properties exist:
columns,dataTypes,levels
Review Server Logs
For persistent creation failures, check Polarion server logs:- Access your Polarion server file system
- Navigate to
{POLARION_HOME}/data/logs/ - Open the most recent
polarion.logfile - Search for errors containing “RisksheetViewServlet” or “document/create”
- Look for specific error messages about permissions, validation, or transaction failures
Target Document Creation Feature
If you’re trying to create work items that should be saved to specific documents, verify your configuration includes thecreateInDocument property:
createInDocument property (added in version 24.8.1) specifies where new linked items should be created, independent of which documents are loaded in the query.
Workflow Action Errors
If document creation succeeds but workflow initialization fails:- Check that the template’s initial workflow status is valid
- Verify workflow actions are defined for the document type
- Ensure required fields for the initial status are present in the template
Verification
After resolving the issue, you should see:- Document creation wizard completes without errors
- New document appears in the target folder
- Document opens successfully in Nextedy RISKSHEET
- Template configuration is applied correctly
- You can create and save work items in the new document
See Also
- Use Project Templates - Template setup and usage
- Configure Template Paths - Custom template locations
- Set Up Global Templates - Shared template configuration
- Configure Permissions - User permission setup
- Access Denied Errors - Permission-related issues
Sources
Sources
KB ArticlesSupport TicketsSource Code
RisksheetViewServlet.javaWorkflowActionServlet.javaExportToPdf.tsNewBaselineCommand.tsStatusChangeCommand.ts