Control 3.3: Compliance and Regulatory Reporting - Troubleshooting
This playbook provides troubleshooting guidance for Control 3.3.
Common Issues and Resolutions
Issue: Compliance Manager Data Not Syncing
Symptoms: Assessment scores not reflecting current state
Resolution:
- Navigate to Compliance Manager > Settings
- Check data connector status
- Manually refresh assessment data
- Verify improvement actions are properly assigned
Issue: Report Distribution Fails
Symptoms: Recipients not receiving scheduled reports
Resolution:
- Check Power Automate flow run history
- Verify email addresses are correct
- Check for mail flow rules blocking
- Ensure service account has send permissions
Issue: SharePoint Archive Permission Denied
Symptoms: Reports fail to save to archive library
Resolution:
- Verify service account has Contribute permissions
- Check library is not in read-only mode
- Ensure retention labels allow new content
- Test with manual upload first
Issue: Examination Package Incomplete
Symptoms: Missing documents in generated package
Resolution:
- Review MANIFEST.json for required documents
- Verify source document locations
- Check document permissions
- Validate content freshness dates
Issue: Dashboard Performance Slow
Symptoms: Power BI dashboard takes long to load
Resolution:
- Implement incremental refresh
- Optimize data model relationships
- Reduce visual complexity
- Consider Premium capacity for large datasets
Diagnostic Commands
# Verify Microsoft Graph compliance module connection
Get-MgCompliance | Format-List
# Verify SharePoint permissions
Get-PnPListItem -List "Compliance Reports" -Query "<View><Query><Where><Eq><FieldRef Name='Author'/><Value Type='User'>ServiceAccount</Value></Eq></Where></Query></View>"
# Check Power Automate flow status
Get-AdminFlow -EnvironmentName "Default" | Where-Object { $_.DisplayName -like "*Compliance*" }
Escalation Path
| Issue Severity | Escalate To | Response Time |
|---|---|---|
| Report generation failure | IT Operations | 4 hours |
| Compliance score incorrect | Compliance Officer | 24 hours |
| Regulatory deadline at risk | CCO | Immediate |
| Data sync issues | Microsoft Support | Per SLA |
Next Steps
- Portal Walkthrough - Manual configuration
- PowerShell Setup - Automation scripts
- Verification & Testing - Test procedures
Updated: January 2026 | Version: v1.2