Troubleshooting
Common issues and their solutions when using Trial Submission Studio.
Import Issues
File Won’t Import
| Symptom | Cause | Solution |
|---|---|---|
| “Invalid file format” | Not a CSV file | Ensure file is CSV format |
| “Encoding error” | Non-UTF8 encoding | Re-save as UTF-8 |
| “No data found” | Empty file or wrong delimiter | Check file contents |
| “Parse error” | Malformed CSV | Fix CSV structure |
Data Appears Garbled
Cause: Encoding mismatch
Solution:
- Open the file in a text editor
- Save with UTF-8 encoding
- Re-import
Missing Columns
Cause: Header row issues
Solution:
- Verify first row contains headers
- Check for BOM (byte order mark) issues
- Remove hidden characters
Mapping Issues
No Suggested Mappings
Cause: Column names don’t match SDTM variables
Solution:
- Manually map columns
- Consider renaming source columns
- Create a mapping template for reuse
Wrong Automatic Mappings
Cause: Fuzzy matching misidentified variables
Solution:
- Review all automatic mappings
- Manually correct incorrect mappings
- Adjust match confidence threshold in settings
Can’t Map Required Variable
Cause: Source data missing required information
Solution:
- Add the missing data to source file
- Derive from other columns if possible
- Consult with data manager
Validation Issues
Too Many Errors
Cause: Data quality issues or incorrect mappings
Solution:
- Address errors in priority order
- Fix mapping issues first
- Clean source data if needed
- Re-validate after each fix
Controlled Terminology Errors
Cause: Values don’t match CDISC CT
Solution:
- Review expected values in the error message
- Map source values to standard terms
- Update source data if appropriate
Date Format Errors
Cause: Non-ISO date formats
Solution:
- Convert dates to ISO 8601 format (YYYY-MM-DD)
- Or use partial dates where appropriate (YYYY-MM, YYYY)
Export Issues
Export Fails
| Error | Cause | Solution |
|---|---|---|
| “Validation errors exist” | Unresolved errors | Fix all errors first |
| “Permission denied” | No write access | Check folder permissions |
| “Disk full” | Insufficient space | Free up disk space |
| “File in use” | File open elsewhere | Close file in other apps |
Truncated Data in XPT
Cause: Values exceed XPT limits
Solution:
- XPT V5: Max 200 chars per variable
- Check variable lengths before export
- Consider using XPT V8 for longer values
Missing Variables in Output
Cause: Variables not mapped or derived
Solution:
- Verify all required mappings
- Check if derived variables were created
- Review export settings
Performance Issues
Slow Import
Cause: Large file size
Solution:
- Allow time for large files
- Consider splitting into smaller files
- Close other applications
- Increase available RAM
Application Freezes
Cause: Processing large datasets
Solution:
- Wait for operation to complete
- Check progress indicator
- If unresponsive after 5+ minutes, restart
- Process smaller datasets
High Memory Usage
Cause: Large dataset in memory
Solution:
- Close unused files
- Process one domain at a time
- Restart application to free memory
Application Issues
Application Won’t Start
macOS:
# If blocked by Gatekeeper
xattr -d com.apple.quarantine /Applications/Trial\ Submission\ Studio.app
Linux:
# Ensure executable permission
chmod +x trial-submission-studio
Windows:
- Run as administrator
- Check antivirus isn’t blocking
Crashes on Startup
Solution:
- Delete configuration files:
- macOS:
~/Library/Application Support/trial-submission-studio/ - Windows:
%APPDATA%\trial-submission-studio\ - Linux:
~/.config/trial-submission-studio/
- macOS:
- Reinstall the application
Settings Not Saved
Cause: Permission issues
Solution:
- Ensure write access to config directory
- Run application with appropriate permissions
Getting Help
Collect Information
Before reporting an issue, gather:
- Application version (Help → About)
- Operating system and version
- Steps to reproduce
- Error messages (screenshots)
- Sample data (anonymized)
Report an Issue
- Check existing issues
- Create a new issue
- Include collected information
Community Support
Quick Reference
Keyboard Shortcuts for Recovery
| Action | Windows/Linux | macOS |
|---|---|---|
| Force quit | Alt+F4 | ⌘Q |
| Cancel operation | Esc | Esc |
| Undo | Ctrl+Z | ⌘Z |
Log Files
Application logs are located at:
- macOS:
~/Library/Logs/trial-submission-studio/ - Windows:
%LOCALAPPDATA%\trial-submission-studio\logs\ - Linux:
~/.local/share/trial-submission-studio/logs/
Include relevant log excerpts when reporting issues.