Troubleshooting
Common issues and their solutions when using Ajna Analytical Engine.Installation Issues
GitHub Authentication Failed
Problem: Can’t install from private repository- SSH Key Setup
- Personal Access Token
Dependency Conflicts
Problem: Package version conflicts during installationQuery Execution Issues
Memory Errors
Problem: Out of memory errors with large datasetsSlow Query Performance
Problem: Queries taking too long to execute Diagnostic Steps:File Not Found Errors
Problem: Cannot find data source filesData Type Issues
Schema Mismatch Errors
Problem: Data type conflicts between sourcesDate Parsing Issues
Problem: Date columns not recognized correctlyDatabase Connection Issues
Connection String Problems
Problem: Cannot connect to databasePermission Denied
Problem: Database access deniedQuery Validation Errors
Invalid Filter Operators
Problem: Using unsupported filter operatorsInvalid Aggregation Functions
Problem: Using unsupported aggregation functionsCache Issues
Cache Not Working
Problem: Queries not using cacheCache Memory Issues
Problem: Cache using too much memoryCommon Error Messages
”Table not found"
"Column does not exist"
"Cannot resolve column reference”
Performance Debugging
Enable Detailed Logging
Memory Profiling
Query Optimization Checklist
- ✅ Use Parquet files instead of CSV when possible
- ✅ Select only columns you need
- ✅ Apply filters early in the query
- ✅ Use appropriate data types
- ✅ Set reasonable limits
- ✅ Enable caching for repeated queries
- ✅ Use database indexes for join columns
- ✅ Consider partitioning large datasets
Getting Help
If you’re still having issues:- Check the error message carefully - it usually contains the specific problem
- Enable debug mode to get more detailed information
- Check your data types - many issues stem from type mismatches
- Start with a simple query and add complexity gradually
- Verify your data sources exist and are accessible
